I am trying to execute AzCopy command from SSIS. For that I am using Execute Process Task. In the Executable I am passing CMD path.
And Arguments are as below:
azcopy copy "https://xxxxxxxxxx.blob.core.windows.net/customers" "https://xxxxxxxxxx.blob.core.windows.net/archive" --recursive
Error:
Error: 0xC0029151 at Execute Process Task, Execute Process Task: In Executing "C:\Windows\System32\cmd.exe" "azcopy copy "https://xxxxxxxxxx.blob.core.windows.net/customers" "https://xxxxxxxxxx.blob.core.windows.net/archive" --recursive" at "", The process exit code was "1" while the expected was "0". Task failed: Execute Process Task
I have already tested it from CMD and it's working fine.