Skip to content

Commit efb431e

Browse files
committed
Fix build issues
1 parent 9afd665 commit efb431e

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Guide for running C# Azure Functions in an isolated worker process
33
description: Learn how to use a .NET isolated worker process to run your C# functions in Azure, which supports non-LTS versions of .NET and .NET Framework apps.
44
ms.service: azure-functions
55
ms.topic: conceptual
6-
ms.date: 11/01/2022
6+
ms.date: 01/16/2023
77
ms.custom: template-concept
88
recommendations: false
99
#Customer intent: As a developer, I need to know how to create functions that run in an isolated worker process so that I can run my function code on current (not LTS) releases of .NET.

articles/azure-functions/functions-versions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ zone_pivot_groups: programming-languages-set-functions
1414
| Version | Support level | Description |
1515
| --- | --- | --- |
1616
| 4.x | GA | **_Recommended runtime version for functions in all languages._** Check out [Supported language versions](#languages). |
17-
| 3.x | GA | Supported all languages (see [Supported language versions](#languages)). Reached the end of life (EOL) for extended support on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](migrate-version-3-version-4.md) for full support. |
18-
| 2.x | GA | Supported for [legacy version 2.x apps](#pinning-to-version-20). This version is in maintenance mode, with enhancements provided only in later versions. Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](migrate-version-3-version-4.md) for full support. |
19-
| 1.x | GA | Recommended only for C# apps that must use .NET Framework and only supports development in the Azure portal, Azure Stack Hub portal, or locally on Windows computers. This version is in maintenance mode, with enhancements provided only in later versions. |
17+
| 3.x | GA<sup>*</sup> | Reached the end of life (EOL) for extended support on December 13, 2022. We highly recommend you [migrate your apps to version 4.x](migrate-version-3-version-4.md) for full support. |
18+
| 2.x | GA<sup>*</sup> | Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrate your apps to version 4.x](migrate-version-3-version-4.md) for full support. |
19+
| 1.x | GA | Supported only for C# apps that must use .NET Framework. This version is in maintenance mode, with enhancements provided only in later versions. We highly recommend you migrate your apps to version 4.x, which [supports .NET Framework 4.8](migrate-version-1-version-4.md?tabs=v4&pivots=programming-language-csharp).|
20+
21+
<sup>*</sup>For a detailed support statement about end-of-life versions, see [this migration article](migrate-version-3-version-4.md).
2022

2123
This article details some of the differences between these versions, how you can create each version, and how to change the version on which your functions run.
2224

articles/azure-functions/set-runtime-version.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ When a new version is publicly available, a prompt in the portal gives you the c
2727

2828
The following table shows the `FUNCTIONS_EXTENSION_VERSION` values for each major version to enable automatic updates:
2929

30-
| Major version | `FUNCTIONS_EXTENSION_VERSION` value | Additional configuration |
31-
| ------------- | ----------------------------------- | ------------------------- |
32-
| 4.x | `~4` | [On Windows, enable .NET 6](./migrate-version-3-version-4.md#upgrade-your-function-app-in-azure) |
33-
| 3.x | `~3` | |
34-
| 2.x | `~2` | |
35-
| 1.x | `~1` | |
30+
| Major version | `FUNCTIONS_EXTENSION_VERSION` value | Additional configuration |
31+
| ------------- | ----------------------------------- | ------------------------- |
32+
| 4.x | `~4` | [On Windows, enable .NET 6](./migrate-version-3-version-4.md#upgrade-your-function-app-in-azure) |
33+
| 3.x<sup>*</sup>| `~3` | |
34+
| 2.x<sup>*</sup>| `~2` | |
35+
| 1.x | `~1` | |
3636

37-
A change to the runtime version causes a function app to restart.
37+
<sup>*</sup>Reached the end of life (EOL) for extended support on December 13, 2022. For a detailed support statement about end-of-life versions, see [this migration article](migrate-version-3-version-4.md).
3838

39-
>[!NOTE]
40-
>.NET Function apps pinned to `~2.0` opt out of the automatic upgrade to .NET Core 3.1. To learn more, see [Functions v2.x considerations](functions-dotnet-class-library.md#functions-v2x-considerations).
39+
A change to the runtime version causes a function app to restart.
4140

4241
## View and update the current runtime version
4342

includes/functions-dotnet-supported-versions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 11/8/2022
5+
ms.date: 01/16/2023
66
ms.author: glenga
77
---
88

@@ -20,7 +20,6 @@ The following table shows the highest level of .NET Core or .NET Framework that
2020
| Functions 4.x | .NET 6.0 | .NET 6.0<br/>.NET 7.0 (GA)<sup>1</sup><br/>.NET Framework 4.8 (GA)<sup>1</sup> |
2121
| Functions 1.x | .NET Framework 4.8 | n/a |
2222

23-
2423
<sup>1</sup> Build process also requires [.NET 6 SDK](https://dotnet.microsoft.com/download).
2524

2625
For the latest news about Azure Functions releases, including the removal of specific older minor versions, monitor [Azure App Service announcements](https://github.com/Azure/app-service-announcements/issues).

includes/functions-supported-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: include file
1717
|[Python](../articles/azure-functions/functions-reference-python.md#python-version)|N/A|GA (Python 3.7)| GA (Python 3.9, 3.8, 3.7)| GA (Python 3.9, 3.8, 3.7) <br/> Preview (3.10)|
1818
|[TypeScript](../articles/azure-functions/functions-reference-node.md#typescript)<sup>2</sup> |N/A|GA| GA | GA |
1919

20-
<sup>1</sup> Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](migrate-version-3-version-4.md) for full support.
20+
<sup>1</sup> Reached the end of life (EOL) on December 13, 2022. We highly recommend you [migrating your apps to version 4.x](../articles/azure-functions/migrate-version-3-version-4.md) for full support.
2121
<sup>2</sup> Supported through transpiling to JavaScript.
2222

2323
See the language-specific developer guide article for more details about supported language versions.

0 commit comments

Comments
 (0)