Migrating from Multi-Tenant to Single-Tenant Azure Bot, and Custom Branding
Hi,
Since Multi-Tenant bot support has been deprecated, we are in the process of migrating and creating a new bot using the Single-Tenant option. While doing so, we came across some questions.
Previously, before the multi-tenant deprecation, we built separate multi-tenant bots with customized branding for each of our customers. Now, it seems the recommended approach for creating a new app is to publish a single-tenant bot on AppSource, allowing our external customers to download and install it from the Teams Store.
However, after reviewing the guidelines, I’m unsure whether the same behavior can be achieved:
- We need to publish different apps for different tenants to support custom branding (icon, name, etc.), while the functionalities remain the same. Would different versions of this app be able to pass the AppSource review and be published?
If option #1 is not feasible, what would be the recommended approach to maintain the previous behavior and continue supporting custom branding per customer?
Thank you!