azure-upgrade

Assess and upgrade Azure workloads between plans, tiers, or SKUs.

66|41|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/olivomarco/vbd-copilot --skill azure-upgrade-olivomarco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-upgrade
Source: https://github.com/olivomarco/vbd-copilot/tree/main/skills/azure-upgrade
Command: npx skills add https://github.com/olivomarco/vbd-copilot --skill azure-upgrade-olivomarco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assess and upgrade Azure workloads between plans, tiers, or SKUs, generating assessment reports and executing automated upgrade steps to reduce manual effort and risk.

Core Features & Use Cases

  • Automated Assessment: Generate upgrade readiness reports and identify compatibility issues before any changes.
  • Automated Upgrades: Create a target app in the desired plan and migrate configurations, identities, and networking settings.
  • Use Case: Move an Azure Function App from Consumption to Flex Consumption while preserving dependencies and governance.

Quick Start

Run the automated migration to assess your app and create the target upgrade plan.

Frequently Asked Questions about azure-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an Azure Function App migration from Consumption to Flex Consumption?

Azure Function App migration from Consumption to Flex Consumption is automated by creating a target app in the desired plan, migrating configurations, identities, and networking settings, and generating an upgrade readiness report to identify compatibility issues before executing changes.

What are the prerequisites for automating Azure App Service plan upgrades?

Automating Azure App Service plan upgrades requires Azure CLI v2.77.0 or higher, the resource-graph extension, and appropriate RBAC permissions to execute the structured workflow and perform destructive actions safely.

Can I preserve dependencies and governance when moving Azure workloads between SKUs?

Yes, moving Azure workloads between SKUs preserves dependencies and governance by automatically migrating existing configurations, identities, and networking settings to the new target application during the upgrade workflow.

What is the workflow for assessing Azure workload upgrade readiness?

Azure workload upgrade readiness follows a structured workflow: Identify, Assess, Pre-migrate, Upgrade, and Validate. It generates assessment reports to detect compatibility issues and requires user confirmations before executing any destructive automation steps.

Does the Azure upgrade automation support cross-service moves for hosting plans?

Yes, Azure upgrade automation supports cross-service moves for hosting plans, applying to Function Apps, App Services, and related migrations including transitions between Consumption and Flex Consumption tiers while preserving existing dependencies.

When should I not use automated migration for Azure workload upgrades?

You should review automated migration limitations when you lack the required Azure CLI v2.77.0+ or appropriate RBAC permissions, as the workflow explicitly requires user confirmations for destructive actions and cannot bypass these safeguards.