Answers for "az command to execute bash scripts on vms"

0

az command to execute bash scripts on vms

az vm run-command invoke -g MyResourceGroup -n MyVm --command-id RunShellScript --scripts 'echo $1 $2' --parameters hello world
Posted by: Guest on June-29-2020

Code answers related to "az command to execute bash scripts on vms"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language