API · SDK · runtime · authentication lifecycle intelligence

Last updated · 9 September 2026

SchemaTrace

Breaking changes, enforcement dates and migration requirements.

ST-2026-024 · Runtimes & developer platforms

Azure Functions ends support for the .NET in-process model on 10 November

Microsoft will end support for the .NET in-process execution model in Azure Functions on 10 November 2026 and directs C# function applications to the isolated worker model for continued full support.

Azure Functions.NETin-processisolated workersupport lifecycle

Previous state

Azure Functions v4 C# applications could remain on the .NET in-process model, which supports LTS releases through .NET 8.

Current state

The in-process model leaves support; continued full support requires migration to the isolated worker model, which supports additional .NET versions and a separate worker process.

Who needs to care

C# Azure Functions applications using the in-process execution model, including applications on Functions v4 and .NET 8.

What to do

Identify in-process applications, assess extension and binding compatibility, migrate projects to the isolated worker model, run functional and performance tests, and deploy before the support deadline.

What the source does not prove

This is an execution-model support deadline, not a statement that every in-process app stops running on the date. It is distinct from .NET 8's own support lifecycle even though both currently show 10 November 2026.

Related evidence across the network

Curated because the records share a publisher, platform, control, sector or procurement context. Each destination keeps its own evidence boundary.

Lifecycle history

Dated event sequence

  1. Current migration guidance published

    Microsoft's Functions v3-to-v4 guidance states the in-process support deadline and recommends isolated worker migration.

  2. Support ends

    Azure Functions support for the .NET in-process model is scheduled to end.

Evidence ledger

First-party sources

  1. 01
    Microsoft Learn — Migrate apps from Azure Functions version 3.x to version 4.x

    Official .NET execution-model migration guidance · 2025-09-30

    Open official source ↗