AzureTipsAndTricks/blog/tip7.md

900 B

type title excerpt tags date
post Tip 7 - Use the Table Parameter in the Azure CLI Learn how to use the table parameter in the Azure CLI
Management and Governance
2017-08-29 17:00:00

::: tip 💡 Learn more : Azure Command-Line Interface (CLI).

📺 Watch the video : How to use the table parameter in the Azure CLI. :::

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