1. Microsoft 365 Environment
Standard Path:
Microsoft 365 Business Basic $6/mo
Microsoft 365 Business Basic $6/mo
Developer Path:
M365 Developer Program (Requires Visual Studio Sub)
M365 Developer Program (Requires Visual Studio Sub)
Action Required: Navigate to the Teams Admin Center in your new tenant and enable "Upload custom apps."
2. Azure Subscription & Identity
A. Authentication (Identity)
The bot must authenticate to prove it is a legitimate application within your tenant.
- Microsoft Entra ID: Create an App Registration to generate your Client ID and Secret (the "Driver's License").
- OAuth Connection: Configured via Azure Bot Service to handle the handshake for user-specific login/access.
B. Connectivity (Azure Bot Service)
The communication bridge between MS Teams and your backend code.
Messaging Endpoint: Register an Azure Bot resource and point it to your secure URL:
https://your-bot-api.com/api/messages
Community Discussion (0)
Leave a Comment
No approved comments yet. Be the first to start the conversation!