Skip to main content
Azure Functions

Azure Functions

Event-driven serverless compute for any workload

Azure Functions is a serverless compute service that lets you run event-triggered code without managing infrastructure. Build APIs, process data, integrate systems, and respond to events — all with automatic scaling and pay-per-execution pricing.

88 templates

Quick start

1

Install the Azure Developer CLI

winget install microsoft.azd
2

Initialize from a Functions template

azd init --template todo-nodejs-mongo-swa-func
3

Deploy to Azure

azd up

Featured templates

Resources