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 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.
About Azure Functions
Overview
Concept
Create your first function
Get Started
Quickstart
Develop functions
Concept
- Azure Functions developer guide
- Supported languages in Azure Functions
- Azure Functions triggers and bindings concepts
- Code and test Azure Functions locally