Skip to content

Commit 63e68de

Browse files
authored
Merge pull request #104323 from yaronpri/patch-2
Emphasis the need of specific managed identity
2 parents 722ccf7 + 07dde37 commit 63e68de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/container-apps/managed-identity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ With managed identities, an app can obtain tokens to access Azure resources that
170170

171171
Container Apps provides an internally accessible [REST endpoint](managed-identity.md?tabs=cli%2Chttp#rest-endpoint-reference) to retrieve tokens. The REST endpoint can be accessed from within the app with a standard HTTP GET, which can be implemented with a generic HTTP client in every language. For .NET, JavaScript, Java, and Python, the Azure Identity client library provides an abstraction over this REST endpoint. Connecting to other Azure services is as simple as adding a credential object to the service-specific client.
172172

173+
> [!NOTE]
174+
> When using Azure Identity client library, the user-assigned managed identity client id must be specified.
175+
173176
# [.NET](#tab/dotnet)
174177

175178
> [!NOTE]

0 commit comments

Comments
 (0)