I'm trying to query virtual machines and extend their network properties such as tehir ipv4, subnet, etc..
i started with this query but its not working
Resources
| where type =~ 'Microsoft.Compute/virtualMachines'
| extend os = properties.storageProfile.osDisk.osType
| join kind=lefouter (Resource
| where type =~ 'Microsoft.Network/networkinterfaces'
| project ipconfig.properties.privateIPAddress