Skip to content

Commit 677ab17

Browse files
authored
Add example summary for azure-identity readme.md (#12509)
1 parent 86f4124 commit 677ab17

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sdk/identity/azure-identity/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,15 @@ Configuration is attempted in the above order. For example, if values for a
137137
client secret and certificate are both present, the client secret will be used.
138138

139139
# Examples
140+
141+
The following examples are provided below:
142+
143+
* [Authenticating with DefaultAzureCredential](#authenticating-with-defaultazurecredential "Authenticating with DefaultAzureCredential")
144+
* [Authenticating a service principal with a client secret](#authenticating-a-service-principal-with-a-client-secret "Authenticating a service principal with a client secret")
145+
* [Authenticating a service principal with a certificate](#authenticating-a-service-principal-with-a-certificate "Authenticating a service principal with a certificate")
146+
* [Chaining credentials](#chaining-credentials "Chaining credentials")
147+
* [Async credentials](#async-credentials "Async credentials")
148+
140149
## Authenticating with `DefaultAzureCredential`
141150
This example demonstrates authenticating the `BlobServiceClient` from the
142151
[azure-storage-blob][azure_storage_blob] library using

0 commit comments

Comments
 (0)