mcpbeat

Azure Functions Upgrade

microsoft/azure-functions-upgrade

> Upgrade Azure Functions project from in-process model to isolated worker model. Use when user wants to migrate Azure Functions from in-proc to isolated, upgrade Functions hosting model, or modernize Azure Functions projects.

195 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
17
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/upgrade-agent-plugins --skill azure-functions-upgrade

The instruction itself

1 sections, as written by the author

Azure Functions Upgrade Scenario

This scenario uses the dotnet-version-upgrade scenario workflow. The only difference is intent detection — this skill matches Azure Functions upgrade requests specifically.

Follow the dotnet-version-upgrade scenario skill for all stages (assessment, planning, execution).

How to use it

Copy the folder

Take microsoft/azure-functions-upgrade from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.