-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Expand file tree
/
Copy pathindex.yml
More file actions
145 lines (143 loc) · 6.3 KB
/
index.yml
File metadata and controls
145 lines (143 loc) · 6.3 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
### YamlMime:Landing
title: Azure Functions documentation
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.
metadata:
title: Azure Functions documentation
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.
ms.service: azure-functions
ms.topic: landing-page
author: ggailey777
ms.author: glenga
ms.date: 10/15/2025
ms.custom: build-2025
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: Scenarios
url: functions-scenarios.md
- text: Migrate from AWS Lambda
url: ./migration/migrate-aws-lambda-to-azure-functions.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: Azure Developer CLI
url: create-first-function-azure-developer-cli.md
- text: Visual Studio Code
url: how-to-create-function-vs-code.md
- text: Visual Studio
url: functions-create-your-first-function-visual-studio.md
- text: Command line
url: how-to-create-function-azure-cli.md
- title: Languages
linkLists:
- linkListType: concept
links:
- text: Supported languages in Azure Functions
url: supported-languages.md
- linkListType: how-to-guide
links:
- text: C#
url: dotnet-isolated-process-guide.md
- text: Java
url: functions-reference-java.md
- text: JavaScript
url: functions-reference-node.md?tabs=javascript
- text: PowerShell
url: functions-reference-powershell.md
- text: Python
url: functions-reference-python.md
- text: TypeScript
url: functions-reference-node.md?tabs=typescript
- text: Other languages (Rust/Go)
url: create-first-function-vs-code-other.md
- title: AI integration
linkLists:
- linkListType: concept
links:
- text: AI-enabled functions
url: functions-create-ai-enabled-apps.md
- linkListType: tutorial
links:
- text: Azure OpenAI for text completion
url: functions-add-openai-text-completion.md
- linkListType: reference
links:
- text: Azure OpenAI bindings
url: functions-bindings-openai.md
- text: MCP bindings
url: functions-bindings-mcp.md
- title: Develop functions
linkLists:
- linkListType: concept
links:
- text: Azure Functions developer guide
url: functions-reference.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 Functions Samples in Github
url: https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue&type=repositories
- 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
- title: Durable Functions
linkLists:
- linkListType: concept
links:
- text: What are Durable Functions?
url: durable-functions/durable-functions-overview.md
- linkListType: quickstart
links:
- text: Create a C# app
url: ./durable-functions/durable-functions-isolated-create-first-csharp.md
- text: Create a Python app
url: ./durable-functions/quickstart-python-vscode.md
- linkListType: sample
links:
- text: Durable Functions samples
url: https://learn.microsoft.com/samples/browse/?products=azure-functions&term=durable
- linkListType: training
links:
- text: Create a long-running serverless workflow
url: /training/modules/create-long-running-serverless-workflow-with-durable-functions/
- title: Deployment
linkLists:
- linkListType: how-to-guide
links:
- text: Azure Developer CLI (azd)
url: create-first-function-azure-developer-cli.md
- text: Azure Pipelines
url: functions-how-to-azure-devops.md
- text: Containers
url: container-concepts.md
- text: Continuous deployment
url: functions-continuous-deployment.md
- text: GitHub Actions
url: functions-how-to-github-actions.md
- text: Infrastructure as Code (IaC)
url: functions-infrastructure-as-code.md