diff --git a/sdk/monitor/azure-monitor-query/README.md b/sdk/monitor/azure-monitor-query/README.md index 82ea4e8cfa0d..9729da67de55 100644 --- a/sdk/monitor/azure-monitor-query/README.md +++ b/sdk/monitor/azure-monitor-query/README.md @@ -69,13 +69,7 @@ For examples of Logs and Metrics queries, see the [Examples](#examples) section. ### Logs query rate limits and throttling -Each Azure Active Directory user is able to make up to 200 requests per 30 seconds, with no cap on the total calls per day. If requests are made at a rate higher than this, these requests will receive HTTP status code 429 (Too Many Requests) along with the `Retry-After: ` header. The header indicates the number of seconds until requests to this app are likely to be accepted. - -In addition to call rate limits and daily quota caps, there are limits on queries themselves. Queries cannot: - -- Return more than 500,000 rows. -- Return more than 64,000,000 bytes (~61 MiB total data). -- Run longer than 10 minutes by default. See this for details. +The Log Analytics service applies throttling when the request rate is too high. Limits, such as the maximum number of rows returned, are also applied on the Kusto queries. For more information, see [Rate and query limits](https://dev.loganalytics.io/documentation/Using-the-API/Limits). ### Metrics data structure