Home
M365 Dev Insights
Cancel
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...

Tip of the day - How to create effective prompts for M365 CoPilot

Tip of the day - How to create effective prompts for M365 CoPilot

Tip of the day: How to create effective prompts for M365 CoPilot Writing good prompts is key to getting the most out of M365 Copilot. Whether you’re automating tasks in SharePoint, generating emai...

Tip of the day - Creating a SharePoint List with PnP PowerShell in Azure Functions

Tip of the day - Creating-a-sharepoint-list-with-pnp-powershell-in-azure-functions

Tip of the day: Creating a SharePoint List with PnP PowerShell in Azure Functions PnP PowerShell is a powerful tool for managing SharePoint Online, and when combined with Azure Functions, it enabl...

Tip of the day - Using Modules Azure Functions in PowerShell

Tip of the day - Using Modules Azure Functions in PowerShell

Tip of the day: Using Modules Azure Functions in PowerShell Goal: You want to have reusable code in your Azure Functions by using modules. This tip will show you how to include modules in your Azu...

How to Build an Azure Function in PowerShell

How to Build an Azure Function in PowerShell

How to Build an Azure Function in PowerShell Azure Functions allow you to build event-driven, serverless applications with minimal overhead. If you work with PowerShell, you can leverage Azure Fun...

Tip of the day - Archive or Delete Unused SharePoint Sites

Tip of the day - Archive or Delete Unused SharePoint Sites

Tip of the day: Archive or Delete Unused SharePoint Sites Goal: You want to identify inactive SharePoint Online sites based on their activity (e.g., no file or page activities for 6 months) and au...

Tip of the day - Modernizing Classic SharePoint Sites to Modern Experience

Tip of the day - Modernizing Classic SharePoint Sites

Tip of the day: Modernizing Classic SharePoint Sites to Modern Experience Goal: Help admins modernize classic SharePoint sites to the modern experience for improved performance and user experience...

Tip of the day - Automating External Sharing Report

Tip of the day - External Sharing Report for SharePoint Online Sites

Tip of the day: Automating External Sharing Report for SharePoint Online Sites Goal: Help admins generate reports on external sharing settings for all SharePoint Online sites in their tenant. Usi...