mbakunas / Azure-HubSpoke

0 stars 0 forks source link

Create IP Groups for the spoke subnets #10

Closed mbakunas closed 3 years ago

mbakunas commented 3 years ago

Need to figure out a solution for the AllAzureNetworks group.

Issue is that the ipAddresses property takes a list of strings, not an array. Need to figure out how to build that list.

mbakunas commented 3 years ago

Finally figured out how to format ipAddresses for the All Azure networks group: "ipAddresses": "[json(string(concat(array(parameters('hubVnetAddressSpace')), parameters('spokeVnetAddressSpace'))))]"