Skip to content

Commit 989ec35

Browse files
vmageloscottaddie
andauthored
Update includes/passwordless/python-default-azure-credential-overview.md
Co-authored-by: Scott Addie <[email protected]>
1 parent 40a9b70 commit 989ec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/passwordless/python-default-azure-credential-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.custom: include file
1212

1313
`DefaultAzureCredential` is a class provided by the Azure Identity client library for Python. To learn more about `DefaultAzureCredential`, see the [DefaultAzureCredential overview](/azure/developer/python/sdk/authentication-overview#defaultazurecredential). `DefaultAzureCredential` supports multiple authentication methods and determines which method should be used at runtime. This approach enables your app to use different authentication methods in different environments (local vs. production) without implementing environment-specific code.
1414

15-
For example, your app can authenticate using your Visual Studio sign-in credentials when developing locally, and then use a [managed identity](../../articles/active-directory/managed-identities-azure-resources/overview.md) once it has been deployed to Azure. No code changes are required for this transition.
15+
For example, your app can authenticate using your Azure CLI sign-in credentials when developing locally, and then use a [managed identity](../../articles/active-directory/managed-identities-azure-resources/overview.md) once it has been deployed to Azure. No code changes are required for this transition.

0 commit comments

Comments
 (0)