CompositionalIT / farmer

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

No builder support for adding subnet per IP of LoadBalancer backendAddressPool #1117

Closed memeghaj closed 1 week ago

memeghaj commented 2 weeks ago

Currently there is no support to add the subnet of the IP address getting added in the backend address pool of the load balancer.

Instead, all the IP addresses are getting added as a list and getting linked to the vnet in the arm deployment - which ideally should be configured to also support getting linked to subnets as well.