AZ CLI (Resource Graph) – To retrieve azure virtual machine information with power status.
Posted onI was developing a solution to fetch azure VM information as part of the update management process. Indeed, there are many ways to pull the reports. But, I thought of doing it in az cli is best options! Here is the script which pulls out the azure virtual machines information with power status. $virtualMachines = […]