@@ -40,32 +40,32 @@ landingContent:
40
40
url : create-first-function-vs-code-csharp.md
41
41
- text : Create a Java function in Azure from the command line
42
42
url : create-first-function-cli-java.md
43
- - text : JavaScript
43
+ - text : Create a JavaScript function in Azure using Visual Studio Code
44
44
url : create-first-function-vs-code-node.md
45
- - text : PowerShell
45
+ - text : Create a PowerShell function in Azure using Visual Studio Code
46
46
url : create-first-function-vs-code-powershell.md
47
- - text : Python
47
+ - text : Create a function in Azure with Python using Visual Studio Code
48
48
url : create-first-function-vs-code-python.md
49
- - text : Rust/Go
49
+ - text : Create a Go or Rust function in Azure using Visual Studio Code
50
50
url : create-first-function-vs-code-other.md
51
- - text : TypeScript
51
+ - text : Create a function in Azure with TypeScript using Visual Studio Code
52
52
url : create-first-function-vs-code-typescript.md
53
53
- title : Develop functions
54
54
linkLists :
55
55
- linkListType : concept
56
56
links :
57
- - text : Developer guide
57
+ - text : Azure Functions developer guide
58
58
url : functions-reference.md
59
- - text : Supported languages
59
+ - text : Supported languages in Azure Functions
60
60
url : supported-languages.md
61
- - text : Connect to services
61
+ - text : Azure Functions triggers and bindings concepts
62
62
url : functions-triggers-bindings.md
63
- - text : Local development
63
+ - text : Code and test Azure Functions locally
64
64
url : functions-develop-local.md
65
65
- linkListType : sample
66
66
links :
67
67
- text : Azure Functions samples
68
- url : /samples/browse/?products=azure-functions
68
+ url : /samples/browse/?expanded=azure&languages=csharp& products=azure-functions
69
69
- text : Azure Serverless Community Library
70
70
url : https://www.serverlesslibrary.net/
71
71
- text : Azure Resource Manager templates
0 commit comments