How can I check the state of over 200 VM's in Azure?
To display the state (Running, Deallocated etc) of our VM's, I currently use the following command and this works fine. az vm list -o table -d -g .... With the number of VM's increasing on a regular basis, this is…