Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Hi @Amir Chegini
Thank you for posting your question in the Microsoft Q&A forum.
You don’t need a multi-tenant setup if your main requirement is just one-on-one chats with users. The recommended approach is:
-Single-tenant App Registration
-Single-tenant Azure Bot
Please ensure both are created under the same tenant, and your Teams app should be uploaded internally via Teams or the Teams Admin Center.
Since new multi-tenant bot creation is deprecated after July 31, 2025, this single-tenant path is the supported option. You can read more at Register a Bot Framework bot with Azure - Bot Service | Microsoft Learn.
For scenarios where you need to support external tenants later, you can follow this path: What is the recommended bot type for multi-tenant bots? | Microsoft Community Hub
I hope this information is helpful.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.