Azure / AzLoadBalancerMigration

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

💡 Feature Request - Alert User to Downtime #111

Closed mbrat2005 closed 6 months ago

mbrat2005 commented 6 months ago

Describe the solution you'd like

On execution, alert user that the migration will cause application downtime. Since we are promoting the migration process in various places and can't be sure that the downtime is mentioned, we should include a prompt in the module.

Consider whether bypassing this prompt should be included in -force or if there should be a separate parameter to discourage the overuse of -force, which bypasses all other prompts.