diff --git a/msal-dotnet-articles/advanced/managed-identity.md b/msal-dotnet-articles/advanced/managed-identity.md index 0d115014..c5d58c8f 100644 --- a/msal-dotnet-articles/advanced/managed-identity.md +++ b/msal-dotnet-articles/advanced/managed-identity.md @@ -90,6 +90,6 @@ For failed requests the error response contains a correlation ID that can be use This exception might mean that the resource you are trying to acquire a token for is either not supported or is provided using the wrong resource ID format. Examples of correct resource ID formats include `https://management.azure.com/.default`, `https://management.azure.com`, and `https://graph.microsoft.com`. -#### `MsalManagedIdentityException` Error Code: `managed_identity_unreachable_network`. +#### `MsalServiceException` Error Code: `managed_identity_unreachable_network`. This exception might mean that you are likely using a resource where MSAL.NET does not support acquiring token for managed identity or you are running the sample code from a development machine where the endpoint to acquire the token for managed identities is unreachable.