Azure Networking

PHOTO EMBED

Thu Jul 03 2025 13:40:11 GMT+0000 (Coordinated Universal Time)

Saved by @bmillot #azure #az #cli

# List all vnet used spaces
az network vnet list \
  --query "[].{Name:name, ResourceGroup:resourceGroup, Location:location, AddressSpaces:addressSpace.addressPrefixes}" \
  -o jsonc
content_copyCOPY