diff --git a/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx b/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx new file mode 100644 index 000000000..29490454f --- /dev/null +++ b/teams.md/blog/2026-06-02-build-collaborative-agents-where-work-happens/index.mdx @@ -0,0 +1,15 @@ +--- +slug: build-collaborative-agents-where-work-happens +title: "Build collaborative agents where work happens" +external_url: https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/ +date: 2026-06-02 +authors: + - name: Sujeet Mehta + title: Microsoft +tags: [teams-sdk, agents] +description: Learn how to build collaborative agents that work directly in Teams and Microsoft 365 experiences where people already collaborate. +--- + +import ExternalRedirect from '@site/src/components/ExternalRedirect'; + + diff --git a/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx b/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx new file mode 100644 index 000000000..6683de692 --- /dev/null +++ b/teams.md/blog/2026-06-02-whats-new-in-microsoft-teams--may-2026---build-edition/index.mdx @@ -0,0 +1,15 @@ +--- +slug: whats-new-in-microsoft-teams--may-2026---build-edition +title: "What's new in Microsoft Teams | May 2026 - Build Edition" +external_url: https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613 +date: 2026-06-02 +authors: + - name: KerryPerezHeffernan + title: Microsoft +tags: [teams-sdk, announcement] +description: See the latest Microsoft Teams platform updates from the May 2026 Build Edition announcement. +--- + +import ExternalRedirect from '@site/src/components/ExternalRedirect'; + + diff --git a/teams.md/src/data/externalBlogUrls.ts b/teams.md/src/data/externalBlogUrls.ts index 8938e3f9f..e6650a59e 100644 --- a/teams.md/src/data/externalBlogUrls.ts +++ b/teams.md/src/data/externalBlogUrls.ts @@ -9,4 +9,6 @@ export const externalBlogUrls: Record = { 'join-the-microsoft-365-copilot-developer-camp': 'https://devblogs.microsoft.com/microsoft365dev/join-the-microsoft-365-copilot-developer-camp/', 'announcing-the-updated-teams-ai-library-and-mcp-support': 'https://devblogs.microsoft.com/microsoft365dev/announcing-the-updated-teams-ai-library-and-mcp-support/', 'python-support-for-the-microsoft-teams-sdk-is-now-generally-available': 'https://devblogs.microsoft.com/microsoft365dev/python-support-for-the-microsoft-teams-sdk-is-now-generally-available/', + 'build-collaborative-agents-where-work-happens': 'https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/', + 'whats-new-in-microsoft-teams--may-2026---build-edition': 'https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613', };