az-900 Practice Question 1873
Exam: az-900
Domain: Describe Azure management and governance
Topic: Describe features and tools for managing and deploying Azure resources
Difficulty: medium
You are managing an Azure subscription with multiple resource groups and need to quickly deploy a new virtual machine using an ARM template. Which tool or method would you use to achieve this without writing any scripts?
Answer Options
A
Azure Portal
B
Azure Cloud Shell
C
Azure PowerShell
D
Azure CLI
Correct Answer
B: Azure Cloud Shell
Explanation
Using Azure Cloud Shell allows you to execute ARM templates directly from the browser, making it a convenient choice for one-time deployments or testing. Azure Portal can be used for deploying resources but requires manual configuration through the UI. PowerShell and CLI require scripting, which is not necessary in this case as the deployment can be done through the browser.