Skip to content

Commit 692ab79

Browse files
committed
placing NSG back
1 parent 504964d commit 692ab79

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

azuredeploy.json

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -464,70 +464,70 @@
464464
}
465465
}
466466
},
467-
// {
468-
// "name": "nsgDeployment",
469-
// "type": "Microsoft.Resources/deployments",
470-
// "apiVersion": "2015-01-01",
471-
// "properties": {
472-
// "mode": "Incremental",
473-
// "templateLink": {
474-
// "uri": "[variables('deployNsgsUrl')]",
475-
// "contentVersion": "1.0.0.0"
476-
// },
477-
// "parameters": {
478-
// "location": {
479-
// "value": "[parameters('location')]"
480-
// },
481-
// "dmzSubnetAddressRange": {
482-
// "value": "[parameters('dmzSubnetAddressRange')]"
483-
// },
484-
// "internalSubnetAddressRange": {
485-
// "value": "[parameters('internalSubnetAddressRange')]"
486-
// }
487-
// }
488-
// }
489-
// },
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-
// },
467+
{
468+
"name": "nsgDeployment",
469+
"type": "Microsoft.Resources/deployments",
470+
"apiVersion": "2015-01-01",
471+
"properties": {
472+
"mode": "Incremental",
473+
"templateLink": {
474+
"uri": "[variables('deployNsgsUrl')]",
475+
"contentVersion": "1.0.0.0"
476+
},
477+
"parameters": {
478+
"location": {
479+
"value": "[parameters('location')]"
480+
},
481+
"dmzSubnetAddressRange": {
482+
"value": "[parameters('dmzSubnetAddressRange')]"
483+
},
484+
"internalSubnetAddressRange": {
485+
"value": "[parameters('internalSubnetAddressRange')]"
486+
}
487+
}
488+
}
489+
},
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)