az disk list

This article will walk you through the syntax and usage of the az disk list Azure CLI command with specific examples.

Table of Contents

az disk list

The az disk list command lists managed disks.

Syntax

Below is the syntax of the az disk list Azure CLI command.

az disk list [--resource-group]

Example

The below Azure CLI command lists managed disks under the resource group named newresgroup.

az disk list --resource-group newresgroup

After executing the above command, I got the expected output as shown in the screenshot below.

az disk list

You may also like the following articles below.

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

Download our free 25+ page Azure Virtual Machine guide and master cloud deployment today!