Microsoft 365 Developer Blog

A developer platform for building collaborative apps for hybrid work

Featured posts

Building Agents for Teams: Managing the noise of collaboration
Aug 13, 2026
Post comments count 0
Post likes count 2

Building Agents for Teams: Managing the noise of collaboration

Lily Du

Most of us are familiar with one-to-one agent chats: private, direct interactions where rules are relatively simple. With only you and the agent, each moment ha...

Microsoft 365 DeveloperMicrosoft Teams
SharePoint Copilot Apps Now in Public Preview: From Intent to Action in Microsoft 365 Copilot
Jul 9, 2026
Post comments count 0
Post likes count 7

SharePoint Copilot Apps Now in Public Preview: From Intent to Action in Microsoft 365 Copilot

Vesa Juvonen

SharePoint Copilot Apps are now in public preview, introducing a new way to bring guided, action-oriented business experiences into Microsoft 365 Copilot. By co...

Microsoft 365 DeveloperSharePoint FrameworkSharePoint

Latest posts

Nov 12, 2018
Post comments count 0
Post likes count 0

30DaysMSGraph – Day 12 – Authentication and authorization scenarios

Brian T. Jackett

In Day 11 we discussed Access Tokens which are crucial to make Microsoft Graph requests.  Today we'll look at the various authentication scenarios that are possible when querying with Microsoft Graph.

Nov 11, 2018
Post comments count 0
Post likes count 0

30DaysMSGraph – Day 11 – Azure AD application permissions

Brian T. Jackett

In Day 10 we discussed Azure AD applications created through the V1 endpoint.  Today we'll look at the permissions available and how to assign them to a user / Azure AD application.

Nov 10, 2018
Post comments count 0
Post likes count 0

30DaysMSGraph – Day 10 – Azure AD applications on V1 endpoint

Brian T. Jackett

In Day 9 we discussed how to register an Azure AD Application using V2 endpoint. Today we’ll look at registering an Azure AD Application using V1 endpoint that will be used to communicate with Microsoft Graph.

Nov 9, 2018
Post comments count 0
Post likes count 0

30DaysMSGraph – Day 9 – Azure AD applications on V2 endpoint

Brian T. Jackett

In Day 8 we discussed the authentication roadmap and access tokens which are crucial to make Microsoft Graph requests.  Today we'll look at registering an Azure Active Directory (Azure AD) application that will be used to communicate with Microsoft Graph.

Nov 8, 2018
Post comments count 0
Post likes count 0

Bring your apps to more places with new SharePoint Framework and Microsoft Teams releases

SharePoint team

With SharePoint Framework v1.7 and upcoming releases in Microsoft Teams, you can now share some of your best customizations across SharePoint and Microsoft Teams.

Nov 8, 2018
Post comments count 0
Post likes count 0

30DaysMSGraph – Day 8 – Authentication roadmap and access tokens

Brian T. Jackett

In Day 7 we discussed paging results for Microsoft Graph requests.  Today we'll look at the current and future states of authenticating to Microsoft Graph, specifically obtaining access tokens.

Nov 8, 2018
Post comments count 0
Post likes count 0

New App registrations experience now in public preview

Microsoft Graph team

Hi there! The Microsoft Identity Platform team has heard your feedback about our application registration experience and how it needs to be simpler. We agree with you, and so over the last few months we've made several changes to improve the developer experience and make it simpler to configure and manage your apps. Today, we’re excited to announce public preview for the new App registrations experience in the Azure portal! The new app registrations experience will be the place to manage all your applications that authenticate Azure AD and personal Microsoft accounts. The new app registrations experience inclu...

Nov 7, 2018
Post comments count 0
Post likes count 0

MVP Article – PnP SPFx Yeoman generator v1.4.0 – Angular Elements support is here!

SharePoint team

MVP Article - Angular Elements support is was released for the open-source PnP SPFx generator and this blog post explains the design decisions and the background around the released implementation.

Nov 7, 2018
Post comments count 0
Post likes count 0

30DaysMSGraph – Day 7 – Paging and NextLink

Brian T. Jackett

In Day 6 we finished discussing many of the query parameters available for Microsoft Graph requests.  Today we'll look at the concept of paging results when there are more records than can be returned in a single response.