Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 697 Bytes

amlregistrywriteeventslog.md

File metadata and controls

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

Queries for the AmlRegistryWriteEventsLog table

All WRITE events

Retrieves a list of events of WRITE.

AmlRegistryWriteEventsLog
| project
	TimeGenerated,
	RegistryResourceId,
	OperationType,
	UserName,
	AssetName,
	AssetVersion
| top 100 by TimeGenerated