Key Compute Features
Event-Driven Execution
Trigger your code in response to a wide range of Azure services and external events, including HTTP requests, timers, storage queues, and more.
Scalability and Performance
Azure Functions automatically scales your application based on demand, ensuring high availability and responsiveness. Choose from various hosting plans to optimize cost and performance.
Common Compute Scenarios
Web APIs
Quickly build RESTful APIs using your preferred language, hosted on a scalable serverless platform.
Learn MoreReal-time Data Processing
Process streams of data from IoT devices, social media, or logs as they arrive.
Learn MoreBackground Tasks
Run scheduled tasks, process file uploads, or handle long-running operations without blocking user requests.
Learn MoreAutomating Workflows
Orchestrate complex business logic and integrate with various services using Durable Functions.
Learn More