Update az104-11-vm-template.json

This commit is contained in:
staleycyn 2025-07-04 07:01:39 -07:00 committed by GitHub
parent 22210aba49
commit b7a15f2697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,6 +186,9 @@
"count": "[variables('numberOfInstances')]"
},
"location": "[resourceGroup().location]",
"sku": {
"name":"Standard"
},
"properties": {
"publicIpAllocationMethod": "Static"
}