🎯

azure-upgrade

🎯Skill

from microsoft/azure-skills

VibeIndex|
What it does
|

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)

azure-upgrade

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add microsoft/azure-skills --skill azure-upgrade
skills.sh Install⚠ Installs to .agents/skills/
npx skills add microsoft/azure-skills --skill azure-upgrade
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/azure-upgrade/SKILL.md

SKILL.md

262,956Installs
-
AddedMar 13, 2026

More from this repository10

🎯
microsoft-foundry🎯Skill

A Claude Code skill from Microsoft that enables Azure AI Foundry integration, helping developers build, deploy, and manage AI applications on Azure.

🎯
azure-ai🎯Skill

A Claude Code skill from Microsoft for working with Azure AI services, including Cognitive Services, OpenAI on Azure, and machine learning workflows.

🎯
azure-deploy🎯Skill

A Claude Code skill from Microsoft for deploying applications and infrastructure to Azure using ARM templates, Bicep, or CLI commands.

🎯
azure-prepare🎯Skill

A Claude Code skill from Microsoft that helps set up Azure environments, including subscription configuration, resource group creation, and prerequisite installation.

🎯
azure-diagnostics🎯Skill

A Claude Code skill from Microsoft for troubleshooting Azure resources by collecting and analyzing diagnostic logs and metrics.

🎯
azure-compute🎯Skill

A Claude Code skill from Microsoft for managing Azure compute resources including VMs, App Services, Functions, and Container Instances.

🎯
azure-cloud-migrate🎯Skill

A Claude Code skill from Microsoft that assists with planning and executing cloud migration strategies from on-premises or other clouds to Azure.

🎯
appinsights-instrumentation🎯Skill

A Claude Code skill from Microsoft for adding Application Insights telemetry to your apps, enabling performance monitoring and error tracking on Azure.

🎯
azure-storage🎯Skill

A Claude Code skill from Microsoft for managing Azure Storage accounts, blobs, queues, tables, and file shares.

🎯
azure-validate🎯Skill

A Claude Code skill from Microsoft for validating Azure resource configurations, ARM/Bicep templates, and deployment readiness.