An Azure service that provides an integrated environment for bot development.
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:
1. UAMI + Bot Framework routing (recommended direction)
- 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:
- Token scope is tenant-bound
- Limited cross-tenant outbound without additional auth flows [techcommun...rosoft.com]
- Token scope is tenant-bound
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