Azure / AzLoadBalancerMigration

This repo contains a PowerShell module to support Azure Load Balancer migration from Basic to Standard SKU
MIT License
10 stars 9 forks source link

💡 Feature Request - Support Dynamic Outbound Rule Creation During Migration #50

Open mbrat2005 opened 1 year ago

mbrat2005 commented 1 year ago

Describe the solution you'd like

Because outbound rules can only associate a single backend pool to a single front end IP address, in the situation where an external load balancer has multiple backend pools, we are not able to create a generic outbound rule that applies to all backend pool members. Currently, the module issues a warning and instructs user to manually configure outbound rules post migration.

Potential solutions:

Describe alternatives you've considered

Current state warns user to create outbound rules post migration.

Additional context

See #10