我尝试运行一个 bash 脚本、批处理文件和一个脚本文件,它利用了 azcopy 实用程序。azcopy 命令将文件从远程位置复制到 azure blob 存储。
AZCOPY /Source:$Source /Dest:$Destination /DestKey:$DestKey /Pattern:*.txt
当我手动运行脚本时它运行正常。当我创建一个 moveit 任务并运行它时,我收到一个成功完成的任务。但是,没有文件被复制到 blob 存储。我也尝试过运行 powershell 命令,C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.EXE -NoLogo -NoProfile –ExecutionPolicy Bypass -Command c:\temp\GL_Format_Update.ps1。如堆栈溢出问题中所述。