For system, network and cloud administrators

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

In order to view what public SSH key your Azure virtual machine is using or some other OS details like the admin username of your machine, you can use:

az vm show --resource-group YourResourceGroup --name YourVMName --query "osProfile"

Leave a Reply

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