VercelBhrigu Srivastava1 min readrelease notesintro
Vercel Connect now supports Microsoft Teams
Summary
Vercel Connect adds a managed Microsoft Teams connector that provisions the necessary Azure Bot resources and forwards Teams messages as Connect triggers. Developers can create the connector via the dashboard or CLI, fetch scoped tokens with the @vercel/connect SDK, and reply through the Bot Framework API without managing secrets.
- Vercel Connect now offers a managed Microsoft Teams connector that auto‑creates the Entra app and Azure Bot resource.
- Setup is a one‑click CLI or dashboard command (`vc connect create microsoft-teams …`) and requires only a tenant admin with an Azure subscription.
- Tokens are fetched via `getToken` from `@vercel/connect`, scoped per request and refreshed automatically—no secret rotation needed.
- Incoming Teams activities are verified and forwarded as Vercel Connect triggers, allowing handling in serverless functions.
Teams bot developers using Vercel can now provision a managed connector without handling secrets.
5/10




