How to use azcopy to upload files onto azure portal

I need to use azcopy command instead of azure activities in uipath. If anyone using azcopy command please suggest how to use it.

@Sudheer_Kumar_S

One of the easiest way is to use the azure activities

If that was not allowed then you can try using Powershell Script

PowerShell script: Download and extract the latest AzCopy (Windows 64-bit) executable into a specified folder – Wim Matthyssen(Windows%2064,executable%20into%20a%20specified%20folder&text=AzCopy%20is%20a%20free%20command,from%20and%20to%20Azure%20storage.

Once you are ready with the script you can use Invoke powershell activity

Hope this may help you

Thanks

@Srini84 - This link is useful for azcopy tool installation in server… but to copy the file i need ps script which is not available. Thanks

@Sudheer_Kumar_S

Maybe you can try below link

Hope this may help you

Thanks

1 Like

Use AzCopy to upload data to Azure Blob Storage (sqlshack.com) it is working

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.