Skip to content

Commit 07dde37

Browse files
authored
Update managed-identity.md
1 parent c6a97dc commit 07dde37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/managed-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ 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]
176179
> When connecting to Azure SQL data sources with [Entity Framework Core](/ef/core/), consider [using Microsoft.Data.SqlClient](/sql/connect/ado-net/sql/azure-active-directory-authentication), which provides special connection strings for managed identity connectivity.
177180
178-
> [!NOTE]
179-
> When using Azure Identity client library, the user-assigned managed identity client id must be specified.
180-
181181
For .NET apps, the simplest way to work with a managed identity is through the [Azure Identity client library for .NET](/dotnet/api/overview/azure/identity-readme). See the respective documentation headings of the client library for information:
182182

183183
- [Add Azure Identity client library to your project](/dotnet/api/overview/azure/identity-readme#getting-started)

0 commit comments

Comments
 (0)