Skip to content

Commit

Permalink
[Identity] Add pointer to examples upfront (Azure#14688)
Browse files Browse the repository at this point in the history
In Azure#14646, we removed the details on different credentials from the top part of the readme. Adding pointer to the new examples file instead. This is very useful instead of making the user scroll to the bottom
  • Loading branch information
ramya-rao-a authored and vindicatesociety committed Apr 26, 2021
1 parent b70a09f commit da9aa57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/identity/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The Azure Identity library provides Azure Active Directory token authentication support across the Azure SDK. It provides a set of [TokenCredential](https://docs.microsoft.com/javascript/api/@azure/core-auth/tokencredential) implementations which can be used to construct Azure SDK clients which support AAD token authentication.

You can find examples for these various credentials in the [Azure Identity Examples Page](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md)

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity) | [Package (npm)](https://www.npmjs.com/package/@azure/identity) | [API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/identity) | [Product documentation](https://azure.microsoft.com/services/active-directory/) | [Samples](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples)

## Getting started
Expand Down

0 comments on commit da9aa57

Please sign in to comment.