Skip to content

Commit 35984df

Browse files
Merge pull request #2396 from Blackmist/232487-uuf
revising wording
2 parents e51d7b6 + e8a42e3 commit 35984df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-setup-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: larryfr
88
ms.reviewer: meyetman
99
ms.service: azure-machine-learning
1010
ms.subservice: enterprise-readiness
11-
ms.date: 10/04/2024
11+
ms.date: 01/21/2025
1212
ms.topic: how-to
1313
ms.custom: has-adal-ref, subject-rbac-steps, cliv2, sdkv2
1414
# Customer intent: As a data scientist, I want to learn how to set up authentication for Azure Machine Learning resources and workflows so that I can access the resources I need.
@@ -56,7 +56,7 @@ Once you create the Microsoft Entra accounts, see [Manage access to Azure Machin
5656

5757
[!INCLUDE [sdk v2](includes/machine-learning-sdk-v2.md)]
5858

59-
Interactive authentication uses the [Azure Identity package for Python](/python/api/overview/azure/identity-readme). Most examples use `DefaultAzureCredential` to access your credentials. When a token is needed, it requests one using multiple identities (`EnvironmentCredential`, `ManagedIdentityCredential`, `SharedTokenCacheCredential`, `VisualStudioCodeCredential`, `AzureCliCredential`, `AzurePowerShellCredential`) in turn, stopping when one provides a token. For more information, see the [DefaultAzureCredential](/python/api/azure-identity/azure.identity.defaultazurecredential) class reference.
59+
Interactive authentication uses the [Azure Identity package for Python](/python/api/overview/azure/identity-readme). There are multiple ways to interactively authenticate, however most examples use `DefaultAzureCredential` since it handles most authentication scenarios. The `DefaultAzureCredential` class uses multiple approaches (`EnvironmentCredential`, `ManagedIdentityCredential`, `SharedTokenCacheCredential`, `VisualStudioCodeCredential`, `AzureCliCredential`, `AzurePowerShellCredential`) in turn, stopping when one provides a token. For more information, see the [DefaultAzureCredential](/python/api/azure-identity/azure.identity.defaultazurecredential) class reference.
6060

6161
The following code is an example of using `DefaultAzureCredential` to authenticate. If authentication using `DefaultAzureCredential` fails, a fallback of authenticating through your web browser is used instead.
6262

0 commit comments

Comments
 (0)