Forum Discussion

mattphillips's avatar
mattphillips
Copper Contributor
Dec 19, 2022

How to change bot name?

Basically I want to be able to change the name of my bot from "SupportChatBot-local-debug" to "Support Chat Bot" whenever it messages. I thought it'd be in Azure/Bot Framework portal but I've chang

 

Is there some other magical place where I can change it?

 

  • mattphillips - You can change the user-facing display name of your application by navigating to 
    Home > App registration > <YourAppName> in Azure portal and updating the name as shown below.




    Thanks, 

    Prasad Das

    -----------------------------------------------------------------------------------------

    If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

     

     

    • mattphillips's avatar
      mattphillips
      Copper Contributor

      Prasad_Das-MSFT Hi, I have already changed that value but it hasn't updated the bot name, is there anywhere else to change it?

       

      • Prasad_Das-MSFT's avatar
        Prasad_Das-MSFT
        Icon for Microsoft rankMicrosoft

        mattphillips - You can change your app name from manifest as well.
        If the bot is sideloaded, then the name/icon is taken from the bot registration. Once published it will take the name and icon from Manifest itself. 

Resources