Introduction
When you run commands in Azure CLI, you get results in different formats. These formats help you see the information in ways that are easy to read or use in other tools.
When you want to see detailed information in a structured way to use in scripts, use JSON format.
When you want a simple, easy-to-read list on the screen, use table format.
When you want to export data to a spreadsheet or text file, use TSV format.