Forum Discussion
LotharJr
Jun 29, 2023Copper Contributor
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...