Skip to content

Commit b90627e

Browse files
fix
1 parent 5aa58c7 commit b90627e

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
@@ -35,8 +35,8 @@
3535
}
3636
},
3737
"variables": {
38-
"gatewayPublicIpAddressName": "[concat('GatewayIP', substring(uniqueString(resourceGroup().id),0,3))]",
39-
"gatewayName": "[concat('Gateway', substring(uniqueString(resourceGroup().id),0,3))]",
38+
"gatewayPublicIpAddressName": "[concat('GatewayIP-', uniqueString(resourceGroup().id))]",
39+
"gatewayName": "[concat('Gateway-', uniqueString(resourceGroup().id))]",
4040
"gatewaySku": "Basic",
4141
"gatewaySubnetName": "GatewaySubnet",
4242
"clientRootCertName": "RootCert"

0 commit comments

Comments
 (0)