Skip to content

Commit 6eba7ed

Browse files
author
Glenn Gailey
committed
Remove .NET versions table
1 parent 8b75150 commit 6eba7ed

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

articles/azure-functions/functions-versions.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@ ms.date: 12/09/2019
77
---
88
# Azure Functions runtime versions overview
99

10-
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.
10+
Azure Functions currently supports three versions of the runtime host: 1.x, 2.x, and 3.x. All three versions are currently supported for production scenarios.
1111

12-
| Runtime version | Release level<sup>1</sup> | .NET version |
13-
| --------------- | ------------- | ------------ |
14-
| 3.x | GA | .NET Core 3.1 |
15-
| 2.x | GA | .NET Core 2.2 |
16-
| 1.x | GA<sup>2</sup> | .NET Framework 4.7.2<sup>3</sup> |
17-
18-
<sup>1</sup> GA releases are supported for production scenarios.
19-
<sup>2</sup> Version 1.x is in maintenance mode. Enhancements are provided only in later versions.
20-
<sup>3</sup> Only supports development in the Azure portal or locally on Windows computers.
12+
> [!IMPORTANT]
13+
> Version 1.x is in maintenance mode and only supports development in the Azure portal or locally on Windows computers. Enhancements are provided only in later versions.
2114
2215
This article details some of the differences between the various versions, how you can create each version, and how to change versions.
2316

0 commit comments

Comments
 (0)