Skip to content

Commit 1d44837

Browse files
authored
Replace weird list
1 parent 4f0af46 commit 1d44837

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

articles/azure-functions/supported-languages.md

Lines changed: 8 additions & 20 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

@@ -45,19 +42,10 @@ Starting with version 2.x, the runtime is designed to offer [language extensibil
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+
+ [Python developer reference](functions-reference-python.md)

0 commit comments

Comments
 (0)