1
votes

Currently there are two portal options to update the endpoint for a Teams Bot:

  1. https://dev.teams.microsoft.com/bots (works intermittently)
  2. https://dev.botframework.com/bots

How can we update this from the command line / with code?

I'm aware of the az bot commands (https://docs.microsoft.com/en-us/cli/azure/bot?view=azure-cli-latest) but this appears to be for managing resources deployed under 'Bot Services', and not bots created via the 'Bot Framework'.

Thanks.