Queries for the ContainerInventory table
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
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