File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 274
274
href : microservices-dapr-azure-resource-manager.md
275
275
- name : Enable Dapr on an existing container app
276
276
href : enable-dapr.md
277
+ - name : Deploy using the Dapr extension for Azure Functions
278
+ href : dapr-functions-extension.md
277
279
- name : Dapr components
278
280
items :
279
281
- name : Overview
298
300
href : microservices-dapr-bindings.md
299
301
- name : Microservices communication using Dapr Service Invocation
300
302
href : microservices-dapr-service-invoke.md
301
- - name : Deploy using the Dapr extension for Azure Functions
302
- href : dapr-functions-extension.md
303
303
- name : Networking, ingress, and network security
304
304
items :
305
305
- name : Architecture overview
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: hhunter-ms
6
6
ms.service : azure-container-apps
7
7
ms.custom : build-2023
8
8
ms.topic : conceptual
9
- ms.date : 09/23 /2024
9
+ ms.date : 12/02 /2024
10
10
---
11
11
12
12
# Dapr components in Azure Container Apps
@@ -17,7 +17,7 @@ Dapr components in container apps are environment-level resources that:
17
17
18
18
- Can provide a pluggable abstraction model for connecting to supporting external services.
19
19
- Can be shared across container apps or scoped to specific container apps.
20
- - Can use Dapr secrets to securely retrieve configuration metadata.
20
+ - Can use [ Dapr secrets] [ dapr-components-connect-services ] to securely retrieve configuration metadata.
21
21
22
22
In this guide, you learn how to configure Dapr components for your Azure Container Apps services.
23
23
You can’t perform that action at this time.
0 commit comments