Skip to content

Commit 798323d

Browse files
authored
Merge pull request #992 from mikaseitsonen/patch-1
Update Lab 10 az104-10-vms-edge-template.json
2 parents 9e79d57 + 39b3d56 commit 798323d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Allfiles/Labs/10/az104-10-vms-edge-template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,11 @@
183183
"count": "[variables('numberOfInstances')]"
184184
},
185185
"location": "[resourceGroup().location]",
186+
"sku": {
187+
"name":"Standard"
188+
},
186189
"properties": {
187-
"publicIpAllocationMethod": "Dynamic"
190+
"publicIpAllocationMethod": "Static"
188191
}
189192
},
190193
{

0 commit comments

Comments
 (0)