Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 698 Bytes

containerregistryloginevents.md

File metadata and controls

27 lines (18 loc) · 698 Bytes
title description ms.topic ms.service ms.author author ms.date
Example log table queries for ContainerRegistryLoginEvents
Example queries for ContainerRegistryLoginEvents log table
reference
azure-monitor
edbaynash
EdB-MSFT
02/18/2024

Queries for the ContainerRegistryLoginEvents table

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