Azure Blob Storage

I have created a workflow to upload a file to Azure Blob Storage. The workflow does work, but it uploads to the container (which makes sense). I want to upload it to a folder within the container. I do not see a way to change the URL in the Blob Container to include the folder.

I want to upload it to the following “staging” folder. Is there a way to do this or a setting I missed in an activity?


Hi,

What activity do you use? If UploadBlogFromFile activity in UiPath.Azure.Activities package, the following will help you.

Regards,

1 Like

hi @PWilliams,

Can you try putting “/” in the end of the path.
Also you can use azcopy approach to upload the file in azure blob.

1 Like

I am using that activity and will try your suggestion. Thank you!

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