Queries for the ContainerRegistryRepositoryEvents table

Show registry events reported over the last hour

A list of registry event logs, sorted by time (earliest logs shown first).

ContainerRegistryRepositoryEvents
| where TimeGenerated > ago(1h)
| sort by TimeGenerated asc