Skip to content

Commit

Permalink
Updated SKU for VPN Gateway to always be Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
brsteph committed May 24, 2024
1 parent 4a219d5 commit b83f054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eslzArm/subscriptionTemplates/hubspoke-connectivity.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"location": "[parameters('location')]",
"name": "[variables('azVpnGwIpName')]",
"sku": {
"name": "[if(equals(parameters('gwRegionalOrAz'), 'Zone'), 'Standard', 'Basic')]"
"name": "Standard"
},
"properties": {
"publicIPAllocationMethod": "[if(equals(parameters('gwRegionalOrAz'), 'Zone'), 'Static', 'Dynamic')]"
Expand All @@ -316,7 +316,7 @@
"location": "[parameters('location')]",
"name": "[variables('azVpnGwAAIpName')]",
"sku": {
"name": "[if(equals(parameters('gwRegionalOrAz'), 'Zone'), 'Standard', 'Basic')]"
"name": "Standard"
},
"properties": {
"publicIPAllocationMethod": "[if(equals(parameters('gwRegionalOrAz'), 'Zone'), 'Static', 'Dynamic')]"
Expand Down Expand Up @@ -444,7 +444,7 @@
"location": "[parameters('location')]",
"name": "[variables('azErGwIpName')]",
"sku": {
"name": "[if(equals(parameters('erRegionalOrAz'), 'Zone'), 'Standard', 'Basic')]"
"name": "Standard"
},
"properties": {
"publicIPAllocationMethod": "[if(equals(parameters('erRegionalOrAz'), 'Zone'), 'Static', 'Dynamic')]"
Expand Down

0 comments on commit b83f054

Please sign in to comment.