Merge pull request #992 from mikaseitsonen/patch-1

Update Lab 10 az104-10-vms-edge-template.json
This commit is contained in:
staleycyn 2025-06-11 08:38:38 -07:00 committed by GitHub
commit 798323da59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,8 +183,11 @@
"count": "[variables('numberOfInstances')]"
},
"location": "[resourceGroup().location]",
"sku": {
"name":"Standard"
},
"properties": {
"publicIpAllocationMethod": "Dynamic"
"publicIpAllocationMethod": "Static"
}
},
{