Queries for the ContainerInventory table

Container Lifecycle Information

List all of a container's lifecycle information.

// 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