You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, bot name set to a static value which is "mygeodistributedbot".
It can cause an error for the user who wants to debug locally.
It will be better to set empty or change dynamically while a user deployment a bot.
The text was updated successfully, but these errors were encountered:
This line has to be modified with a service principal which has GET and LIST rights on the central KeyVault. This SP has to be generated first and rights granted (seperate script).
However the region env variable still needs to be in place, based on which regions you deployed and which one you want to test.
At least we need some documentation for local debugging.
GeoDistributedAzureBot/GeoBot/GeoBot/Properties/launchSettings.json
Line 17 in c24dfaf
Currently, bot name set to a static value which is "mygeodistributedbot".
It can cause an error for the user who wants to debug locally.
It will be better to set empty or change dynamically while a user deployment a bot.
The text was updated successfully, but these errors were encountered: