Skip to content

Commit 5f06a97

Browse files
authored
Move Durable to center column
1 parent c49de0e commit 5f06a97

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/azure-functions/index.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Azure Functions is a managed platform-as-a-service (PaaS) provider that
55

66
metadata:
77
title: Azure Functions documentation
8-
description: Azure Functions is a managed platform-as-a-service (PaaS) provider that provides event-driven and scheduled compute resources for Azure cloud services. You can focus on the code that matters most to you and Functions handles the rest. Functions can provide scalable and serverless hosting for your code projects written in the most productive language for you. You can use Functions to build web APIs, respond to database changes, process IoT streams, manage message queues, and more.
8+
description: Azure Functions is a managed platform-as-a-service (PaaS) provider that provides event-driven and scheduled compute resources for Azure cloud services. You can focus on the code that matters most to you and Functions handles the rest. Functions can provide scalable and serverless hosting for your code projects written in the most productive language for you. You can use Functions to build web APIs, respond to database changes, process IoT streams, manage message queues, and more.
99
ms.service: azure-functions
1010
ms.topic: landing-page
1111
author: ggailey777
@@ -72,6 +72,24 @@ landingContent:
7272
url: create-first-function-vs-code-python.md
7373
- text: Create serverless APIs using Visual Studio
7474
url: openapi-apim-integrate-visual-studio.md
75+
- title: Languages
76+
linkLists:
77+
- linkListType: how-to-guide
78+
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
7593
- title: Durable Functions
7694
linkLists:
7795
- linkListType: concept
@@ -92,24 +110,6 @@ landingContent:
92110
links:
93111
- text: Create a long-running serverless workflow
94112
url: /training/modules/create-long-running-serverless-workflow-with-durable-functions/
95-
- title: Languages
96-
linkLists:
97-
- linkListType: how-to-guide
98-
links:
99-
- text: C#
100-
url: dotnet-isolated-process-guide.md
101-
- text: Java
102-
url: functions-reference-java.md
103-
- text: JavaScript
104-
url: functions-reference-node.md?tabs=javascript
105-
- text: PowerShell
106-
url: functions-reference-powershell.md
107-
- text: Python
108-
url: functions-reference-python.md
109-
- text: Rust/Go
110-
url: create-first-function-vs-code-other.md
111-
- text: TypeScript
112-
url: functions-reference-node.md?tabs=typescript
113113
- title: Deployment
114114
linkLists:
115115
- linkListType: how-to-guide

0 commit comments

Comments
 (0)