Needed Azure resources for a bot

Tashfeen Ekram 21 Reputation points
2020-10-25T17:43:56.29+00:00

What are the absolute minimal Azure resources needed to deploy a bot? Below is what got created with the Composer create resource script.

Bot Channels Registration
Azure Cosmos DB account
Application Insights
App Service plan
App Service
Cognitive Services
App Service
Search service
Storage account

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

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,736 Reputation points
    2020-10-27T04:22:50.06+00:00

    Bot Framework Composer (Preview) is an integrated development tool for developers and multi-disciplinary teams to build bots and conversational experiences with the Microsoft Bot Framework. Within Composer, you'll find everything you need to build a sophisticated conversational experience: a visual dialog editor, tools to train and manage Language Understanding (LU), language generation and templating systems, and a ready-to-use bot runtime executable.

    Please follow the below doc for the prerequisites to publish a bot to Azure.

    https://learn.microsoft.com/en-us/composer/how-to-publish-bot#prerequisites

    Because Composer is using web standards, it can run anywhere the web platform can run. Customers can take Composer and host it in their existing web infrastructure as a standalone authoring application for their business needs.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.