CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
523 stars 157 forks source link

Network Security Rules fail to deploy due to too much priority #990

Closed Thorium closed 1 year ago

Thorium commented 1 year ago

NSG has security rules and each rule increases the priority by 100. The max value before ARM fails is 4100 so basically due to Farmer, there is artificial limitation of 41 rules.

You run out of line-numbers if you increment by 100, but if you increment by one, then you cannot easily modify your existing construct. Like in a very old BASIC language!

There are multiple possible solutions: