Search code examples
azurebotframeworkbotsregistrationazure-resource-group

How to change application registration for existing (i.e. deployed) Microsoft Bot Framework bot?


I want to be able to change my application registration for an existing Microsoft Bot Framework (v4.4+) bot. Microsoft doesn't provide documentation on how to do so. Does anyone know how this could be done?


Solution

  • Microsoft App ID cannot be changed. You can only generate a new passoword by clicking on the Manage link. Refer to this document for details.

    enter image description here