docs/daprdocs/content/en/developing-applications/integrations/Azure/azure-functions.md

17 lines
741 B
Markdown

---
type: docs
title: "Dapr extension for Azure Functions runtime"
linkTitle: "Azure Functions extension"
description: "Access Dapr capabilities from your Azure Functions runtime application"
weight: 3000
---
Dapr integrates with the [Azure Functions runtime](https://learn.microsoft.com/azure/azure-functions/functions-overview) via an extension that lets a function seamlessly interact with Dapr.
- **Azure Functions** provides an event-driven programming model.
- **Dapr** provides cloud-native building blocks.
The extension combines the two for serverless and event-driven apps.
{{< button text="Try out the Dapr extension for Azure Functions" link="https://learn.microsoft.com/azure/azure-functions/functions-bindings-dapr" >}}