You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>
Copy file name to clipboardExpand all lines: daprdocs/content/en/developing-applications/integrations/Azure/azure-functions.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,13 @@ weight: 3000
7
7
---
8
8
9
9
{{% 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.
11
11
{{% /alert %}}
12
12
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.
13
16
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.
15
18
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