Forum Discussion
Ian2025
Jun 13, 2025Copper Contributor
Questions About Alternatives to Multi-Tenant Bots After July 31, 2025 Deprecation
Hello, As the ability to create multi-tenant bots in Azure will be discontinued after July 31, 2025, I’d like to ask if there are any viable alternatives available now? If I create a single-tenant ...
Chris_Apps4Rent
Jun 17, 2025Brass Contributor
After July 31, 2025, Azure will no longer support multi-tenant bots. A good workaround is to use a single-tenant bot and publish it to the Teams App Store users from other tenants can still interact with it. However, the bot will only have access to basic info like the user's name and aadObjectId, not things like profile photos or email addresses, unless the user signs in and gives consent. Since access tokens are tenant-specific, you’re right that they won’t work across tenants for deeper data. The best approach is to design with these limits in mind and use sign-in when more access is needed.