Skip to content

Commit 45276b4

Browse files
authored
Merge pull request #1386 from zoran-rilak-msft/master
Bump VPN SKU to AZ to match the public IP
2 parents 15668e0 + 56b6271 commit 45276b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
}
7979
],
8080
"sku": {
81-
"name": "VpnGw1",
82-
"tier": "VpnGw1"
81+
"name": "VpnGw1AZ",
82+
"tier": "VpnGw1AZ"
8383
},
8484
"gatewayType": "Vpn",
8585
"vpnType": "RouteBased",

0 commit comments

Comments
 (0)