Edit

Share via


Queries for the SCGPoolRequestLog table

For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.

Exhausted Pool Events

A list of times when the pool was exhausted.

SCGPoolExecutionLog
| where EventName == "StandbyPoolExhausted"
| project TimeGenerated
| sort by TimeGenerated desc
| limit 30