Azure Functions documentation
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 pieces of code that matter most to 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.
About Azure Functions
Overview
Concept
Create your first function
Get Started
Quickstart
- Create a C# function in Azure using Visual Studio Code
- Create a Java function in Azure from the command line
- Create a JavaScript function in Azure using Visual Studio Code
- Create a PowerShell function in Azure using Visual Studio Code
- Create a function in Azure with Python using Visual Studio Code
- Create a Go or Rust function in Azure using Visual Studio Code
- Create a function in Azure with TypeScript using Visual Studio Code