For system, network and cloud administrators

How to retrieve network details from your Azure virtual machine using Azure CLI

In order to view the network details of your Azure virtual machine, you can use:

az vm show --resource-group YourResourceGroup --name YourVMName --query networkProfile

Leave a Reply

Your email address will not be published. Required fields are marked *