79487565

Date: 2025-03-05 20:09:17
Score: 1.5
Natty:
Report link

Your GCP filter query can be transformed to this Azure query

az vm list --query '[?contains(name,'wkn')]|[?tags.wknhscale=='active'].{Name:name, RG:resourceGroup}' -o table

You can get more examples here: How to query Azure CLI command output using a JMESPath query

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: resse