exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 4 question 3 discussion

Actual exam question from Microsoft's AI-100
Question #: 3
Topic #: 4
[All AI-100 Questions]

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?

  • A. the .NET Core CLI
  • B. the Azure CLI
  • C. the Git CLI
  • D. the AzCopy toll
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
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 templates.
References:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rveney
2 years ago
B. the Azure CLI To deploy a bot built using C# and .NET to Azure, the recommended tool to use is the Azure CLI (Command-Line Interface). The Azure CLI is a command-line tool that provides a set of commands for interacting with Azure resources and managing Azure services. It offers a convenient way to deploy applications and manage Azure resources from the command line or scripts.
upvoted 1 times
...
Nickname__for__discussions
4 years, 3 months ago
correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...