mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
mod: deployment to support standard gw sku
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
"variables": {
|
||||
"gatewayPublicIpAddressName": "[concat('GatewayIP-', uniqueString(resourceGroup().id))]",
|
||||
"gatewayName": "[concat('Gateway-', uniqueString(resourceGroup().id))]",
|
||||
"gatewaySku": "Basic",
|
||||
"gatewaySubnetName": "GatewaySubnet",
|
||||
"clientRootCertName": "RootCert"
|
||||
},
|
||||
@@ -75,9 +74,13 @@
|
||||
}
|
||||
],
|
||||
"sku": {
|
||||
"name": "[variables('gatewaySku')]",
|
||||
"tier": "[variables('gatewaySku')]"
|
||||
"name": "Standard",
|
||||
"tier": "Standard"
|
||||
},
|
||||
"vpnClientProtocols": [
|
||||
"IkeV2",
|
||||
"SSTP"
|
||||
],
|
||||
"gatewayType": "Vpn",
|
||||
"vpnType": "RouteBased",
|
||||
"enableBgp": "false",
|
||||
|
||||
Reference in New Issue
Block a user