question

GoulmySylvainITOPSBAF-4685 avatar image
0 Votes"
GoulmySylvainITOPSBAF-4685 asked MohammedMehtabSiddiqueMINDTREELIMI-9821 commented

Azure resource graph : List connected devices for each vnet

Hi all,

I'd like to build a query with Azure resource graph that would allow me to display all the connected devices IP of all the vnet.
Actually i just try to rebuild to "Connected devices" from the vnet menu with the resource graph.
Which query should i use ?

Thanks in advance for your feedback.

microsoft-graph-query-parameters
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @GoulmySylvainITOPSBAF-4685 , Thanks for reaching out

You can get a list of associated IPconfigurations for each subnet using the Get-AzVirtualNetworkSubnetConfig cmdlet, but you will then have to match the NIC from the ID with the associated resource.


You can also try , az network vnet subnet list:


0 Votes 0 ·

0 Answers