migrating-azure-functions-startup Skill
Migrates Azure Functions projects from in-process Startup hooks (FunctionsStartup, IFunctionsHostBuilder) to the isolated worker model with Program.cs service registration. Use when upgrading Azure Functions from in-process to isolated, migrating Startup.cs to Program.cs, removing Microsoft.Azure.Functions.Extensions, Published by microsoft in upgrade-agent-plugins.
What is migrating-azure-functions-startup Skill?
Migrates Azure Functions projects from in-process Startup hooks (FunctionsStartup, IFunctionsHostBuilder) to the isolated worker model with Program.cs service registration. Use when upgrading Azure Functions from in-process to isolated, migrating Startup.cs to Program.cs, removing Microsoft.Azure.Functions.Extensions, 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-startup 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-startup/SKILL.md
What it does
Migrates Azure Functions projects from in-process Startup hooks (FunctionsStartup, IFunctionsHostBuilder) to the isolated worker model with Program.cs service registration. Use when upgrading Azure Functions from in-process to isolated, migrating Startup.cs to Program.cs, removing Microsoft.Azure.Functions.Extensions,
Skill instructions
Azure Functions Startup Hooks Migration Overview Migrate Azure Functions from the in-process model (using FunctionsStartup and IFunctionsHostBuilder) to the isolated worker model, moving all service registrations and configuration from Startup.cs into Program.cs. Related skill: For upgrading an already-isolated project to the V2 hosting pattern (IHostApplicationBuilder), use migrating-azure-functions-to-v2 instead. The startup file may not be named Startup.cs.Identify it by looking for classes inheriting FunctionsStartup, usage of IFunctionsHostBuilder or FunctionsHostBuilderContext, or the [assembly: FunctionsStartup(...)] attribute. Throughout this skill, "Startup.cs" refers to whichever file contains these patterns. Workflow Track progress using this checklist: Migration Progress: - [ ] Phase 1, Step 1: Get target framework - [ ] Phase 1, Step 2: Determine in-process vs isolated - [ ] Phase 1, Step 3: Determine upgrade path - [ ] Phase 1, Step 4: Check ASP.NET Core integration - [ ]
Explore related resources
Frequently asked questions
What is migrating-azure-functions-startup?
migrating-azure-functions-startup is a open-source AI agent skill with Copy skill directory. Migrates Azure Functions projects from in-process Startup hooks (FunctionsStartup, IFunctionsHostBuilder) to the isolated worker model with Program.cs service registration.
Who is migrating-azure-functions-startup best for?
migrating-azure-functions-startup is best for reusing agent instructions, scripts, and references.
How do I install migrating-azure-functions-startup?
Install or run migrating-azure-functions-startup using Copy skill directory. Check migrating-azure-functions-startup for the latest setup command.
Is migrating-azure-functions-startup actively maintained?
migrating-azure-functions-startup may need a closer maintenance check before production use.
Auto-fetched from GitHub.