From 80fe5d8fed3b5f7c4942423f11cf782bfc9f693c Mon Sep 17 00:00:00 2001 From: Akansha Agarwal Date: Mon, 3 Aug 2026 10:10:26 +0530 Subject: [PATCH 1/2] Add Microsoft 365 Copilot section to build solutions page Add new Copilot extensibility section covering declarative agents, API plugins, and intelligent workflows. Update related content links to include Copilot purchase guide. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a8fee37c-5d86-4b10-9c48-cb9a5a4eed71 --- docs/build-microsoft-365-solutions.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/build-microsoft-365-solutions.md b/docs/build-microsoft-365-solutions.md index f11a28f..d77daf6 100644 --- a/docs/build-microsoft-365-solutions.md +++ b/docs/build-microsoft-365-solutions.md @@ -1,13 +1,30 @@ --- + title: Use your developer subscription to build Microsoft 365 solutions description: Use your Microsoft 365 developer subscription to build the solutions you want. +ms.date: 07/30/2026 ms.localizationpriority: high + --- # Use your developer subscription to build Microsoft 365 solutions What do you want to build with your Microsoft 365 developer subscription? Depending on what you are interested in, you can do a lot of different things. The following are some of the products and technology areas that you can start with. +## Microsoft 365 Copilot + +Your Microsoft 365 developer subscription now supports building and testing Microsoft 365 Copilot extensions end-to-end, in a production-like environment, without touching your live tenant. With a commercially enabled instant sandbox, you can: + +- Build declarative agents that extend Copilot with custom instructions, knowledge, and actions. +- Build API plugins that connect Copilot to your own or third-party services. +- Prototype intelligent workflows, such as a custom agent for customer support or a knowledge-retrieval plugin, and iterate on them in a single sandbox. + +To get started: + +1. Make sure your sandbox has add-on purchase capability enabled — see [Do all Developer Program members get a commercially enabled sandbox?](microsoft-365-developer-program-faq.yml#do-all-developer-program-members-get-a-commercially-enabled-sandbox-) +2. [Purchase a Microsoft 365 Copilot license](purchase-copilot-licenses.md) from your sandbox and assign it to a test user. +3. Build and test your extension using the [Microsoft 365 Copilot extensibility documentation](/microsoft-365-copilot/extensibility/). + ## Microsoft Teams Microsoft Teams is a chat-based workspace that integrates with the apps and services that people use to get work done together. The Microsoft Teams developer platform makes it easy for you to integrate your own service, whether you develop custom apps for your enterprise or SaaS applications for teams around the world. @@ -16,8 +33,9 @@ To get started building with Microsoft Teams: 1. [Prepare your developer subscription](/microsoftteams/platform/get-started/get-started-tenant). 2. Set up your development environment. This process will vary depending on the type of app or service you are building. For details, see one of the following: - - [Get started on the Microsoft Teams platform with Node.js](/microsoftteams/platform/get-started/get-started-nodejs-app-studio) - - [Get started on the Microsoft Teams platform with C#/.NET](/microsoftteams/platform/get-started/get-started-dotnet-app-studio) + + - [Get started on the Microsoft Teams platform with Node.js](/microsoftteams/platform/get-started/get-started-nodejs-app-studio) + - [Get started on the Microsoft Teams platform with C#/.NET](/microsoftteams/platform/get-started/get-started-dotnet-app-studio) ## Microsoft Graph @@ -74,8 +92,8 @@ For more information: - Watch [Power Apps demos](https://powerapps.microsoft.com/demo/) - Watch videos on the [Power Apps channel](https://www.youtube.com/channel/UCGfWR2ekfRFckLjev6eQYLg) on YouTube - ## Related content - [Microsoft 365 Developer Program FAQ](microsoft-365-developer-program-faq.yml) +- [Purchase Copilot licenses from your M365 Developer Program sandbox](purchase-copilot-licenses.md) - [Extend Teams apps across Microsoft 365](/microsoftteams/platform/m365-apps/overview) From 6cb4ecf27c11371c081fd0dd747c62edadbbdc39 Mon Sep 17 00:00:00 2001 From: Akansha Agarwal Date: Mon, 3 Aug 2026 10:24:27 +0530 Subject: [PATCH 2/2] Fix front matter blank lines per review Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a8fee37c-5d86-4b10-9c48-cb9a5a4eed71 --- docs/build-microsoft-365-solutions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/build-microsoft-365-solutions.md b/docs/build-microsoft-365-solutions.md index d77daf6..6fdd71f 100644 --- a/docs/build-microsoft-365-solutions.md +++ b/docs/build-microsoft-365-solutions.md @@ -1,10 +1,8 @@ --- - title: Use your developer subscription to build Microsoft 365 solutions description: Use your Microsoft 365 developer subscription to build the solutions you want. ms.date: 07/30/2026 ms.localizationpriority: high - --- # Use your developer subscription to build Microsoft 365 solutions