TIP
💡 Learn more : Azure Command-Line Interface (CLI) (opens new window).
📺 Watch the video : How to use the table parameter in the Azure CLI (opens new window).
# Use the Table Parameter in the Azure CLI
By default the Azure CLI 2.0 returns results from a command in JSON. You can easily modify this by adding --output Table
. Try out the command found in the Gif below with az vm image list-publishers --location NorthCentralUS --output Table