Merge pull request #1296 from zoran-rilak-msft/patch-5

Avoid Dynamic allocation
This commit is contained in:
Masha Thomas (MSFT)
2024-05-29 09:44:19 -07:00
committed by GitHub
@@ -50,7 +50,8 @@
"name": "Standard"
},
"properties": {
"publicIPAllocationMethod": "Dynamic"
"publicIPAllocationMethod": "Static",
"publicIPAddressVersion": "IPv4"
}
},
{