Skip to content

Commit 3519b15

Browse files
committed
nsg back
1 parent 692ab79 commit 3519b15

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

azuredeploy.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -487,47 +487,47 @@
487487
}
488488
}
489489
},
490-
{
491-
"name": "addcVmsDeployment",
492-
"type": "Microsoft.Resources/deployments",
493-
"apiVersion": "2015-01-01",
494-
"dependsOn": [
495-
"Microsoft.Resources/deployments/nicsDeployment"
496-
],
497-
"properties": {
498-
"mode": "Incremental",
499-
"templateLink": {
500-
"uri": "[variables('deployVmsUrl')]",
501-
"contentVersion": "1.0.0.0"
502-
},
503-
"parameters": {
504-
"location": {
505-
"value": "[parameters('location')]"
506-
},
507-
"adminUsername": {
508-
"value": "[parameters('adminUsername')]"
509-
},
510-
"adminPassword": {
511-
"value": "[parameters('adminPassword')]"
512-
},
513-
"vmNamePrefix": {
514-
"value": "[parameters('addcVmNamePrefix')]"
515-
},
516-
"vmSize": {
517-
"value": "[parameters('addcVMsSize')]"
518-
},
519-
"availabilitySetName": {
520-
"value": "[variables('availabilitySetNames')[0]]"
521-
},
522-
"vmCount": {
523-
"value": 2
524-
},
525-
"storageAccountNamePrefix": {
526-
"value": "[variables('storageAccountNamePrefix')]"
527-
}
528-
}
529-
}
530-
},
490+
// {
491+
// "name": "addcVmsDeployment",
492+
// "type": "Microsoft.Resources/deployments",
493+
// "apiVersion": "2015-01-01",
494+
// "dependsOn": [
495+
// "Microsoft.Resources/deployments/nicsDeployment"
496+
// ],
497+
// "properties": {
498+
// "mode": "Incremental",
499+
// "templateLink": {
500+
// "uri": "[variables('deployVmsUrl')]",
501+
// "contentVersion": "1.0.0.0"
502+
// },
503+
// "parameters": {
504+
// "location": {
505+
// "value": "[parameters('location')]"
506+
// },
507+
// "adminUsername": {
508+
// "value": "[parameters('adminUsername')]"
509+
// },
510+
// "adminPassword": {
511+
// "value": "[parameters('adminPassword')]"
512+
// },
513+
// "vmNamePrefix": {
514+
// "value": "[parameters('addcVmNamePrefix')]"
515+
// },
516+
// "vmSize": {
517+
// "value": "[parameters('addcVMsSize')]"
518+
// },
519+
// "availabilitySetName": {
520+
// "value": "[variables('availabilitySetNames')[0]]"
521+
// },
522+
// "vmCount": {
523+
// "value": 2
524+
// },
525+
// "storageAccountNamePrefix": {
526+
// "value": "[variables('storageAccountNamePrefix')]"
527+
// }
528+
// }
529+
// }
530+
// },
531531
{
532532
"name": "adfsVmsDeployment",
533533
"type": "Microsoft.Resources/deployments",

0 commit comments

Comments
 (0)