Skip to content

Commit 831f7d4

Browse files
authored
Update managed-identity.md
1 parent 89f732a commit 831f7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msal-dotnet-articles/advanced/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 03/17/2025
99
>[!NOTE]
1010
>This feature is available starting with [MSAL.NET](https://www.nuget.org/packages/Microsoft.Identity.Client/) version 4.54.0.
1111
12-
A common challenge for developers is the management of secrets, credentials, certificates, and keys used to secure communication between services. [Managed identities](/azure/active-directory/managed-identities-azure-resources/overview) in Azure eliminate the need for developers to handle these credentials manually. MSAL.NET supports acquiring tokens through the managed identity service when used with applications running inside Azure infrastructure, such as:
12+
A common challenge for developers is the management of secrets, credentials, certificates, and keys used to secure communications between services. [Managed identities](/azure/active-directory/managed-identities-azure-resources/overview) in Azure eliminate the need for developers to handle these credentials manually. MSAL.NET supports acquiring tokens through the managed identity service when used with applications running inside Azure infrastructure, such as:
1313

1414
* [Azure App Service](https://azure.microsoft.com/products/app-service/) (API version `2019-08-01` and above)
1515
* [Azure VMs](https://azure.microsoft.com/free/virtual-machines/)

0 commit comments

Comments
 (0)