Skip to content

Commit c49de0e

Browse files
authored
fix yaml
1 parent 3c5c5ef commit c49de0e

File tree

1 file changed

+58
-40
lines changed

1 file changed

+58
-40
lines changed

articles/azure-functions/index.yml

Lines changed: 58 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
### YamlMime:Landing
22

33
title: Azure Functions documentation
4-
summary: Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus on the code that matters most to you, in the most productive language for you, and Functions handles the rest. Functions provides serverless compute for Azure. You can use Functions to build web APIs, respond to database changes, process IoT streams, manage message queues, and more.
4+
summary: 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.
55

66
metadata:
77
title: Azure Functions documentation
8-
description: Azure Functions is a cloud service available on-demand that provides all the continually updated infrastructure and resources needed to run your applications. You focus on the code that matters most to you, in the most productive language for you, and Functions handles the rest. Functions provides serverless compute for Azure. You can use Azure 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
1212
ms.author: glenga
13-
ms.date: 12/27/2021
13+
ms.date: 01/22/2025
1414
landingContent:
1515
- title: About Azure Functions
1616
linkLists:
@@ -21,11 +21,9 @@ landingContent:
2121
- linkListType: concept
2222
links:
2323
- text: Azure Functions hosting options
24-
url: functions-scale.md
25-
- text: Choose the right integration and automation services in Azure
26-
url: functions-compare-logic-apps-ms-flow-webjobs.md
27-
- text: What are Durable Functions?
28-
url: durable/durable-functions-overview.md
24+
url: functions-scale.md
25+
- text: Scenarios
26+
url: functions-scenarios.md
2927
- title: Create your first function
3028
linkLists:
3129
- linkListType: get-started
@@ -74,37 +72,57 @@ landingContent:
7472
url: create-first-function-vs-code-python.md
7573
- text: Create serverless APIs using Visual Studio
7674
url: openapi-apim-integrate-visual-studio.md
75+
- title: Durable Functions
76+
linkLists:
77+
- linkListType: concept
78+
links:
79+
- text: What are Durable Functions?
80+
url: durable/durable-functions-overview.md
81+
- linkListType: quickstart
82+
links:
83+
- text: Create a C# app
84+
url: ./durable/durable-functions-isolated-create-first-csharp.md
85+
- text: Create a Python app
86+
url: ./durable/quickstart-python-vscode.md
87+
- linkListType: sample
88+
links:
89+
- text: Durable Functions samples
90+
url: https://learn.microsoft.com/samples/browse/?products=azure-functions&term=durable
91+
- linkListType: training
92+
links:
93+
- text: Create a long-running serverless workflow
94+
url: /training/modules/create-long-running-serverless-workflow-with-durable-functions/
7795
- 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
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
95113
- 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
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)