Request for exception to provision new Multi-Tenant Azure Bot resource — ISV multi-region deployment

Gabby Braslavsky 0 Reputation points
2026-05-19T15:49:38.6933333+00:00
We are an established Microsoft Teams ISV operating a production multi-tenant
Teams bot since 2022, serving ~100 customer tenants. We need to provision a new Azure
Bot resource for our deployment in EU region for GDPR data residency. The July 31, 2025 deprecation of multi-tenant bot
creation prevents this, and the documented single-tenant alternatives do not
provide the cross-tenant outbound capability that our SaaS use case requires.
We have validated this with a concrete reproduction. We are requesting an
exception to provision a single new Microsoft.BotService/botServices resource
with msaAppType: "MultiTenant".
Azure AI Bot Service
Azure AI Bot Service

An Azure service that provides an integrated environment for bot development.


2 answers

Sort by: Most helpful
  1. Manas R Mohanty 17,270 Reputation points Moderator
    2026-06-01T08:30:14.1066667+00:00

    Hey Gabby Braslavsky

    These are platform restrictions from Azure product team. Even exception might not be possible.

    Attached below alternatives.

    They don’t fully replace your scenario; the documented patterns are:

    • Bot identity is single-tenant
    • Cross-tenant messaging still works via Bot Framework routing
    • Limitation: Graph / outbound auth complexity remains [linkedin.com]

    2. Single-tenant bot + Teams App distribution

    • Publish via AppSource / org store
    • External tenants install → bot can interact
    • But:

    3. OBO / OAuth + federated identity patterns

    • Suggested by Microsoft for cross-tenant Graph access

    Complex for SaaS proactive messaging scenarios

    Hope it helps address the issue.

    Thank you

    Was this answer helpful?

    0 comments No comments

  2. Salamat Shah 740 Reputation points MVP
    2026-05-26T13:20:29.19+00:00

    Your issue cannot be solved through configuration or engineering changes alone only Microsoft can grant an exception because the ability to create new multi-tenant bot resources is now restricted at the platform level.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.