Skip to content

Commit 6114135

Browse files
committed
quick update to the TOC and link at top of components overview
Signed-off-by: Hannah Hunter <[email protected]>
1 parent c728c9a commit 6114135

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/container-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@
274274
href: microservices-dapr-azure-resource-manager.md
275275
- name: Enable Dapr on an existing container app
276276
href: enable-dapr.md
277+
- name: Deploy using the Dapr extension for Azure Functions
278+
href: dapr-functions-extension.md
277279
- name: Dapr components
278280
items:
279281
- name: Overview
@@ -298,8 +300,6 @@
298300
href: microservices-dapr-bindings.md
299301
- name: Microservices communication using Dapr Service Invocation
300302
href: microservices-dapr-service-invoke.md
301-
- name: Deploy using the Dapr extension for Azure Functions
302-
href: dapr-functions-extension.md
303303
- name: Networking, ingress, and network security
304304
items:
305305
- name: Architecture overview

articles/container-apps/dapr-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: azure-container-apps
77
ms.custom: build-2023
88
ms.topic: conceptual
9-
ms.date: 09/23/2024
9+
ms.date: 12/02/2024
1010
---
1111

1212
# Dapr components in Azure Container Apps
@@ -17,7 +17,7 @@ Dapr components in container apps are environment-level resources that:
1717

1818
- Can provide a pluggable abstraction model for connecting to supporting external services.
1919
- 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.
2121

2222
In this guide, you learn how to configure Dapr components for your Azure Container Apps services.
2323

0 commit comments

Comments
 (0)