Differences between AzureBot vs (deprecated) Channels registration for non-Azure hosted bots

PatriciaG 21 Reputation points
2022-02-11T15:29:30.567+00:00

The now deprecated Channel Registration for a bot has been replaced with the AzureBot resource. Given a non-Azure hosted bot (built with third party tools - in my particular case botkit) which integrates with the Bot Framework via https://github.com/howdyai/botkit/blob/main/packages/docs/core.md#using-bot-framework-channels, is this the right bot registration to use in order to use the Bot Service as a messaging service? In particular, I'm interested in using the web chat channel at least. Please do not point me to documentation that relies on the deprecated Channels Registration; the point here is to know whether anything is expected to break for this type of bot when using an AzureBot registration/resource instead.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
807 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,731 Reputation points
    2022-02-14T13:34:20.367+00:00

    @PatriciaG Thanks for the question. If the bot is hosted elsewhere, you can also make it available in Azure and connect it to the supported channels. You supply the web address where your bot is hosted. You only need to register a bot if it is not hosted in Azure. Bots created using Azure CLI are already registered with the Azure Bot Service. Web App Bot and Bot Channels Registration are deprecated but existing resources will continue to work. You should use Azure Bot, instead.

    1 person found this answer helpful.