Home
M365 Dev Insights
Cancel
Using Copilot Actions in Power Automate

Tip of the day – Using Copilot Actions in Power Automate

Summary Copilot Actions bridge the gap between natural language Copilot conversations and real business automation. By registering a Power Automate flow as a Copilot Action, you allow M365 Copilot...

What's New in SharePoint Framework 1.21

What's New in SharePoint Framework 1.21

Summary SharePoint Framework 1.21 is the latest release bringing Node.js 20 LTS support, new property pane controls, meaningful Adaptive Card Extension (ACE) updates, and improved Viva Connections...

Customizing SharePoint Agents with Custom Instructions

Tip of the day – Customizing SharePoint Agents with Custom Instructions

Summary SharePoint Agents — the built-in AI assistants available on every SharePoint site — are more powerful than they first appear. By editing their custom instructions, you can dramatically cha...

Microsoft Build 2025 Copilot Extensibility Highlights

Microsoft Build 2025 – Key M365 Copilot Extensibility Highlights

Summary Microsoft Build 2025 delivered a packed agenda for M365 developers, with Copilot extensibility front and centre. From declarative agents and API plugins to expanded Teams Toolkit capabilit...

Tip of the day - Powershell for April first 3

Tip of the day - Powershell for April first. Tricks and pranks Part 3

Tip of the day: Aprils Fools Day pranks with Powershell Part 3 Apply these pranks to your colleagues’ computers. They will be surprised and will have a good laugh. Note: These pranks are harml...

Tip of the day - Show SharePoint Agent in JSON Format

Tip of the day - Show SharePoint Agent in JSON Format

Tip of the day: Show SharePoint Agent in JSON Format Goal: Show SharePoint Agent .agent files in JSON Format Using VS Code Associate the .agent extension with JSON Open VS Code. Press Ctrl ...

Declarative agent with Teams cli

Build a Declarative M365 Copilot Agent Using VS Code and Teams CLI

Summary With the rise of Microsoft 365 Copilot, businesses are looking for ways to build AI-powered assistants that seamlessly integrate with Microsoft Teams. A declarative agent is a lightweight,...

Declarative agent with Teams Toolkit

Build a Declarative M365 Copilot Agent Using VS Code Teams Toolkit

Summary Microsoft 365 Copilot is revolutionizing how users interact with AI in the workplace. If you’re looking to build your own Copilot agent inside Microsoft Teams with minimal coding, this gui...

Display training checklist in SharePoint Framework web part

Display training checklist in SharePoint Framework web part

Summary Sample web part to display a training checklist in a SharePoint page. PnPjs is used to interact with SharePoint lists. URL: Training Checklist Web Part Repository of SPFx samples Check ou...

Get an authentication token in Azure Function

Get an authentication token in Azure Function

Summary Sample code to get an authentication token in an Azure Function. This code snippet shows how to get an authentication token using the client credentials flow in an Azure Function. PowerSh...