azure-upgrade

Assess and automate Azure workload, hosting plan, and SKU upgrades.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill assesses readiness and automates upgrades of Azure workloads, hosting plans, and SKUs to reduce manual risk and downtime during plan or tier migrations within Azure.

Core Features & Use Cases

  • Assessment Reports: Generates a required upgrade-assessment-report.md with compatibility checks, blockers, and recommendations.
  • Automated Migration: Provides idempotent Azure CLI automation and migration steps for scenarios like Consumption → Flex Consumption for Azure Functions.
  • Validation & Handoff: Runs smoke tests, validates monitoring, and handoffs to validation or deployment skills while enforcing destructive-action confirmations.

Quick Start

Assess my function app and prepare an automated migration from Consumption to Flex Consumption.

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?

Yes, you can upgrade an App Service workload to Azure Container Apps within the same subscription. The Skill assesses readiness, generates an upgrade-assessment-report.md with blockers, and applies idempotent Azure CLI commands while requiring explicit confirmation before destructive actions.

What is included in an Azure workload upgrade assessment report?

An Azure workload upgrade assessment report includes compatibility checks, migration blockers, and recommendations. It validates readiness for SKU or hosting plan changes, such as moving Azure Functions between tiers, before any idempotent Azure CLI automation commands are executed.

How do I validate Azure hosting plan changes after a migration?

Yes, the Skill requires explicit user confirmation before executing destructive actions during an Azure workload upgrade. It automates plan and SKU migrations using idempotent Azure CLI commands, but enforces this confirmation step to safely manage risks and reduce downtime during tier changes.

Does this Azure upgrade automation work for plan changes across different subscriptions?

No, this Azure upgrade automation does not work for plan changes across different subscriptions. It is strictly applicable to in-Azure upgrade scenarios within the same subscription, such as migrating Azure Functions Consumption to Flex Consumption or App Service to Container Apps.