@@ -35,19 +35,17 @@ landingContent:
35
35
- linkListType : quickstart
36
36
links :
37
37
- text : C#
38
- url : functions- create-your- first-function-visual-studio .md
38
+ url : create-first-function-azure-developer-cli .md?pivots=programming-language-csharp
39
39
- text : Java
40
- url : create-first-function-cli-java .md
40
+ url : create-first-function-azure-developer-cli .md?pivots=programming-language-java
41
41
- text : JavaScript
42
- url : create-first-function-vs-code-node .md
42
+ url : create-first-function-azure-developer-cli .md?pivots=programming-language-javascript
43
43
- text : PowerShell
44
- url : create-first-function-vs-code-powershell .md
44
+ url : create-first-function-azure-developer-cli .md?pivots=programming-language-powershell
45
45
- text : Python
46
- url : create-first-function-vs-code-python.md
47
- - text : Rust/Go
48
- url : create-first-function-vs-code-other.md
46
+ url : create-first-function-azure-developer-cli.md?pivots=programming-language-python
49
47
- text : TypeScript
50
- url : create-first-function-vs-code-typescript .md
48
+ url : create-first-function-azure-developer-cli .md?pivots=programming-language-typescript
51
49
- title : Develop functions
52
50
linkLists :
53
51
- linkListType : concept
@@ -76,3 +74,37 @@ landingContent:
76
74
url : create-first-function-vs-code-python.md
77
75
- text : Create serverless APIs using Visual Studio
78
76
url : openapi-apim-integrate-visual-studio.md
77
+ - title : Languages
78
+ linkLists :
79
+ - linkListType : how-to-guide
80
+ links :
81
+ - text : C#
82
+ url : dotnet-isolated-process-guide.md
83
+ - text : Java
84
+ url : functions-reference-java.md
85
+ - text : JavaScript
86
+ url : functions-reference-node.md?tabs=javascript
87
+ - text : PowerShell
88
+ url : functions-reference-powershell.md
89
+ - text : Python
90
+ url : functions-reference-python.md
91
+ - text : Rust/Go
92
+ url : create-first-function-vs-code-other.md
93
+ - text : TypeScript
94
+ url : functions-reference-node.md?tabs=typescript
95
+ - title : Deployment
96
+ linkLists :
97
+ - linkListType : how-to-guide
98
+ links :
99
+ - text : Azure Developer CLI (azd)
100
+ url : create-first-function-azure-developer-cli.md
101
+ - text : Azure Pipelines
102
+ url : functions-how-to-azure-devops.md
103
+ - text : Containers
104
+ url : container-concepts.md
105
+ - text : Continuous deployment
106
+ url : functions-continuous-deployment.md
107
+ - text : GitHub Actions
108
+ url : functions-how-to-github-actions.md
109
+ - text : Infrastructure as Code (IaC)
110
+ url : functions-infrastructure-as-code.md
0 commit comments