Skip to content

Commit 1d35ad6

Browse files
Merge pull request #225030 from hhunter-ms/hh-50904
[Dapr/ACA] Add note about `azureClientId`
2 parents 977ab33 + 4ea4906 commit 1d35ad6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: container-apps
77
ms.custom: event-tier1-build-2022, ignite-2022
88
ms.topic: conceptual
9-
ms.date: 09/29/2022
9+
ms.date: 01/25/2023
1010
---
1111

1212
# Dapr integration with Azure Container Apps
@@ -175,6 +175,9 @@ There are a few approaches supported in container apps to securely establish con
175175

176176
For Azure-hosted services, Dapr can use the managed identity of the scoped container apps to authenticate to the backend service provider. When using managed identity, you don't need to include secret information in a component manifest. Using managed identity is preferred as it eliminates storage of sensitive input in components and doesn't require managing a secret store.
177177

178+
> [!NOTE]
179+
> The `azureClientId` metadata field (the client ID of the managed identity) is **required** for any component authenticating with user-assigned managed identity.
180+
178181
#### Using a Dapr secret store component reference
179182

180183
When you create Dapr components for non-AD enabled services, certain metadata fields require sensitive input values. The recommended approach for retrieving these secrets is to reference an existing Dapr secret store component that securely accesses secret information.
@@ -199,7 +202,7 @@ metadata:
199202
value: [your_keyvault_name]
200203
- name: azureEnvironment
201204
value: "AZUREPUBLICCLOUD"
202-
- name: azureClientId # Only required if using user-assigned managed identity
205+
- name: azureClientId # Only required for authenticating user-assigned managed identity
203206
value: [your_managed_identity_client_id]
204207
scopes:
205208
- publisher-app

0 commit comments

Comments
 (0)