-
Notifications
You must be signed in to change notification settings - Fork 21.5k
/
index.yml
78 lines (76 loc) · 3.76 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
### YamlMime:Landing
title: Azure Functions documentation
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.
metadata:
title: Azure Functions documentation
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.
ms.service: azure-functions
ms.topic: landing-page
author: ggailey777
ms.author: glenga
ms.date: 12/27/2021
landingContent:
- title: About Azure Functions
linkLists:
- linkListType: overview
links:
- text: Introduction to Azure Functions
url: functions-overview.md
- linkListType: concept
links:
- text: Azure Functions hosting options
url: functions-scale.md
- text: Choose the right integration and automation services in Azure
url: functions-compare-logic-apps-ms-flow-webjobs.md
- text: What are Durable Functions?
url: durable/durable-functions-overview.md
- title: Create your first function
linkLists:
- linkListType: get-started
links:
- text: Getting started with Azure Functions
url: functions-get-started.md
- linkListType: quickstart
links:
- text: C#
url: functions-create-your-first-function-visual-studio.md
- text: Java
url: create-first-function-cli-java.md
- text: JavaScript
url: create-first-function-vs-code-node.md
- text: PowerShell
url: create-first-function-vs-code-powershell.md
- text: Python
url: create-first-function-vs-code-python.md
- text: Rust/Go
url: create-first-function-vs-code-other.md
- text: TypeScript
url: create-first-function-vs-code-typescript.md
- title: Develop functions
linkLists:
- linkListType: concept
links:
- text: Azure Functions developer guide
url: functions-reference.md
- text: Supported languages in Azure Functions
url: supported-languages.md
- text: Azure Functions triggers and bindings concepts
url: functions-triggers-bindings.md
- text: Code and test Azure Functions locally
url: functions-develop-local.md
- linkListType: sample
links:
- text: Azure Functions samples
url: /samples/browse/?expanded=azure&products=
- text: Azure Serverless Community Library
url: https://www.serverlesslibrary.net/
- text: Azure Resource Manager templates
url: https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Web&term=functions
- linkListType: tutorial
links:
- text: Functions with Logic Apps
url: functions-twitter-email.md
- text: Develop Python functions with VS Code
url: create-first-function-vs-code-python.md
- text: Create serverless APIs using Visual Studio
url: openapi-apim-integrate-visual-studio.md