Reputation: 21
i installed bot using app studio tool in Microsoft Teams and i used it many times to change the bot messaging endpoint url and it was working fine but, i try to edit it now but the messaging endpoint field not found in both bots& messaging extension pages. i don't know the problem from Microsoft teams itself or not. could anyone help ?
Upvotes: 1
Views: 805
Reputation: 672
Just login to Azure portal https://portal.azure.com using the same Microsoft Teams account that you used to load the App Studio.
The messaging end point is in the Application settings. Review the section https://learn.microsoft.com/en-us/azure/bot-service/bot-service-manage-settings?view=azure-bot-service-4.0
Upvotes: 1
Reputation: 10804
Behind the scenes, App Studio has been registering an entry for you in Azure, which you can easily administer by logging into the Azure portal (at https://portal.azure.com/). Inside there, you'll find an entry for your bot under All Resources. If you go into that entry, there's a "settings" section on the left menu, and inside there you can change the messaging endpoint any time you need to.
App Studio is basically just making a nicer UI around the Azure Portal, but it's important to know what's going on behind the scenes for this and other reasons.
Hope that helps.
Upvotes: 0