Skip to content

Commit 67ac293

Browse files
authored
Merge pull request #92424 from ggailey777/patch-10
Add link to blob announcement
2 parents fb49f3f + 8d98d33 commit 67ac293

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/azure-functions/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
href: functions-cli-samples.md
7676
- name: Concepts
7777
items:
78-
- name: Compare versions 1.x and 2.x
78+
- name: Compare runtime versions
7979
href: functions-versions.md
80-
displayName: migrate, migration
80+
displayName: migrate, migration, v3
8181
- name: Premium plan
8282
href: functions-premium-plan.md
8383
- name: Deployments

articles/azure-functions/functions-versions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: glenga
1111
---
1212
# Azure Functions runtime versions overview
1313

14-
The major versions of the Azure Functions runtime are related to the version of .NET on which the runtime is based. The following table indicates the current version of the runtime, the release level, and the related .NET version.
14+
The major versions of the Azure Functions runtime are related to the version of .NET on which the runtime is based. The following table indicates the current version of the runtime, the release level, and the related .NET version.
1515

1616
| Runtime version | Release level<sup>1</sup> | .NET version |
1717
| --------------- | ------------- | ------------ |
@@ -20,9 +20,12 @@ ms.author: glenga
2020
| 1.x | GA<sup>2</sup> | .NET Framework 4.6<sup>3</sup> |
2121

2222
<sup>1</sup>GA releases are supported for production scenarios.
23-
<sup>2</sup>Version 1.x is in maintenance mode. Enhancements are provided only in later versions.
23+
<sup>2</sup>Version 1.x is in maintenance mode. Enhancements are provided only in later versions.
2424
<sup>3</sup>Only supports development in the Azure portal or locally on Windows computers.
2525

26+
>[!NOTE]
27+
> Version 3.x of the Functions runtime is in preview and isn't supported for production environments. For more information about trying out version 3.x, see [this announcement](https://dev.to/azure/develop-azure-functions-using-net-core-3-0-gcm).
28+
2629
This article details some of the differences between the various versions, how you can create each version, and how to change versions.
2730

2831
## Languages

0 commit comments

Comments
 (0)