Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Queries for the ContainerRegistryLoginEvents table
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
Show login events reported over the last hour
A list of login event logs, sorted by time (earliest logs shown first).
ContainerRegistryLoginEvents
| where TimeGenerated > ago(1h)
| sort by TimeGenerated asc
Feedback
Was this page helpful?
