mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Fix az104-10-vms-edge-template.json to use Standard IPV4 Public IP with Static allocation method
Basic IPv4 SKU Public IP Addresses no longer available. Thus, change to Standard SKU which only allows Static as allocation method
This commit is contained in:
parent
9e79d57d62
commit
39b3d56b6f
@ -183,8 +183,11 @@
|
||||
"count": "[variables('numberOfInstances')]"
|
||||
},
|
||||
"location": "[resourceGroup().location]",
|
||||
"sku": {
|
||||
"name":"Standard"
|
||||
},
|
||||
"properties": {
|
||||
"publicIpAllocationMethod": "Dynamic"
|
||||
"publicIpAllocationMethod": "Static"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user