Queries for the ContainerRegistryRepositoryEvents table
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
A list of registry event logs, sorted by time (earliest logs shown first).
ContainerRegistryRepositoryEvents
| where TimeGenerated > ago(1h)
| sort by TimeGenerated asc