Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace DefaultAzureCredential #253

Closed
placerda opened this issue Dec 2, 2024 · 1 comment
Closed

Replace DefaultAzureCredential #253

placerda opened this issue Dec 2, 2024 · 1 comment
Assignees

Comments

@placerda
Copy link
Collaborator

placerda commented Dec 2, 2024

"DefaultAzureCredential is undoubtedly the easiest way to get started with the Azure Identity client library, but with that convenience comes tradeoffs. Once you deploy your app to Azure, you should understand the app's authentication requirements. For that reason, strongly consider moving from DefaultAzureCredential to one of the following solutions:

A specific credential implementation, such as ManagedIdentityCredential.
A pared-down ChainedTokenCredential implementation optimized for the Azure environment in which your app runs".

https://learn.microsoft.com/en-us/azure/developer/python/sdk/authentication/credential-chains?tabs=dac#usage-guidance-for-defaultazurecredential

@placerda placerda self-assigned this Dec 17, 2024
@placerda
Copy link
Collaborator Author

placerda commented Dec 30, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant