Microsoft Azure Administrator Associate AZ 104 Practice test 3

© examsiri.com
Question : 30 of 50
 
Marks: +1, -0
You have an Azure Resource Manager template named Template1 that is used to deploy an Azure virtual machine.
Template1 contains the following text:
"location": {
"type": "String",
"defaultValue": "eastus",
"allowedValues": [
"canadacentral",
"eastus",
"westeurope",
"westus"]
}
The variables section in Template1 contains the following text:
"location": "westeurope"
The resources section in Template1 contains the following text: "type": "Microsoft.Compute/virtualMachines", "apiVersion": "2018-10-01",
"name": "[variables('vmName')]",
"location": "westeurope",
You need to deploy the virtual machine to the West US location by using Template1.
What should you do?
Go to Question: