From b90627e0a01fa1525dc680b1418c37630478e211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sr=C4=91an=20Bo=C5=BEovi=C4=87?= Date: Fri, 24 Aug 2018 04:06:12 +0200 Subject: [PATCH] fix --- .../attach-vpn-gateway/azuredeploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json b/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json index 7f357ff6..822a302c 100644 --- a/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json +++ b/samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/azuredeploy.json @@ -35,8 +35,8 @@ } }, "variables": { - "gatewayPublicIpAddressName": "[concat('GatewayIP', substring(uniqueString(resourceGroup().id),0,3))]", - "gatewayName": "[concat('Gateway', substring(uniqueString(resourceGroup().id),0,3))]", + "gatewayPublicIpAddressName": "[concat('GatewayIP-', uniqueString(resourceGroup().id))]", + "gatewayName": "[concat('Gateway-', uniqueString(resourceGroup().id))]", "gatewaySku": "Basic", "gatewaySubnetName": "GatewaySubnet", "clientRootCertName": "RootCert"