Skip to content

Commit

Permalink
applied the changes to the default values, removed hard coded values
Browse files Browse the repository at this point in the history
  • Loading branch information
fabferri committed Jun 19, 2020
1 parent f66a103 commit 8146417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 101-expressroute-private-peering-vnet/azuredeploy.json
Expand Up @@ -18,6 +18,7 @@
},
"erCircuitName": {
"type": "string",
"defaultValue": "er-ckt01",
"metadata": {
"description": "Name of the ExpressRoute circuit"
}
Expand Down Expand Up @@ -91,6 +92,7 @@
},
"vlanId": {
"type": "int",
"defaultValue": 100,
"metadata": {
"description": "VLAN Id used between the customer edge routers and MSEE routers. primary and secondary link have the same VLAN Id"
}
Expand Down

0 comments on commit 8146417

Please sign in to comment.