Skip to content

Commit 49c614a

Browse files
authored
Update logs query prereqs (Azure#25862)
Now that the resource-centric logs query feature exists, a workspace isn't required. Update the prereqs section accordingly.
1 parent 767d413 commit 49c614a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/monitor/monitor-query/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ For more details, see our [support policy](https://github.com/Azure/azure-sdk-fo
2727

2828
- An [Azure subscription][azure_subscription]
2929
- A [TokenCredential](https://docs.microsoft.com/javascript/api/@azure/core-auth/tokencredential?view=azure-node-latest) implementation, such as an [Azure Identity library credential type](https://docs.microsoft.com/javascript/api/overview/azure/identity-readme?view=azure-node-latest#credential-classes).
30-
- To query Logs, you need an [Azure Log Analytics workspace][azure_monitor_create_using_portal].
30+
- To query Logs, you need one of the following things:
31+
- An [Azure Log Analytics workspace][azure_monitor_create_using_portal]
32+
- An Azure resource of any kind (Storage Account, Key Vault, Cosmos DB, etc.)
3133
- To query Metrics, you need an Azure resource of any kind (Storage Account, Key Vault, Cosmos DB, etc.).
3234

3335
### Install the package

0 commit comments

Comments
 (0)