mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-08 18:07:04 +00:00
Merge pull request #992 from mikaseitsonen/patch-1
Update Lab 10 az104-10-vms-edge-template.json
This commit is contained in:
commit
798323da59
@ -183,8 +183,11 @@
|
|||||||
"count": "[variables('numberOfInstances')]"
|
"count": "[variables('numberOfInstances')]"
|
||||||
},
|
},
|
||||||
"location": "[resourceGroup().location]",
|
"location": "[resourceGroup().location]",
|
||||||
|
"sku": {
|
||||||
|
"name":"Standard"
|
||||||
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"publicIpAllocationMethod": "Dynamic"
|
"publicIpAllocationMethod": "Static"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user