Skip to content

Commit

Permalink
Fixed error on prefix of vmname for DefaultNSG
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarshah04 committed Jul 29, 2016
1 parent 4e95646 commit 994d584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmseries-simple-template/azureDeploy.json
Expand Up @@ -241,7 +241,7 @@
}, {
"apiVersion": "[variables('apiVersion')]",
"type": "Microsoft.Network/networkSecurityGroups",
"name": "DefaultNSG",
"name": "[concat(parameters('vmName'), '-DefaultNSG')]",
"location": "[parameters('location')]",
"properties": {
"securityRules": [{
Expand Down

0 comments on commit 994d584

Please sign in to comment.