I created an Azure Bot Resource and navigated to its linked Azure App. However I need to know what the hostname of this application is because I am importing this application to use for my Bot Framework Composer during publishing of the bot. Every online resource I am looking at says that my hostname is from the application service url with ‘.azurewebsites.net’ but I do not know where to find it on my Azure Bot or Azure Application’s profile. Where do I find this? I am the owner of this bot on Azure Portal so I should have access to view it if it is there.
I wonder if it is because I have not created a web app. However, I don’t know if I need it. I created my bot on Bot Framework Composer linked to the API of my own external software so it works fine on the Emulator. I just need to publish it.
enter image description here
I have tried using just the display name of the application but there is an error so I am trying to find the azurewebsites.net link.