AI-100 · Question #145
The development team at your company builds a bot by using C# and .NET. You need to deploy the bot to Azure. Which tool should you use?
The correct answer is B. the Azure CLI. The deployment process documented here uses one of the ARM templates to provision required resources for the bot in Azure by using the Azure CLI. Note: When you create a bot using the Visual Studio template, Yeoman template, or Cookiecutter template the source code generated…
Question
The development team at your company builds a bot by using C# and .NET. You need to deploy the bot to Azure. Which tool should you use?
Options
- Athe .NET Core CLI
- Bthe Azure CLI
- Cthe Git CLI
- Dthe AzCopy toll
How the community answered
(20 responses)- A10% (2)
- B85% (17)
- C5% (1)
Explanation
The deployment process documented here uses one of the ARM templates to provision required resources for the bot in Azure by using the Azure CLI. Note: When you create a bot using the Visual Studio template, Yeoman template, or Cookiecutter template the source code generated includes a deploymentTemplates folder that contains ARM https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli
Topics
Community Discussion
No community discussion yet for this question.