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 - Detect Service Fabric Cluster Backend and Warn About Downtime #38

Closed mbrat2005 closed 1 year ago

mbrat2005 commented 1 year ago

Describe the solution you'd like

Detect when the backend pool member is a VMSS Service Fabric Cluster. Warn the user that the migration will incur cluster downtime and link to (currently unpublished) alternate SF migration doc

Describe alternatives you've considered

Provide a warning on the documentation page

Additional context

All service fabric cluster vm scale sets will have a service fabric extension installed that should be easy to check for

Windows will have a ‘type’ of ‘ServiceFabricNode’

Linux will have a ‘type’ of ‘ServiceFabricLinuxNode’