Skip to content

Commit

Permalink
Update sdk/identity/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Heath Stewart <heaths@outlook.com>
  • Loading branch information
cataggar and heaths authored Jan 11, 2024
1 parent a9559d3 commit da59b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Identity crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust).

This crate provides several implementations of the [azure_core::auth::TokenCredential](https://docs.rs/azure_core/latest/azure_core/auth/trait.TokenCredential.html) trait.
This crate provides several implementations of the [`azure_core::auth::TokenCredential`](https://docs.rs/azure_core/latest/azure_core/auth/trait.TokenCredential.html) trait.
It is recommended to start with `azure_identity::create_credential()?`, which will create an instance of `DefaultAzureCredential` by default. If you want to use a specific credential type, the `AZURE_CREDENTIAL_TYPE` environment variable may be set to a value from `azure_credential_types`, such as `azurecli` or `virtualmachine`.

```rust
Expand Down

0 comments on commit da59b80

Please sign in to comment.