An Azure service that provides an integrated environment for bot development.
Hello @Milos Vukovich Thanks for reaching out to us, have you solved your problem? If not, besides the basic configuration, there are other items you can check -
- Check your Bot is Properly Registered: Make sure your bot is properly registered on the Azure portal. You should be able to test it in the 'Test in Web Chat' feature in the Bot Service resource in Azure.
- Manifest File: If you're using Teams, make sure your manifest file is correctly configured and updated. The bot's ID in the manifest should match the App ID in Azure.
- Use Appropriate Scopes: Make sure your bot has the appropriate scopes to communicate with Teams. For instance, if you want your bot to send one-on-one messages, it needs the 'https://graph.microsoft.com/User.Read' scope.
- Firewall and Networking Settings: If your bot is hosted behind a firewall, make sure the necessary firewall rules are in place to allow the Bot Framework service to communicate with your bot.
If you are still blocked by this issue and you have checked on above, I would highly recommend you raising a support ticket. Please let us know if you have no support plan, I am happy to enable you a free support ticket for this case.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.