Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
685 stars 232 forks source link

make DefaultAzureCredential more prominent in azure_identity README.md #1581

Open cataggar opened 6 months ago

cataggar commented 6 months ago

This is a placeholder issue as a follow-up to #1532.

heaths commented 6 months ago

I will discuss with the Identity v-team a compromise to show DAC in the README, but keep this create_credential factory method in runnable examples. I appreciate the performance benefits over DAC or even ChainedTokenCredential where callers might want an IMDS provider along with dev-centric providers but could specify (read: greatly improve performance) the specific credential at runtime. Devs would be more productive, as could non-VM prod environments.