Home
M365 Dev Insights
Cancel

Intro

Introducing Tip of the Day I am excited to announce a new blog series that aims to provide useful tips and tricks for developers who work with Microsoft 365. I will share a quick tip that can help...

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...

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...