Skip to content

Commit 2a7a4ab

Browse files
ankitkumarrgzuber
andauthored
Remove preview tag from Python in Readme (#4933)
* Remove preview tag from Python in Readme * Update README.md Co-Authored-By: Graham Zuber <[email protected]>
1 parent 65cf076 commit 2a7a4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ While many languages are supported, their level of support differs in important
1919

2020
In **V1**, the **first class** languages are C#, F#, and Javascript/Node.js. Functions written in these languages are run **in process** and are suitable for any workload. The remaining languages are considered **experimental**. Functions written in these languages are scripts that are run **out of process**. While there are many scenarios where this is acceptable, it won't be acceptable for high load scenarios where the overhead of a new process for each invocation won't scale.
2121

22-
In **V2**, running a language **out of process** is no longer considered experimental. Out of process languages include JavaScript/Node.js (GA), Java (GA), PowerShell (Preview), and Python (Preview). C# and F# are still run **in process**. For more information about Supported Languages, see [this Microsoft Docs page](https://docs.microsoft.com/azure/azure-functions/supported-languages).
22+
In **V2**, running a language **out of process** is no longer considered experimental. Out of process languages include JavaScript/Node.js (GA), Java (GA), Python (GA), and PowerShell (Preview). C# and F# are still run **in process**. For more information about Supported Languages, see [this Microsoft Docs page](https://docs.microsoft.com/azure/azure-functions/supported-languages).
2323

2424
### Code Examples
2525

0 commit comments

Comments
 (0)