Azure CLI and JMESPath Query -Part 2

On 

We continue with our post on Azure CLI and JMESPath.

Tags: ,

Azure CLI and JMESPath Query

On 

The Azure CLI command outputs a JSON. Even when an output format other than JSON is specified, CLI command results are first treated as JSON to enable queries to be performed, before outputted into the format specified. We can use the –query argument to execute a JMESPath query on the results of commands.

Tags: ,