Hemant Kumar
Hemant Kumar

Reputation: 73

Move multiple folder structure along files from one blob container to another in different storage accounts using Logic app

I have Blob container contains multiple folders ,sub folder and files. I have to create a logic app to copy folders ,sub folder and files to another container in different storage account.

I used below flow but ended with some errors

For Example i have storage account - strtest1 Container name - Test Contains folder - RPA and it contains multiple subfolders and files.

I have to copy RPA folder along with multiple subfolders and files to different container test2 in different storage account strtest2.

Please find below workflow which i used.

enter image description here

Upvotes: 0

Views: 115

Answers (1)

RithwikBojja
RithwikBojja

Reputation: 11393

Move multiple folder structure along files from one blob container to another in different storage accounts using Logic app

You can use below design which worked for me:

enter image description here

then:

enter image description here

then:

enter image description here

Output:

enter image description here

Upvotes: 1

Related Questions