When we create a bot with Azure Bot Service, Azure does a lot of our work for us. It provisions the bot, creates a bot project based on the bot builder SDK, and publishes the bot. All you need to create a bot in this way is an Azure subscription.
- To begin with, go to the Bot Framework website at https://dev.botframework.com, which will take you to the Azure portal:
- Alternatively, we can go directly to the Azure portal at https://portal.azure.com and search for Bot Service:
- For this example, select the ...