Azure Run Command
Introduction
What are we going to cover?
Steps to achieve this
az group listaz vm list -g GROUP-NAMEaz vm run-command invoke -g GROUP-NAME -n VM-NAME --command-id RunShellScript --scripts "id"az vm run-command invoke -g GROUP-NAME -n VM-NAME --command-id RunPowerShellScript --scripts "whoami"Additional references
Last updated