Change to static ip

This commit is contained in:
phahulin 2017-06-23 23:05:16 +03:00 committed by GitHub
parent 7132ee4a5c
commit e423c23328
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
{
"name": "ipconfig1",
"properties": {
"privateIPAllocationMethod": "Dynamic",
"privateIPAllocationMethod": "Static",
"publicIPAddress": {
"id": "[resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPAddressName'))]"
},