I'm trying to set up a chocolatey extension module for in-house deployments that does some common housekeeping tasks for our apps. Part of that housekeeping is ...
Windos OS のAzureVMに格納してあるPowerShellをAzure CLIで実行する要件があったので備忘として書いておく。 Windos OS の C:\test\test.ps1 を実行したい場合。 AzureVMをtest-vm リソースグループを test-rgとする。 SCRIPT=C:\\test\\test.ps1 az vm run-command invoke ...