mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Set the SKU for public IP addys to Standard
This commit is contained in:
@@ -47,7 +47,8 @@
|
|||||||
"name": "[variables('gatewayPublicIpAddressName')]",
|
"name": "[variables('gatewayPublicIpAddressName')]",
|
||||||
"location": "[parameters('location')]",
|
"location": "[parameters('location')]",
|
||||||
"properties": {
|
"properties": {
|
||||||
"publicIPAllocationMethod": "Dynamic"
|
"publicIPAllocationMethod": "Dynamic",
|
||||||
|
"Sku": "Standard"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user