Skip to content

Commit

Permalink
Add TokenCredential implementation as a prereq (Azure#25212)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored and wonder6845 committed Aug 22, 2022
1 parent f033ff1 commit d855dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/monitor/azure-monitor-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ _Azure SDK Python packages support for Python 2.7 has ended on 01 January 2022.

- Python 3.6 or later
- An [Azure subscription][azure_subscription]
- A [TokenCredential](https://docs.microsoft.com/python/api/azure-core/azure.core.credentials.tokencredential?view=azure-python) implementation, such as an [Azure Identity library credential type](https://docs.microsoft.com/python/api/overview/azure/identity-readme?view=azure-python#credential-classes).
- To query Logs, you need an [Azure Log Analytics workspace][azure_monitor_create_using_portal].
- To query Metrics, you need an Azure resource of any kind (Storage Account, Key Vault, Cosmos DB, etc.).

Expand Down

0 comments on commit d855dcc

Please sign in to comment.