proomt

Search

Search posts, papers, and topics

All posts

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

Related reading

  1. Vercel Sandbox now supports Devin Outposts

    Vercel Sandbox adds support for Devin Outposts, letting each AI agent session run in an isolated microVM with snapshot state and firewall controls. Teams can deploy via a provided quickstart and get automatic credential handling.

    Vercelvercel.com1 minrelease
  2. Share Vercel Container Registry repositories across teams

    Vercel added read‑only sharing of Container Registry repositories across teams, allowing any team to pull images from a shared repo. The sharing is managed through the dashboard or Vercel CLI and can be used in Vercel Sandbox with a team‑scoped image reference.

    Vercelvercel.com1 minrelease
  3. The skills CLI now supports Notion hosted skills

    Vercel’s `skills` CLI (v1.7.0) now lets you install agent skills directly from Notion pages or shared Notion skill packs. Use `npx skills add notion` to browse packs, or `npx skills add <PAGE_URL>` for a single skill. Authentication is handled via the `ntn` CLI, which requires a Notion personal access token. Permissions follow Notion’s page sharing model, so only users with view access can instal…

    Vercelvercel.com1 minrelease