Skip to content

Commit

Permalink
[Azure Functions] Update links to the MSFT docs for Dapr extension (#…
Browse files Browse the repository at this point in the history
…3802)

* fix link

Signed-off-by: Hannah Hunter <[email protected]>

* update link for when Dapr Functions ext docs are merged

Signed-off-by: Hannah Hunter <[email protected]>

* remove extra line

Signed-off-by: Hannah Hunter <[email protected]>

---------

Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms authored Oct 9, 2023
1 parent dafd3f3 commit 7f238ed
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ weight: 3000
---

{{% alert title="Note" color="primary" %}}
The Dapr Functions extension is currently in preview.
The Dapr extension for Azure Functions is currently in preview.
{{% /alert %}}

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.

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 and Dapr provides cloud-native building blocks. The extension combines the two for serverless and event-driven apps.
The extension combines the two for serverless and event-driven apps.

Try out the [Dapr Functions extension](https://github.com/dapr/azure-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/" >}}
{{< button text="Try out the Dapr extension for Azure Functions" link="https://learn.microsoft.com/azure/azure-functions/functions-bindings-dapr" >}}

0 comments on commit 7f238ed

Please sign in to comment.