azure-upgrade
🎯Skillfrom microsoft/azure-skills
Assesses and automates upgrades of Azure workloads between plans, tiers, or SKUs. Handles plan/tier upgrades (e.g., Consumption to Flex Consumption), cross-service migrations (e.g., App Service to Container Apps), and SKU changes with phased assessment reports and idempotent scripts.
Overview
Azure Upgrade is a Claude Code skill that handles assessment and automated upgrades of existing Azure workloads from one service, hosting plan, or SKU to another — all within Azure. It supports plan/tier upgrades (e.g., Consumption → Flex Consumption), cross-service migrations (e.g., App Service → Container Apps), and SKU changes. It follows a phased approach: first generating an assessment report, then automating the upgrade steps.
Key Features
- Phased upgrade workflow: Sequentially assesses readiness before performing any upgrade, ensuring safe transitions between Azure plans and tiers
- Multiple upgrade scenarios: Supports Consumption → Flex Consumption, App Service → Container Apps, and other Azure service tier changes
- Safety-first approach: Destructive actions require explicit user confirmation, original apps are never deleted without consent, and all scripts are idempotent and resumable
- MCP tool integration: Uses Azure MCP tools for direct interaction with Azure services during assessment and migration
Who is this for?
- Azure developers and DevOps engineers who need to upgrade existing workloads to newer or more cost-effective Azure plans
- Teams migrating between Azure hosting tiers (e.g., moving Function Apps from Consumption to Flex Consumption)
- Organizations looking to automate Azure service tier changes with proper assessment and rollback safety
Same repository
microsoft/azure-skills(28 items)
Installation
npx vibeindex add microsoft/azure-skills --skill azure-upgradenpx skills add microsoft/azure-skills --skill azure-upgrade~/.claude/skills/azure-upgrade/SKILL.mdSKILL.md
More from this repository10
A Claude Code skill from Microsoft that enables Azure AI Foundry integration, helping developers build, deploy, and manage AI applications on Azure.
A Claude Code skill from Microsoft for working with Azure AI services, including Cognitive Services, OpenAI on Azure, and machine learning workflows.
A Claude Code skill from Microsoft for deploying applications and infrastructure to Azure using ARM templates, Bicep, or CLI commands.
A Claude Code skill from Microsoft that helps set up Azure environments, including subscription configuration, resource group creation, and prerequisite installation.
A Claude Code skill from Microsoft for troubleshooting Azure resources by collecting and analyzing diagnostic logs and metrics.
A Claude Code skill from Microsoft for managing Azure compute resources including VMs, App Services, Functions, and Container Instances.
A Claude Code skill from Microsoft that assists with planning and executing cloud migration strategies from on-premises or other clouds to Azure.
A Claude Code skill from Microsoft for adding Application Insights telemetry to your apps, enabling performance monitoring and error tracking on Azure.
A Claude Code skill from Microsoft for managing Azure Storage accounts, blobs, queues, tables, and file shares.
A Claude Code skill from Microsoft for validating Azure resource configurations, ARM/Bicep templates, and deployment readiness.