azure-upgrade

Automate Azure workload upgrades and SDK modernization with CLI commands.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-upgrade-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-upgrade
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/azure-upgrade
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-upgrade-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the assessment and upgrade of Azure workloads, including service/plan/SKU changes and modernization of Azure SDK dependencies, to improve efficiency and reduce manual effort.

Core Features & Use Cases

  • Assessment and Upgrade Automation: Handles assessment and automated upgrades of Azure workloads, such as plan/tier upgrades, cross-service migrations, and SKU changes.
  • Azure SDK Modernization: Migrates legacy Azure Java SDKs to modern equivalents for improved security and features.
  • Use Case: Use this Skill to upgrade your Azure Functions plan from Consumption to Flex Consumption, migrate App Service to Container Apps, or modernize legacy Azure Java SDKs.

Quick Start

Run the azure-upgrade skill with the specific scenario as the argument. For example: "Upgrade my function app 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 Azure workload upgrades and modernization?

Azure workload upgrades and modernization are automated using Azure CLI commands and Python scripts to handle assessments, service migrations, and SKU changes. This reduces manual effort by orchestrating plan upgrades and SDK migrations programmatically.

Can I migrate App Service to Container Apps automatically?

Migrating App Service to Container Apps is supported through automated cross-service migration scripts. The automation assesses your current workload configuration and executes the transition using Azure CLI commands to provision the new containerized environment.

What is the best way to upgrade Azure Functions from Consumption to Flex Consumption?

Upgrading Azure Functions from Consumption to Flex Consumption is handled by passing the specific scenario as an argument to the automation skill. The process uses Azure CLI to assess the current plan and apply the tier upgrade automatically.

How do I modernize legacy Azure Java SDKs to current versions?

Modernizing legacy Azure Java SDKs is achieved by migrating dependencies to modern equivalents using automated Python scripts. This improves security and unlocks newer features by replacing outdated SDK versions with supported releases.

Do I need Azure CLI and Python installed to automate Azure plan upgrades?

Azure CLI and Python are required dependencies to perform Azure plan upgrade automation tasks. Both tools must be installed and configured in your environment to execute the assessment scripts and run the upgrade commands.

What Azure modernization scenarios are supported for cross-service migrations?

Azure modernization scenarios supported include service and plan tier upgrades, SKU changes, cross-service migrations like App Service to Container Apps, and legacy Azure Java SDK modernization to improve security and efficiency.