Skip to content

Commit 2adc780

Browse files
mod template for gw configuration
1 parent d1ca907 commit 2adc780

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@
7777
"name": "Standard",
7878
"tier": "Standard"
7979
},
80-
"vpnClientProtocols": [
81-
"IkeV2",
82-
"SSTP"
83-
],
8480
"gatewayType": "Vpn",
8581
"vpnType": "RouteBased",
8682
"enableBgp": "false",
@@ -90,6 +86,10 @@
9086
"[parameters('vpnClientAddressPoolPrefix')]"
9187
]
9288
},
89+
"vpnClientProtocols": [
90+
"IkeV2",
91+
"SSTP"
92+
],
9393
"vpnClientRootCertificates": [
9494
{
9595
"name": "[variables('clientRootCertName')]",
@@ -102,4 +102,4 @@
102102
}
103103
}
104104
]
105-
}
105+
}

0 commit comments

Comments
 (0)