Skip to content

Commit f28d900

Browse files
authored
Merge pull request #293357 from ggailey777/patch-3
[Functions] Landing page updates
2 parents 9c0a31b + c39bb18 commit f28d900

File tree

1 file changed

+70
-18
lines changed

1 file changed

+70
-18
lines changed

articles/azure-functions/index.yml

Lines changed: 70 additions & 18 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: 02/23/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
@@ -35,27 +33,45 @@ landingContent:
3533
- linkListType: quickstart
3634
links:
3735
- text: C#
38-
url: functions-create-your-first-function-visual-studio.md
36+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-csharp
3937
- text: Java
40-
url: create-first-function-cli-java.md
38+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-java
4139
- text: JavaScript
42-
url: create-first-function-vs-code-node.md
40+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-javascript
4341
- text: PowerShell
44-
url: create-first-function-vs-code-powershell.md
42+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-powershell
4543
- text: Python
46-
url: create-first-function-vs-code-python.md
47-
- text: Rust/Go
48-
url: create-first-function-vs-code-other.md
44+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-python
45+
- text: TypeScript
46+
url: create-first-function-azure-developer-cli.md?pivots=programming-language-typescript
47+
- title: Languages
48+
linkLists:
49+
- linkListType: concept
50+
links:
51+
- text: Supported languages in Azure Functions
52+
url: supported-languages.md
53+
- linkListType: how-to-guide
54+
links:
55+
- text: C#
56+
url: dotnet-isolated-process-guide.md
57+
- text: Java
58+
url: functions-reference-java.md
59+
- text: JavaScript
60+
url: functions-reference-node.md?tabs=javascript
61+
- text: PowerShell
62+
url: functions-reference-powershell.md
63+
- text: Python
64+
url: functions-reference-python.md
4965
- text: TypeScript
50-
url: create-first-function-vs-code-typescript.md
66+
url: functions-reference-node.md?tabs=typescript
67+
- text: Other languages (Rust/Go)
68+
url: create-first-function-vs-code-other.md
5169
- title: Develop functions
5270
linkLists:
5371
- linkListType: concept
5472
links:
5573
- text: Azure Functions developer guide
5674
url: functions-reference.md
57-
- text: Supported languages in Azure Functions
58-
url: supported-languages.md
5975
- text: Azure Functions triggers and bindings concepts
6076
url: functions-triggers-bindings.md
6177
- text: Code and test Azure Functions locally
@@ -76,3 +92,39 @@ landingContent:
7692
url: create-first-function-vs-code-python.md
7793
- text: Create serverless APIs using Visual Studio
7894
url: openapi-apim-integrate-visual-studio.md
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
111+
- title: Durable Functions
112+
linkLists:
113+
- linkListType: concept
114+
links:
115+
- text: What are Durable Functions?
116+
url: durable/durable-functions-overview.md
117+
- linkListType: quickstart
118+
links:
119+
- text: Create a C# app
120+
url: ./durable/durable-functions-isolated-create-first-csharp.md
121+
- text: Create a Python app
122+
url: ./durable/quickstart-python-vscode.md
123+
- linkListType: sample
124+
links:
125+
- text: Durable Functions samples
126+
url: https://learn.microsoft.com/samples/browse/?products=azure-functions&term=durable
127+
- linkListType: training
128+
links:
129+
- text: Create a long-running serverless workflow
130+
url: /training/modules/create-long-running-serverless-workflow-with-durable-functions/

0 commit comments

Comments
 (0)