Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
azure_instance_tags
Azure instance tags.
Column | Type | Description |
---|---|---|
key | text | The tag key |
value | text | The tag value |
vm_id | text | Unique identifier for the VM |
List the tags assigned to an Azure VM
SELECT key, value FROM azure_instance_tags;