Output
The Azure CLI uses JSON as its default output format, but offers other formats. Use the --output
(--out
or -o
) parameter to format Azure CLI output. The argument values and types of output are:
--output
Description
json
JSON string. This setting is the default
jsonc
Colorized JSON
table
ASCII table with keys as column headings
tsv
Tab-separated values, with no keys
yaml
YAML, a human-readable alternative to JSON
yamlc
Colorized YAML
none
No output other than errors and warnings
Last updated