Skip to content

Commit 7f238ed

Browse files
authored
[Azure Functions] Update links to the MSFT docs for Dapr extension (#3802)
* fix link Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * update link for when Dapr Functions ext docs are merged Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * remove extra line Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> --------- Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
1 parent dafd3f3 commit 7f238ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ weight: 3000
77
---
88

99
{{% alert title="Note" color="primary" %}}
10-
The Dapr Functions extension is currently in preview.
10+
The Dapr extension for Azure Functions is currently in preview.
1111
{{% /alert %}}
1212

13+
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.
14+
- **Azure Functions** provides an event-driven programming model.
15+
- **Dapr** provides cloud-native building blocks.
1316

14-
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.
17+
The extension combines the two for serverless and event-driven apps.
1518

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

0 commit comments

Comments
 (0)