You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn which languages are supported (GA) and which are experimental or in preview.
4
-
services: functions
5
-
documentationcenter: na
6
4
author: ggailey777
7
-
manager: jeconnoc
5
+
manager: gwallace
8
6
ms.service: azure-functions
9
-
ms.devlang: dotnet
10
-
ms.topic: reference
7
+
ms.topic: conceptual
11
8
ms.date: 08/02/2018
12
9
ms.author: glenga
13
10
@@ -25,7 +22,7 @@ There are three levels of support:
25
22
***Preview** - Not yet supported but is expected to reach GA status in the future.
26
23
***Experimental** - Not supported and might be abandoned in the future; no guarantee of eventual preview or GA status.
27
24
28
-
## Languages in runtime 1.x and 2.x
25
+
## Languages by runtime version
29
26
30
27
[Two versions of the Azure Functions runtime](functions-versions.md) are available. The following table shows which languages are supported in each runtime version.
31
28
@@ -41,23 +38,16 @@ The version 2.x runtime doesn't support experimental languages. Support for new
41
38
42
39
### Language extensibility
43
40
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.
45
42
46
43
## Next steps
47
44
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:
49
46
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)
0 commit comments