Um serviço do Azure que fornece um ambiente integrado para o desenvolvimento de bot.
Subject: RE: Missing "Multi-Tenant" option during Azure Bot Creation causing 401 Unauthorized
Hello,
Thank you for reaching out. Let me clarify the exact roadblock we are facing, which requires your engineering assistance.
The Current Situation: Our bot's backend (hosted on Google Cloud Run) is perfectly healthy, public, and processing requests. However, when we use the "Test in Web Chat" feature in Azure, the request is blocked internally by the Bot Framework validation layer, returning a 401 Unauthorized.
The Root Cause (And what we need help with): As per your own documentation and previous support suggestions, we need to create our "Azure Bot" resource as a Multi-Tenant application to properly authenticate with Microsoft Teams.
However, the "Multi-Tenant" option is completely missing/hidden from the "Type of App" dropdown in our Azure Portal UI when we try to create a new Azure Bot resource (we only see "Single Tenant" or "User-Assigned Managed Identity").
Because we are forced into a "Single Tenant" configuration by the UI, the Bot Framework SDK in our Python backend rejects the tokens generated by Microsoft Teams/Web Chat.
Our Questions for you:
Why is the "Multi-Tenant" option missing from our Azure Bot creation blade? Is there a specific Entra ID / Tenant policy blocking this for our organization (adboutique.com.br)?
We have already created a Multi-Tenant App Registration manually (3c459b96-8900-450a-91ff-6450283b5bd8). How can we force the Azure Bot resource to bind to this existing Multi-Tenant App ID if the UI refuses to let us select it?
We appreciate your swift resolution on unlocking this UI restriction so we can proceed.Azure Bot 30 Multitenant absence.png