From eb4279fb9205a287cbe27837b74e48ffcb259ec2 Mon Sep 17 00:00:00 2001 From: Zoran Rilak <81432157+zoran-rilak-msft@users.noreply.github.com> Date: Wed, 29 May 2024 18:43:26 +0200 Subject: [PATCH] Avoid Dynamic allocation --- .../attach-vpn-gateway/azuredeploy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 b04c15e4..d785c1d2 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 @@ -50,7 +50,8 @@ "name": "Standard" }, "properties": { - "publicIPAllocationMethod": "Dynamic" + "publicIPAllocationMethod": "Static", + "publicIPAddressVersion": "IPv4" } }, {