diff --git a/Allfiles/Labs/11/az104-11-vm-template.json b/Allfiles/Labs/11/az104-11-vm-template.json index 4f1c7981..2556b17f 100644 --- a/Allfiles/Labs/11/az104-11-vm-template.json +++ b/Allfiles/Labs/11/az104-11-vm-template.json @@ -186,6 +186,9 @@ "count": "[variables('numberOfInstances')]" }, "location": "[resourceGroup().location]", + "sku": { + "name":"Standard" + }, "properties": { "publicIpAllocationMethod": "Static" }