Skip to content

Commit 53ea65d

Browse files
Merge pull request #92797 from ggailey777/patch-14
Remaining Functions v3 and other updates
2 parents 1bd83a8 + c9b7e74 commit 53ea65d

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed
Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
22
title: Supported languages in Azure Functions
33
description: Learn which languages are supported (GA) and which are experimental or in preview.
4-
services: functions
5-
documentationcenter: na
64
author: ggailey777
7-
manager: jeconnoc
5+
manager: gwallace
86
ms.service: azure-functions
9-
ms.devlang: dotnet
10-
ms.topic: reference
7+
ms.topic: conceptual
118
ms.date: 08/02/2018
129
ms.author: glenga
1310

@@ -25,7 +22,7 @@ There are three levels of support:
2522
* **Preview** - Not yet supported but is expected to reach GA status in the future.
2623
* **Experimental** - Not supported and might be abandoned in the future; no guarantee of eventual preview or GA status.
2724

28-
## Languages in runtime 1.x and 2.x
25+
## Languages by runtime version
2926

3027
[Two versions of the Azure Functions runtime](functions-versions.md) are available. The following table shows which languages are supported in each runtime version.
3128

@@ -41,23 +38,16 @@ The version 2.x runtime doesn't support experimental languages. Support for new
4138

4239
### Language extensibility
4340

44-
The 2.x runtime is designed to offer [language extensibility](https://github.com/Azure/azure-webjobs-sdk-script/wiki/Language-Extensibility). The JavaScript and Java languages in the 2.x runtime are built with this extensibility.
41+
Starting with version 2.x, the runtime is designed to offer [language extensibility](https://github.com/Azure/azure-webjobs-sdk-script/wiki/Language-Extensibility). The JavaScript and Java languages in the 2.x runtime are built with this extensibility.
4542

4643
## Next steps
4744

48-
To learn more about how to use one of the GA or preview languages in Azure Functions, see the following resources:
45+
To learn more about how to develop functions in the supported languages, see the following resources:
4946

50-
> [!div class="nextstepaction"]
51-
> [C#](functions-reference-csharp.md)
52-
53-
> [!div class="nextstepaction"]
54-
> [F#](functions-reference-fsharp.md)
55-
56-
> [!div class="nextstepaction"]
57-
> [JavaScript](functions-reference-node.md)
58-
59-
> [!div class="nextstepaction"]
60-
> [Java](functions-reference-java.md)
61-
62-
> [!div class="nextstepaction"]
63-
> [Python](functions-reference-python.md)
47+
+ [C# class library developer reference](functions-dotnet-class-library.md)
48+
+ [C# script developer reference](functions-reference-csharp.md)
49+
+ [Java developer reference](functions-reference-java.md)
50+
+ [JavaScript developer reference](functions-reference-node.md)
51+
+ [PowerShell developer reference](functions-reference-powershell.md)
52+
+ [Python developer reference](functions-reference-python.md)
53+
+ [TypeScript developer reference](functions-reference-node.md#typescript)

0 commit comments

Comments
 (0)