Forum Discussion

LotharJr's avatar
LotharJr
Copper Contributor
Jun 29, 2023

Azure Resource Graph Query does not return results

I am trying to retrieve a peering in a VNET using the below Resource Graph Query: resources | where type =~ "microsoft.network/virtualnetworks" and name =~ "vnet1" | mv-expand peerings = properties...