mirror of https://github.com/dapr/docs.git
979 B
979 B
type | title | linkTitle | description | weight |
---|---|---|---|---|
docs | Dapr extension for Azure Functions runtime | Azure Functions extension | Access Dapr capabilities from your Azure Functions runtime application | 3000 |
{{% alert title="Note" color="primary" %}} The Dapr Functions extension is currently in preview. {{% /alert %}}
Dapr integrates with the Azure Functions runtime via an extension that lets a function seamlessly interact with Dapr. Azure Functions provides an event-driven programming model and Dapr provides cloud-native building blocks. The extension combines the two for serverless and event-driven apps.
Try out the Dapr Functions extension samples.
{{< button text="Learn more about the Dapr Function extension in preview" link="https://cloudblogs.microsoft.com/opensource/2020/07/01/announcing-azure-functions-extension-for-dapr/" >}}