Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How do you create a virtual machine in Azure Cloud Shell using an ARM template?
A
Use the New-AzResourceGroupDeployment cmdlet with a custom ARM template file to deploy resources to a resource group.
B
Specify the resource group name using the -ResourceGroupName parameter in the New-AzResourceGroupDeployment cmdlet.
C
While New-AzVm can create a VM, it does not utilize a template and requires all parameters to be provided in the command line.
D
The command to deploy a VM using an ARM template involves specifying the existing resource group and the template.