Query from Kusto to get details of VNETs and its Address space on all the subcribtion.
Query from Kusto to get details of VNETs and its Address space on all the subcribtion.
@FahadNoaman-7438, Please try running this query in Azure resource graph explorer,
@FahadNoaman-7438 , Try this,
resources
| where type == "microsoft.network/virtualnetworks"
| extend AddressSpace_AddressPrefixes = tostring(properties.['addressSpace'].['addressPrefixes'])
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.
I get this.
Please provide below info when asking for support: timestamp = 2021-09-15T06:58:50.3716524Z, correlationId = 340a9a2e-66e0-44c4-a472-421de73de348. (Code:BadRequest)
Details:
Query is invalid. Please refer to the documentation for the Azure Resource Graph service and fix the error before retrying. (Code:InvalidQuery)
ParserFailure (Code:ParserFailure)
ParserFailure (Code:ParserFailure)
6 people are following this question.