Query per la tabella ContainerInventory
Per informazioni sull'uso di queste query nella portale di Azure, vedere Esercitazione su Log Analytics. Per l'API REST, vedere Query.
Informazioni sul ciclo di vita dei contenitori
Elencare tutte le informazioni sul ciclo di vita di un contenitore.
// Container Lifecycle Information
// List all of a container's lifecycle information.
ContainerInventory
| project Computer, Name, Image, ImageTag, ContainerState, CreatedTime, StartedTime, FinishedTime
| top 200 by FinishedTime desc