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

🪲 Bug Report - VMSS State Backup Should be During Prep #104

Closed mbrat2005 closed 9 months ago

mbrat2005 commented 9 months ago

Describe the bug

VMSS backup is currently done during migration, but in a mulitLbConfig, VMSS backups may be missed if one of the LBs causes the migration to fail.

To Reproduce

Migrate multiLBConfig with VMSS backend

Expected behavior

Backups should be taken before any changes are made.