Array limits in Azure templates limited to 100 entries?Azure - Specifying Load Balancer Rules in ARM TemplateAzure Logic Apps - ARM template to deploy filesystem API connectionARM template parameter object array into template arrayHow the if() function executes in Azure Resource Manager TemplatesAzure Data Factory - ARM TemplateAzure Resource Manager Template Set VM Time ZoneARM Template copy reporting Duplicates when there are notApp setting name in ARM template won't allow colon (:) charactermeaning and relevant values for azure functions resource manager template parameters.jsonValue from Azure ARM parameter file is not read
Why doesn't Starship have four landing legs?
What is the purpose of Strength, Intelligence and Dexterity in Path of Exile?
What is the sound/audio equivalent of "unsightly"?
Is there a word or phrase that means "use other people's wifi or Internet service without consent"?
Should I use the words "pyromancy" and "necromancy" even if they don't mean what people think they do?
Create a list of snaking numbers under 50,000
Do application leftovers have any impact on performance?
Journal published a paper, ignoring my objections as a referee
Wrong Stamping of UK Visa
What checks exist against overuse of presidential pardons in the USA?
Defending Castle from Zombies
How to differentiate between two people with the same name in a story?
Is it unusual for a math department not to have a mail/web server?
Normalized Malbolge to Malbolge translator
Idiomatic way to create an immutable and efficient class in C++?
How did medieval manors handle population growth? Was there room for more fields to be ploughed?
Which polygons can be turned inside out by a smooth deformation?
What is the following VRP?
What's the point of fighting monsters in Zelda BotW?
Why did Lucius make a deal out of Buckbeak hurting Draco but not about Draco being turned into a ferret?
Spicing up a moment of peace
Answer with an image of my favorite musician
Printing a list as "a, b, c." using Python
Is Nikon D500 a good fit for nature and ambient-lighting portraits and occasional other uses?
Array limits in Azure templates limited to 100 entries?
Azure - Specifying Load Balancer Rules in ARM TemplateAzure Logic Apps - ARM template to deploy filesystem API connectionARM template parameter object array into template arrayHow the if() function executes in Azure Resource Manager TemplatesAzure Data Factory - ARM TemplateAzure Resource Manager Template Set VM Time ZoneARM Template copy reporting Duplicates when there are notApp setting name in ARM template won't allow colon (:) charactermeaning and relevant values for azure functions resource manager template parameters.jsonValue from Azure ARM parameter file is not read
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to deploy ipRules for storageAccount to add Azure Devops IP ranges and it looks like IP rule is limited to 100 entries in array and after that it starts to throw exceptions like below.
Code=InvalidValuesForRequestParameters; Message=Values for request parameters are invalid: networkAcls.ipRules[].
"value": "13.67.128.0/20"
,
"value": "13.67.144.0/21"
,
"value": "13.67.152.0/24"
,
"value": "13.67.153.0/28"
,
"value": "13.67.153.32/27"
,
"value": "13.67.153.64/26"
,
"value": "13.67.153.128/25"
,
"value": "13.67.155.0/24"
,
"value": "13.67.156.0/22"
,
"value": "13.67.160.0/19"
,
"value": "13.67.192.0/18"
,
"value": "13.86.0.0/17"
,
"value": "13.89.0.0/16"
,
"value": "20.37.128.0/18"
,
"value": "20.38.96.0/23"
,
"value": "20.38.122.0/23"
,
"value": "20.40.192.0/18"
,
"value": "20.44.8.0/21"
,
"value": "20.184.64.0/18"
,
"value": "20.186.192.0/18"
,
"value": "20.190.134.0/24"
,
"value": "23.99.128.0/17"
,
"value": "23.100.80.0/21"
,
"value": "23.100.240.0/20"
,
"value": "23.101.112.0/20"
,
"value": "23.102.202.0/24"
,
"value": "40.67.160.0/19"
,
"value": "40.69.128.0/18"
,
"value": "40.77.0.0/17"
,
"value": "40.77.161.64/26"
,
"value": "40.77.166.192/26"
,
"value": "40.77.175.192/27"
,
"value": "40.77.175.240/28"
,
"value": "40.77.182.16/28"
,
"value": "40.77.182.192/26"
,
"value": "40.77.184.128/25"
,
"value": "40.77.197.0/24"
,
"value": "40.77.255.128/26"
,
"value": "40.78.128.0/18"
,
"value": "40.78.221.0/24"
,
"value": "40.82.16.0/22"
,
"value": "40.82.96.0/22"
,
"value": "40.83.0.0/20"
,
"value": "40.83.16.0/21"
,
"value": "40.83.24.0/26"
,
"value": "40.83.24.64/27"
,
"value": "40.83.24.128/25"
,
"value": "40.83.25.0/24"
,
"value": "40.83.26.0/23"
,
"value": "40.83.28.0/22"
,
"value": "40.83.32.0/19"
,
"value": "40.86.0.0/17"
,
"value": "40.87.180.0/22"
,
"value": "40.89.224.0/19"
,
"value": "40.90.16.0/27"
,
"value": "40.90.128.16/28"
,
"value": "40.90.129.224/27"
,
"value": "40.90.130.64/28"
,
"value": "40.90.132.192/26"
,
"value": "40.90.137.224/27"
,
"value": "40.90.140.96/27"
,
"value": "40.90.140.224/27"
,
"value": "40.90.141.0/27"
,
"value": "40.90.142.128/27"
,
"value": "40.90.142.240/28"
,
"value": "40.90.144.0/27"
,
"value": "40.90.144.128/26"
,
"value": "40.90.148.176/28"
,
"value": "40.90.149.96/27"
,
"value": "40.90.151.160/27"
,
"value": "40.90.154.64/26"
,
"value": "40.90.156.192/26"
,
"value": "40.113.192.0/18"
,
"value": "40.122.16.0/20"
,
"value": "40.122.32.0/19"
,
"value": "40.122.64.0/18"
,
"value": "40.122.128.0/17"
,
"value": "40.126.6.0/24"
,
"value": "52.108.208.0/21"
,
"value": "52.109.8.0/22"
,
"value": "52.114.128.0/22"
,
"value": "52.125.128.0/22"
,
"value": "52.136.30.0/24"
,
"value": "52.141.192.0/19"
,
"value": "52.141.240.0/20"
,
"value": "52.143.193.0/24"
,
"value": "52.143.224.0/19"
,
"value": "52.154.0.0/18"
,
"value": "52.154.128.0/17"
,
"value": "52.158.160.0/20"
,
"value": "52.158.192.0/19"
,
"value": "52.165.0.0/19"
,
"value": "52.165.32.0/20"
,
"value": "52.165.48.0/28"
,
"value": "52.165.49.0/24"
,
"value": "52.165.56.0/21"
,
"value": "52.165.64.0/19"
,
"value": "52.165.96.0/21"
,
"value": "52.165.104.0/25"
,
"value": "52.165.128.0/17"
,
"value": "52.176.128.0/19"
,
azure-resource-manager
add a comment |
I'm trying to deploy ipRules for storageAccount to add Azure Devops IP ranges and it looks like IP rule is limited to 100 entries in array and after that it starts to throw exceptions like below.
Code=InvalidValuesForRequestParameters; Message=Values for request parameters are invalid: networkAcls.ipRules[].
"value": "13.67.128.0/20"
,
"value": "13.67.144.0/21"
,
"value": "13.67.152.0/24"
,
"value": "13.67.153.0/28"
,
"value": "13.67.153.32/27"
,
"value": "13.67.153.64/26"
,
"value": "13.67.153.128/25"
,
"value": "13.67.155.0/24"
,
"value": "13.67.156.0/22"
,
"value": "13.67.160.0/19"
,
"value": "13.67.192.0/18"
,
"value": "13.86.0.0/17"
,
"value": "13.89.0.0/16"
,
"value": "20.37.128.0/18"
,
"value": "20.38.96.0/23"
,
"value": "20.38.122.0/23"
,
"value": "20.40.192.0/18"
,
"value": "20.44.8.0/21"
,
"value": "20.184.64.0/18"
,
"value": "20.186.192.0/18"
,
"value": "20.190.134.0/24"
,
"value": "23.99.128.0/17"
,
"value": "23.100.80.0/21"
,
"value": "23.100.240.0/20"
,
"value": "23.101.112.0/20"
,
"value": "23.102.202.0/24"
,
"value": "40.67.160.0/19"
,
"value": "40.69.128.0/18"
,
"value": "40.77.0.0/17"
,
"value": "40.77.161.64/26"
,
"value": "40.77.166.192/26"
,
"value": "40.77.175.192/27"
,
"value": "40.77.175.240/28"
,
"value": "40.77.182.16/28"
,
"value": "40.77.182.192/26"
,
"value": "40.77.184.128/25"
,
"value": "40.77.197.0/24"
,
"value": "40.77.255.128/26"
,
"value": "40.78.128.0/18"
,
"value": "40.78.221.0/24"
,
"value": "40.82.16.0/22"
,
"value": "40.82.96.0/22"
,
"value": "40.83.0.0/20"
,
"value": "40.83.16.0/21"
,
"value": "40.83.24.0/26"
,
"value": "40.83.24.64/27"
,
"value": "40.83.24.128/25"
,
"value": "40.83.25.0/24"
,
"value": "40.83.26.0/23"
,
"value": "40.83.28.0/22"
,
"value": "40.83.32.0/19"
,
"value": "40.86.0.0/17"
,
"value": "40.87.180.0/22"
,
"value": "40.89.224.0/19"
,
"value": "40.90.16.0/27"
,
"value": "40.90.128.16/28"
,
"value": "40.90.129.224/27"
,
"value": "40.90.130.64/28"
,
"value": "40.90.132.192/26"
,
"value": "40.90.137.224/27"
,
"value": "40.90.140.96/27"
,
"value": "40.90.140.224/27"
,
"value": "40.90.141.0/27"
,
"value": "40.90.142.128/27"
,
"value": "40.90.142.240/28"
,
"value": "40.90.144.0/27"
,
"value": "40.90.144.128/26"
,
"value": "40.90.148.176/28"
,
"value": "40.90.149.96/27"
,
"value": "40.90.151.160/27"
,
"value": "40.90.154.64/26"
,
"value": "40.90.156.192/26"
,
"value": "40.113.192.0/18"
,
"value": "40.122.16.0/20"
,
"value": "40.122.32.0/19"
,
"value": "40.122.64.0/18"
,
"value": "40.122.128.0/17"
,
"value": "40.126.6.0/24"
,
"value": "52.108.208.0/21"
,
"value": "52.109.8.0/22"
,
"value": "52.114.128.0/22"
,
"value": "52.125.128.0/22"
,
"value": "52.136.30.0/24"
,
"value": "52.141.192.0/19"
,
"value": "52.141.240.0/20"
,
"value": "52.143.193.0/24"
,
"value": "52.143.224.0/19"
,
"value": "52.154.0.0/18"
,
"value": "52.154.128.0/17"
,
"value": "52.158.160.0/20"
,
"value": "52.158.192.0/19"
,
"value": "52.165.0.0/19"
,
"value": "52.165.32.0/20"
,
"value": "52.165.48.0/28"
,
"value": "52.165.49.0/24"
,
"value": "52.165.56.0/21"
,
"value": "52.165.64.0/19"
,
"value": "52.165.96.0/21"
,
"value": "52.165.104.0/25"
,
"value": "52.165.128.0/17"
,
"value": "52.176.128.0/19"
,
azure-resource-manager
where is the question? create 2 arrays
– 4c74356b41
Mar 28 at 6:36
How do I add 2 arrays to IPRules object? docs.microsoft.com/en-us/azure/templates/microsoft.storage/…
– Gregory Suvalian
Mar 28 at 12:27
"ipRules": "[concat(arr1, arr2)]"? if this property doesnt support more than 100 rules - nothing you can do
– 4c74356b41
Mar 28 at 12:30
add a comment |
I'm trying to deploy ipRules for storageAccount to add Azure Devops IP ranges and it looks like IP rule is limited to 100 entries in array and after that it starts to throw exceptions like below.
Code=InvalidValuesForRequestParameters; Message=Values for request parameters are invalid: networkAcls.ipRules[].
"value": "13.67.128.0/20"
,
"value": "13.67.144.0/21"
,
"value": "13.67.152.0/24"
,
"value": "13.67.153.0/28"
,
"value": "13.67.153.32/27"
,
"value": "13.67.153.64/26"
,
"value": "13.67.153.128/25"
,
"value": "13.67.155.0/24"
,
"value": "13.67.156.0/22"
,
"value": "13.67.160.0/19"
,
"value": "13.67.192.0/18"
,
"value": "13.86.0.0/17"
,
"value": "13.89.0.0/16"
,
"value": "20.37.128.0/18"
,
"value": "20.38.96.0/23"
,
"value": "20.38.122.0/23"
,
"value": "20.40.192.0/18"
,
"value": "20.44.8.0/21"
,
"value": "20.184.64.0/18"
,
"value": "20.186.192.0/18"
,
"value": "20.190.134.0/24"
,
"value": "23.99.128.0/17"
,
"value": "23.100.80.0/21"
,
"value": "23.100.240.0/20"
,
"value": "23.101.112.0/20"
,
"value": "23.102.202.0/24"
,
"value": "40.67.160.0/19"
,
"value": "40.69.128.0/18"
,
"value": "40.77.0.0/17"
,
"value": "40.77.161.64/26"
,
"value": "40.77.166.192/26"
,
"value": "40.77.175.192/27"
,
"value": "40.77.175.240/28"
,
"value": "40.77.182.16/28"
,
"value": "40.77.182.192/26"
,
"value": "40.77.184.128/25"
,
"value": "40.77.197.0/24"
,
"value": "40.77.255.128/26"
,
"value": "40.78.128.0/18"
,
"value": "40.78.221.0/24"
,
"value": "40.82.16.0/22"
,
"value": "40.82.96.0/22"
,
"value": "40.83.0.0/20"
,
"value": "40.83.16.0/21"
,
"value": "40.83.24.0/26"
,
"value": "40.83.24.64/27"
,
"value": "40.83.24.128/25"
,
"value": "40.83.25.0/24"
,
"value": "40.83.26.0/23"
,
"value": "40.83.28.0/22"
,
"value": "40.83.32.0/19"
,
"value": "40.86.0.0/17"
,
"value": "40.87.180.0/22"
,
"value": "40.89.224.0/19"
,
"value": "40.90.16.0/27"
,
"value": "40.90.128.16/28"
,
"value": "40.90.129.224/27"
,
"value": "40.90.130.64/28"
,
"value": "40.90.132.192/26"
,
"value": "40.90.137.224/27"
,
"value": "40.90.140.96/27"
,
"value": "40.90.140.224/27"
,
"value": "40.90.141.0/27"
,
"value": "40.90.142.128/27"
,
"value": "40.90.142.240/28"
,
"value": "40.90.144.0/27"
,
"value": "40.90.144.128/26"
,
"value": "40.90.148.176/28"
,
"value": "40.90.149.96/27"
,
"value": "40.90.151.160/27"
,
"value": "40.90.154.64/26"
,
"value": "40.90.156.192/26"
,
"value": "40.113.192.0/18"
,
"value": "40.122.16.0/20"
,
"value": "40.122.32.0/19"
,
"value": "40.122.64.0/18"
,
"value": "40.122.128.0/17"
,
"value": "40.126.6.0/24"
,
"value": "52.108.208.0/21"
,
"value": "52.109.8.0/22"
,
"value": "52.114.128.0/22"
,
"value": "52.125.128.0/22"
,
"value": "52.136.30.0/24"
,
"value": "52.141.192.0/19"
,
"value": "52.141.240.0/20"
,
"value": "52.143.193.0/24"
,
"value": "52.143.224.0/19"
,
"value": "52.154.0.0/18"
,
"value": "52.154.128.0/17"
,
"value": "52.158.160.0/20"
,
"value": "52.158.192.0/19"
,
"value": "52.165.0.0/19"
,
"value": "52.165.32.0/20"
,
"value": "52.165.48.0/28"
,
"value": "52.165.49.0/24"
,
"value": "52.165.56.0/21"
,
"value": "52.165.64.0/19"
,
"value": "52.165.96.0/21"
,
"value": "52.165.104.0/25"
,
"value": "52.165.128.0/17"
,
"value": "52.176.128.0/19"
,
azure-resource-manager
I'm trying to deploy ipRules for storageAccount to add Azure Devops IP ranges and it looks like IP rule is limited to 100 entries in array and after that it starts to throw exceptions like below.
Code=InvalidValuesForRequestParameters; Message=Values for request parameters are invalid: networkAcls.ipRules[].
"value": "13.67.128.0/20"
,
"value": "13.67.144.0/21"
,
"value": "13.67.152.0/24"
,
"value": "13.67.153.0/28"
,
"value": "13.67.153.32/27"
,
"value": "13.67.153.64/26"
,
"value": "13.67.153.128/25"
,
"value": "13.67.155.0/24"
,
"value": "13.67.156.0/22"
,
"value": "13.67.160.0/19"
,
"value": "13.67.192.0/18"
,
"value": "13.86.0.0/17"
,
"value": "13.89.0.0/16"
,
"value": "20.37.128.0/18"
,
"value": "20.38.96.0/23"
,
"value": "20.38.122.0/23"
,
"value": "20.40.192.0/18"
,
"value": "20.44.8.0/21"
,
"value": "20.184.64.0/18"
,
"value": "20.186.192.0/18"
,
"value": "20.190.134.0/24"
,
"value": "23.99.128.0/17"
,
"value": "23.100.80.0/21"
,
"value": "23.100.240.0/20"
,
"value": "23.101.112.0/20"
,
"value": "23.102.202.0/24"
,
"value": "40.67.160.0/19"
,
"value": "40.69.128.0/18"
,
"value": "40.77.0.0/17"
,
"value": "40.77.161.64/26"
,
"value": "40.77.166.192/26"
,
"value": "40.77.175.192/27"
,
"value": "40.77.175.240/28"
,
"value": "40.77.182.16/28"
,
"value": "40.77.182.192/26"
,
"value": "40.77.184.128/25"
,
"value": "40.77.197.0/24"
,
"value": "40.77.255.128/26"
,
"value": "40.78.128.0/18"
,
"value": "40.78.221.0/24"
,
"value": "40.82.16.0/22"
,
"value": "40.82.96.0/22"
,
"value": "40.83.0.0/20"
,
"value": "40.83.16.0/21"
,
"value": "40.83.24.0/26"
,
"value": "40.83.24.64/27"
,
"value": "40.83.24.128/25"
,
"value": "40.83.25.0/24"
,
"value": "40.83.26.0/23"
,
"value": "40.83.28.0/22"
,
"value": "40.83.32.0/19"
,
"value": "40.86.0.0/17"
,
"value": "40.87.180.0/22"
,
"value": "40.89.224.0/19"
,
"value": "40.90.16.0/27"
,
"value": "40.90.128.16/28"
,
"value": "40.90.129.224/27"
,
"value": "40.90.130.64/28"
,
"value": "40.90.132.192/26"
,
"value": "40.90.137.224/27"
,
"value": "40.90.140.96/27"
,
"value": "40.90.140.224/27"
,
"value": "40.90.141.0/27"
,
"value": "40.90.142.128/27"
,
"value": "40.90.142.240/28"
,
"value": "40.90.144.0/27"
,
"value": "40.90.144.128/26"
,
"value": "40.90.148.176/28"
,
"value": "40.90.149.96/27"
,
"value": "40.90.151.160/27"
,
"value": "40.90.154.64/26"
,
"value": "40.90.156.192/26"
,
"value": "40.113.192.0/18"
,
"value": "40.122.16.0/20"
,
"value": "40.122.32.0/19"
,
"value": "40.122.64.0/18"
,
"value": "40.122.128.0/17"
,
"value": "40.126.6.0/24"
,
"value": "52.108.208.0/21"
,
"value": "52.109.8.0/22"
,
"value": "52.114.128.0/22"
,
"value": "52.125.128.0/22"
,
"value": "52.136.30.0/24"
,
"value": "52.141.192.0/19"
,
"value": "52.141.240.0/20"
,
"value": "52.143.193.0/24"
,
"value": "52.143.224.0/19"
,
"value": "52.154.0.0/18"
,
"value": "52.154.128.0/17"
,
"value": "52.158.160.0/20"
,
"value": "52.158.192.0/19"
,
"value": "52.165.0.0/19"
,
"value": "52.165.32.0/20"
,
"value": "52.165.48.0/28"
,
"value": "52.165.49.0/24"
,
"value": "52.165.56.0/21"
,
"value": "52.165.64.0/19"
,
"value": "52.165.96.0/21"
,
"value": "52.165.104.0/25"
,
"value": "52.165.128.0/17"
,
"value": "52.176.128.0/19"
,
azure-resource-manager
azure-resource-manager
asked Mar 27 at 22:00
Gregory SuvalianGregory Suvalian
1,47510 silver badges30 bronze badges
1,47510 silver badges30 bronze badges
where is the question? create 2 arrays
– 4c74356b41
Mar 28 at 6:36
How do I add 2 arrays to IPRules object? docs.microsoft.com/en-us/azure/templates/microsoft.storage/…
– Gregory Suvalian
Mar 28 at 12:27
"ipRules": "[concat(arr1, arr2)]"? if this property doesnt support more than 100 rules - nothing you can do
– 4c74356b41
Mar 28 at 12:30
add a comment |
where is the question? create 2 arrays
– 4c74356b41
Mar 28 at 6:36
How do I add 2 arrays to IPRules object? docs.microsoft.com/en-us/azure/templates/microsoft.storage/…
– Gregory Suvalian
Mar 28 at 12:27
"ipRules": "[concat(arr1, arr2)]"? if this property doesnt support more than 100 rules - nothing you can do
– 4c74356b41
Mar 28 at 12:30
where is the question? create 2 arrays
– 4c74356b41
Mar 28 at 6:36
where is the question? create 2 arrays
– 4c74356b41
Mar 28 at 6:36
How do I add 2 arrays to IPRules object? docs.microsoft.com/en-us/azure/templates/microsoft.storage/…
– Gregory Suvalian
Mar 28 at 12:27
How do I add 2 arrays to IPRules object? docs.microsoft.com/en-us/azure/templates/microsoft.storage/…
– Gregory Suvalian
Mar 28 at 12:27
"ipRules": "[concat(arr1, arr2)]"? if this property doesnt support more than 100 rules - nothing you can do– 4c74356b41
Mar 28 at 12:30
"ipRules": "[concat(arr1, arr2)]"? if this property doesnt support more than 100 rules - nothing you can do– 4c74356b41
Mar 28 at 12:30
add a comment |
1 Answer
1
active
oldest
votes
The storage account resource provider in Azure has a limit of 100 IP network rules. Not necessarily a limitation of the ARM template itself but the resource provider that is being created or modified.
"Each storage account supports up to 100 IP network rules, which may be combined with Virtual network rules."
Source: https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55387130%2farray-limits-in-azure-templates-limited-to-100-entries%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The storage account resource provider in Azure has a limit of 100 IP network rules. Not necessarily a limitation of the ARM template itself but the resource provider that is being created or modified.
"Each storage account supports up to 100 IP network rules, which may be combined with Virtual network rules."
Source: https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range
add a comment |
The storage account resource provider in Azure has a limit of 100 IP network rules. Not necessarily a limitation of the ARM template itself but the resource provider that is being created or modified.
"Each storage account supports up to 100 IP network rules, which may be combined with Virtual network rules."
Source: https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range
add a comment |
The storage account resource provider in Azure has a limit of 100 IP network rules. Not necessarily a limitation of the ARM template itself but the resource provider that is being created or modified.
"Each storage account supports up to 100 IP network rules, which may be combined with Virtual network rules."
Source: https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range
The storage account resource provider in Azure has a limit of 100 IP network rules. Not necessarily a limitation of the ARM template itself but the resource provider that is being created or modified.
"Each storage account supports up to 100 IP network rules, which may be combined with Virtual network rules."
Source: https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range
answered Apr 22 at 20:34
StringfellowStringfellow
8356 silver badges25 bronze badges
8356 silver badges25 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55387130%2farray-limits-in-azure-templates-limited-to-100-entries%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
where is the question? create 2 arrays
– 4c74356b41
Mar 28 at 6:36
How do I add 2 arrays to IPRules object? docs.microsoft.com/en-us/azure/templates/microsoft.storage/…
– Gregory Suvalian
Mar 28 at 12:27
"ipRules": "[concat(arr1, arr2)]"? if this property doesnt support more than 100 rules - nothing you can do– 4c74356b41
Mar 28 at 12:30