Skip to content

Commit 3c5c5ef

Browse files
authored
[Functions] Landing page updates
1 parent 9bdb5e1 commit 3c5c5ef

File tree

1 file changed

+40
-8
lines changed

1 file changed

+40
-8
lines changed

articles/azure-functions/index.yml

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,17 @@ landingContent:
3535
- linkListType: quickstart
3636
links:
3737
- 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
3939
- text: Java
40-
url: create-first-function-cli-java.md
40+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-java
4141
- text: JavaScript
42-
url: create-first-function-vs-code-node.md
42+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-javascript
4343
- text: PowerShell
44-
url: create-first-function-vs-code-powershell.md
44+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-powershell
4545
- 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
4947
- text: TypeScript
50-
url: create-first-function-vs-code-typescript.md
48+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-typescript
5149
- title: Develop functions
5250
linkLists:
5351
- linkListType: concept
@@ -76,3 +74,37 @@ landingContent:
7674
url: create-first-function-vs-code-python.md
7775
- text: Create serverless APIs using Visual Studio
7876
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

Comments
 (0)