Share via


Provision your Azure Bot Service agent manually

Now that you have an agent and you have tested your agent locally, you can deploy it to Azure. To run an agent on Azure, you must:

  1. Provision an Azure Bot resource and configure authentication details for the resource.
  2. Configure your Agents SDK agent code with your Azure Bot resource and authentication type.
  3. Deploy your SDK agent to Azure as a web app to an Azure App Service app or container.

This article directs you to details on how to provision the Azure Bot resource and authentication. These instructions apply to all Azure Bot resources, regardless of which language you are using for your Agents SDK agent.

Authentication types

The Azure Bot Service supports multiple authentication types:

Next Steps