How to identify Ephemeral VMs in Azure ? Like VMs used in ScaleSets or DataBricks or K8S pods, i want to run a set of queries on VMs but exclude these ephemeral VMs. I know about Ephemeral OS disks, are all ephemeral VMs expected to use them ?
My end goal is to create Resource graph queries like , all VMs with non-company-standard disks , All VMs with vulnerabilities etc. I don't want the results to include VMs created in a scale set, or in other managed environments like databricks

