Skip to content

Commit ce97ff8

Browse files
authored
Reorder boxes
1 parent 5f06a97 commit ce97ff8

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

articles/azure-functions/index.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,24 @@ landingContent:
4444
url: create-first-function-azure-developer-cli.md?pivots=programming-language-python
4545
- text: TypeScript
4646
url: create-first-function-azure-developer-cli.md?pivots=programming-language-typescript
47+
- title: Languages
48+
linkLists:
49+
- linkListType: how-to-guide
50+
links:
51+
- text: C#
52+
url: dotnet-isolated-process-guide.md
53+
- text: Java
54+
url: functions-reference-java.md
55+
- text: JavaScript
56+
url: functions-reference-node.md?tabs=javascript
57+
- text: PowerShell
58+
url: functions-reference-powershell.md
59+
- text: Python
60+
url: functions-reference-python.md
61+
- text: Rust/Go
62+
url: create-first-function-vs-code-other.md
63+
- text: TypeScript
64+
url: functions-reference-node.md?tabs=typescript
4765
- title: Develop functions
4866
linkLists:
4967
- linkListType: concept
@@ -72,24 +90,22 @@ landingContent:
7290
url: create-first-function-vs-code-python.md
7391
- text: Create serverless APIs using Visual Studio
7492
url: openapi-apim-integrate-visual-studio.md
75-
- title: Languages
93+
- title: Deployment
7694
linkLists:
7795
- linkListType: how-to-guide
7896
links:
79-
- text: C#
80-
url: dotnet-isolated-process-guide.md
81-
- text: Java
82-
url: functions-reference-java.md
83-
- text: JavaScript
84-
url: functions-reference-node.md?tabs=javascript
85-
- text: PowerShell
86-
url: functions-reference-powershell.md
87-
- text: Python
88-
url: functions-reference-python.md
89-
- text: Rust/Go
90-
url: create-first-function-vs-code-other.md
91-
- text: TypeScript
92-
url: functions-reference-node.md?tabs=typescript
97+
- text: Azure Developer CLI (azd)
98+
url: create-first-function-azure-developer-cli.md
99+
- text: Azure Pipelines
100+
url: functions-how-to-azure-devops.md
101+
- text: Containers
102+
url: container-concepts.md
103+
- text: Continuous deployment
104+
url: functions-continuous-deployment.md
105+
- text: GitHub Actions
106+
url: functions-how-to-github-actions.md
107+
- text: Infrastructure as Code (IaC)
108+
url: functions-infrastructure-as-code.md
93109
- title: Durable Functions
94110
linkLists:
95111
- linkListType: concept
@@ -110,19 +126,3 @@ landingContent:
110126
links:
111127
- text: Create a long-running serverless workflow
112128
url: /training/modules/create-long-running-serverless-workflow-with-durable-functions/
113-
- title: Deployment
114-
linkLists:
115-
- linkListType: how-to-guide
116-
links:
117-
- text: Azure Developer CLI (azd)
118-
url: create-first-function-azure-developer-cli.md
119-
- text: Azure Pipelines
120-
url: functions-how-to-azure-devops.md
121-
- text: Containers
122-
url: container-concepts.md
123-
- text: Continuous deployment
124-
url: functions-continuous-deployment.md
125-
- text: GitHub Actions
126-
url: functions-how-to-github-actions.md
127-
- text: Infrastructure as Code (IaC)
128-
url: functions-infrastructure-as-code.md

0 commit comments

Comments
 (0)