This automates Azure workload upgrades within the same cloud, like moving Functions from Consumption to Flex Consumption or migrating App Service to Container Apps. It runs readiness assessments, generates upgrade reports, and executes the migration steps while preserving your app settings and configurations. The automation scripts are idempotent so you can resume if something fails. It's honest about what it can't do—if there's no built-in scenario for your upgrade path, it falls back to Azure documentation tools to research the approach. Saves you from manually clicking through the portal or writing custom migration scripts for common Azure upgrade scenarios.
npx skills add https://github.com/microsoft/azure-skills --skill azure-upgrade