Skip to content

Commit a6010e6

Browse files
authored
Merge pull request #1293 from zoran-rilak-msft/patch-2
Set the SKU for public IP addys to Standard
2 parents a979867 + a457465 commit a6010e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"name": "[variables('gatewayPublicIpAddressName')]",
4848
"location": "[parameters('location')]",
4949
"properties": {
50-
"publicIPAllocationMethod": "Dynamic"
50+
"publicIPAllocationMethod": "Dynamic",
51+
"Sku": "Standard"
5152
}
5253
},
5354
{

0 commit comments

Comments
 (0)