azure-upgrade

Assess and automate Azure workload upgrades with Azure CLI migration commands.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-upgrade-davidrrowley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-upgrade
Source: https://github.com/davidrrowley/CortexYouV3/tree/main/.agents/skills/azure-upgrade
Command: npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-upgrade-davidrrowley

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates uncertainty and manual effort when moving Azure workloads between hosting plans, SKUs, or service tiers by producing compatibility assessments, automating safe migration steps, and enforcing rollback and confirmation safeguards.

Core Features & Use Cases

  • Automated Assessment: Runs comprehensive checks (region, runtime, slots, certificates, triggers, identities) and generates a required upgrade-assessment-report.md.
  • Idempotent Automation: Provides Azure CLI-based migration steps (e.g., flex-migration) and scripted pre-migration and post-migration validation procedures.
  • Safety & Governance: Enforces user confirmations for destructive actions, documents rollback steps, and integrates best-practice MCP tools for recommendations.
  • Use Case: Migrate a Linux Azure Functions app from Consumption to Flex Consumption, preserving settings and identities while validating compatibility and monitoring.

Quick Start

Ask the skill to assess and upgrade your Azure Function app from Consumption to Flex Consumption and produce an upgrade-assessment-report.md.

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 Functions migration from Consumption to Flex Consumption?

To migrate Azure Functions from Consumption to Flex Consumption, this process runs pre-upgrade assessments, collects app settings and identities, and executes Azure CLI migration commands while enforcing explicit user confirmation for destructive actions.

What does an Azure App Service upgrade assessment include?

An Azure App Service upgrade assessment includes comprehensive checks for region, runtime, slots, certificates, triggers, and identities, culminating in a generated upgrade-assessment-report.md to document compatibility.

Can I change the SKU or hosting plan for an Azure Functions app safely?

Yes, you can safely change the SKU or hosting plan for an Azure Functions app by enforcing user confirmations for destructive actions, documenting rollback steps, and running scripted pre-migration and post-migration validation procedures.

Does the Azure workload upgrade process support idempotent migrations?

Yes, the Azure workload upgrade process supports idempotent automation by providing Azure CLI-based migration steps and scripted pre-migration and post-migration validation procedures to ensure safe re-runs.

What are the limitations of automating Azure workload upgrades?

Limitations of automating Azure workload upgrades include the strict requirement for explicit user confirmation before destructive actions and the necessity to manually review the generated upgrade-assessment-report for compatibility issues like unsupported runtimes or triggers.