Search code examples
azure-logic-appsazure-logic-app-standard

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


Solution

  • 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