Skip to content

Commit 60a5436

Browse files
removing sovereign cloud restriction for in-process model with .NET 8
1 parent 5261b9f commit 60a5436

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ Azure Functions supports C# and C# script programming languages. If you're looki
3131

3232
### Updating to target .NET 8
3333

34-
> [!NOTE]
35-
> Targeting .NET 8 with the in-process model is not yet enabled for apps in sovereign clouds. Updates will be communicated on [this tracking thread on GitHub](https://github.com/Azure/azure-functions-host/issues/9951).
36-
3734
Apps using the in-process model can target .NET 8 by following the steps outlined in this section. However, if you choose to exercise this option, you should still begin planning your [migration to the isolated worker model](./migrate-dotnet-to-isolated-model.md) in advance of [support ending for the in-process model on November 10, 2026](https://aka.ms/azure-functions-retirements/in-process-model).
3835

3936
Many apps can change the configuration of the function app in Azure without updates to code or redeployment. To run .NET 8 with the in-process model, three configurations are required:

includes/functions-dotnet-migrate-v4-versions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ When you migrate your function app, you have the opportunity to choose the targe
1212

1313
| .NET version | [.NET Official Support Policy] release type | Functions process model<sup>1,2</sup> |
1414
| --- | --- | --- |
15-
| .NET 8 | LTS (end of support November 10, 2026) | [Isolated worker model],<br/>[In-process model]<sup>2,3</sup> |
15+
| .NET 8 | LTS (end of support November 10, 2026) | [Isolated worker model],<br/>[In-process model]<sup>2</sup> |
1616
| .NET 6 | LTS (end of support November 12, 2024) | [Isolated worker model],<br/>[In-process model]<sup>2</sup> |
1717
| .NET Framework 4.8 | [See policy][netfxpolicy] | [Isolated worker model] |
1818

1919
<sup>1</sup> The [isolated worker model] supports Long Term Support (LTS) and Standard Term Support (STS) versions of .NET, as well as .NET Framework. The [in-process model] only supports LTS releases of .NET, ending with .NET 8. For a full feature and functionality comparison between the two models, see [Differences between in-process and isolate worker process .NET Azure Functions](../articles/azure-functions/dotnet-isolated-in-process-differences.md).
2020

2121
<sup>2</sup> Support ends for the in-process model on November 10, 2026. For more information, see [this support announcement](https://aka.ms/azure-functions-retirements/in-process-model). For continued full support, you should [migrate your apps to the isolated worker model](../articles/azure-functions/migrate-dotnet-to-isolated-model.md).
2222

23-
<sup>3</sup> Targeting .NET 8 with the in-process model is not yet enabled for apps in sovereign clouds. Updates will be communicated on [this tracking thread on GitHub](https://github.com/Azure/azure-functions-host/issues/9951).
24-
2523
<!-- <sup>2</sup> See [Preview .NET versions in the isolated worker model](../articles/azure-functions/dotnet-isolated-process-guide.md#preview-net-versions) for details on support, current restrictions, and instructions for using the preview version. -->
2624

2725
[.NET Official Support Policy]: https://dotnet.microsoft.com/platform/support/policy

includes/functions-supported-languages.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ Your function code runs in the same process as the Functions host process. Suppo
2929

3030
| Supported version | Support level | Expected community EOL date |
3131
| ---- | ---- |--- |
32-
| [.NET 8 (LTS)](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle)<sup>1</sup> | GA | November 10, 2026 |
32+
| [.NET 8 (LTS)](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle) | GA | November 10, 2026 |
3333
| [.NET 6 (LTS)](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle) | GA | November 12, 2024 |
3434

35-
<sup>1</sup> Targeting .NET 8 with the in-process model is not yet enabled for apps in sovereign clouds. Updates will be communicated on [this tracking thread on GitHub](https://github.com/Azure/azure-functions-host/issues/9951).
36-
3735
For more information, see [Develop C# class library functions using Azure Functions](../articles/azure-functions/functions-dotnet-class-library.md). Also supports [C# script functions](../articles/azure-functions/functions-reference-csharp.md).
3836

3937
### [v1.x](#tab/v1/in-process)

0 commit comments

Comments
 (0)