Skip to content

Commit a714b8b

Browse files
authored
Update managed-identity.md -- PR review suggestions
1 parent 17998c9 commit a714b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ With managed identities, an app can obtain tokens to access Azure resources that
239239
Container Apps provides an internally accessible [REST endpoint](managed-identity.md?tabs=cli%2Chttp#rest-endpoint-reference) to retrieve tokens. The REST endpoint is available from within the app with a standard HTTP `GET` request, which you can send with a generic HTTP client in your preferred language. For .NET, JavaScript, Java, and Python, the Azure Identity client library provides an abstraction over this REST endpoint. You can connect to other Azure services by adding a credential object to the service-specific client.
240240

241241
> [!NOTE]
242-
> When using Azure Identity client library, you need to explicitly specify the user-assigned managed identity client id.
242+
> When using Azure Identity client library, you need to explicitly specify the user-assigned managed identity client ID.
243243

244244
# [.NET](#tab/dotnet)
245245

0 commit comments

Comments
 (0)