Skip to content

Commit

Permalink
Add example summary for azure-identity readme.md (#12509)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-xuto authored Jul 21, 2020
1 parent 86f4124 commit 677ab17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sdk/identity/azure-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,15 @@ Configuration is attempted in the above order. For example, if values for a
client secret and certificate are both present, the client secret will be used.

# Examples

The following examples are provided below:

* [Authenticating with DefaultAzureCredential](#authenticating-with-defaultazurecredential "Authenticating with DefaultAzureCredential")
* [Authenticating a service principal with a client secret](#authenticating-a-service-principal-with-a-client-secret "Authenticating a service principal with a client secret")
* [Authenticating a service principal with a certificate](#authenticating-a-service-principal-with-a-certificate "Authenticating a service principal with a certificate")
* [Chaining credentials](#chaining-credentials "Chaining credentials")
* [Async credentials](#async-credentials "Async credentials")

## Authenticating with `DefaultAzureCredential`
This example demonstrates authenticating the `BlobServiceClient` from the
[azure-storage-blob][azure_storage_blob] library using
Expand Down

0 comments on commit 677ab17

Please sign in to comment.