migrating-azure-functions-to-v2 Skill
Migrates Azure Functions projects from legacy HostBuilder or in-process model to the modern Version 2.x pattern using IHostApplicationBuilder and Application Insights. Use when upgrading Azure Functions to isolated worker V2, replacing HostBuilder with FunctionsApplication.CreateBuilder, or adding Application Insights Published by microsoft in upgrade-agent-plugins.
What is migrating-azure-functions-to-v2 Skill?
Migrates Azure Functions projects from legacy HostBuilder or in-process model to the modern Version 2.x pattern using IHostApplicationBuilder and Application Insights. Use when upgrading Azure Functions to isolated worker V2, replacing HostBuilder with FunctionsApplication.CreateBuilder, or adding Application Insights Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using upgrade-agent-plugins
Technical details
- Install or run with Copy skill directory
When to use migrating-azure-functions-to-v2 Skill
- Use it for developers using upgrade-agent-plugins.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/cloud/migrating-azure-functions-to-v2/SKILL.md
What it does
Migrates Azure Functions projects from legacy HostBuilder or in-process model to the modern Version 2.x pattern using IHostApplicationBuilder and Application Insights. Use when upgrading Azure Functions to isolated worker V2, replacing HostBuilder with FunctionsApplication.CreateBuilder, or adding Application Insights
Skill instructions
Azure Functions Version 2.x Migration Overview Migrate Azure Functions projects to the Version 2.x hosting pattern (IHostApplicationBuilder via FunctionsApplication.CreateBuilder), replacing the legacy HostBuilder or in-process model, and enabling Application Insights telemetry. Related skill: For migrating from in-process Startup hooks to the isolated worker model first, use migrating-azure-functions-startup. Two migration scenarios: 1. In-process → Isolated V2: From in-process model directly to isolated worker with V2 2. Legacy Isolated → V2: From isolated worker with legacy HostBuilder to V2 Prerequisites - Target framework must be .NET 8.0 or later (upgrade framework first if needed) - For in-process apps: must be ready to migrate to isolated worker model Reference: https://aka.ms/AAyl34o Workflow Track migration progress: Migration Progress: - [ ] Phase 1: Identify current model - [ ] Phase 2: Planning - [ ] Phase 3, Step 1: Update package references - [ ] Phase 3, Step 2: Create
Explore related resources
Frequently asked questions
What is migrating-azure-functions-to-v2?
migrating-azure-functions-to-v2 is a open-source AI agent skill with Copy skill directory. Migrates Azure Functions projects from legacy HostBuilder or in-process model to the modern Version 2.x pattern using IHostApplicationBuilder and Application Insights.
Who is migrating-azure-functions-to-v2 best for?
migrating-azure-functions-to-v2 is best for reusing agent instructions, scripts, and references.
How do I install migrating-azure-functions-to-v2?
Install or run migrating-azure-functions-to-v2 using Copy skill directory. Check migrating-azure-functions-to-v2 for the latest setup command.
Is migrating-azure-functions-to-v2 actively maintained?
migrating-azure-functions-to-v2 may need a closer maintenance check before production use.
Auto-fetched from GitHub.