Function
Icon-compute-29
Azure

AZ Functions

Implements Function.

PaaS

Azure Functions is a serverless compute service that runs event-triggered code without the need to manage infrastructure. It scales automatically with demand and bills only for execution, supporting languages such as C#, JavaScript, Python, and Java. Its Durable Functions extension is a notable differentiator, enabling stateful, long-running orchestrations within a serverless model.

Capabilities

  • Run code in response to events or HTTP requests
  • Scale to zero when idle
  • Per-invocation billing
  • Native integration with queues and event buses

Primitive

FunctionThis component is an implementation of Function. Visit the primitive to learn more about what purpose it serves.

Related services · Azure

Icon-compute-21
AZ Virtual Machine
AZ Service Bus
Icon-integration-215
AZ Event Bus

Alternatives

Icon-Architecture/64/Arch_AWS-Lambda_64
AWS Lamda
Icon_24px_Functions_Color
GCP Function