Skip to content

Commit

Permalink
README update: PowerShell is GA (Azure#5202)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoliB authored Nov 4, 2019
1 parent de748e1 commit 0829275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ While many languages are supported, their level of support differs in important

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.

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).
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 (GA). 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).

### Code Examples

Expand Down

0 comments on commit 0829275

Please sign in to comment.