to create a new bot via Azure, you get 3 options:
- Web App Bot: An Azure Bot Service Bot deployed to an Azure App Service Web App. Build, connect, deploy and manage Bots to interact with your users wherever they are - from your app or website to Cortana, Skype, Messenger and many other services.
- Functions Bot: An Azure Bot Service Bot deployed to an Azure Functions App. Build, connect, deploy and manage Bots to interact with your users wherever they are - from your app or website to Cortana, Skype, Messenger and many other services.
- Bot Channels Registration: Your own Bot hosted where you want, registered with the Azure Bot Service. Build, connect, and manage Bots to interact with your users wherever they are - from your app or website to Cortana, Skype, Messenger and many other services.
Questions:
What exactly is the meaning of the highlighted lines, any simple example will be very useful.
How do these options matter for a developer?