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
Copy file name to clipboardExpand all lines: articles/container-apps/dapr-functions-extension.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: Deploy the Dapr extension for Azure Functions in Azure Container Apps
2
+
title: Deploy the Dapr extension for Azure Functions in Azure Container Apps (preview)
3
3
titleSuffix: "Azure Container Apps"
4
4
description: Learn how to use and deploy the Azure Functions with Dapr extension in your Dapr-enabled container apps.
5
5
author: hhunter-ms
6
6
ms.author: hannahhunter
7
7
ms.reviewer: paulyuk
8
8
ms.service: container-apps
9
9
ms.topic: how-to
10
-
ms.date: 10/13/2023
10
+
ms.date: 10/30/2023
11
11
ms.custom: devx-track-linux, references_regions
12
12
# Customer Intent: I'm a developer who wants to use the Dapr extension for Azure Functions in my Dapr-enabled container app
13
13
---
14
14
15
-
# Deploy the Dapr extension for Azure Functions in Azure Container Apps
15
+
# Deploy the Dapr extension for Azure Functions in Azure Container Apps (preview)
16
16
17
17
The [Dapr extension for Azure Functions](../azure-functions/functions-bindings-dapr.md) allows you to easily interact with the Dapr APIs from an Azure Function using triggers and bindings. In this guide, you learn how to:
18
18
@@ -23,9 +23,6 @@ The [Dapr extension for Azure Functions](../azure-functions/functions-bindings-d
23
23
- One function that creates an Order and saves it to storage via Dapr statestore
24
24
- Verify the interaction between the two apps
25
25
26
-
> [!NOTE]
27
-
> The Dapr extension for Azure Functions is currently in preview.
28
-
29
26
## Prerequisites
30
27
31
28
-[An Azure account with an active subscription.](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
0 commit comments