Skip to content

Commit 33a8f56

Browse files
committed
Fix to number of public ip address items
1 parent 1112e3f commit 33a8f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployPublicIPs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"location": "[parameters('location')]",
2424
"copy": {
2525
"name": "pipCopy",
26-
"count": 3
26+
"count": 4
2727
},
2828
"properties": {
2929
"publicIPAllocationMethod": "[parameters('publicIPAddressType')]"

0 commit comments

Comments
 (0)