Logic Apps Mirror Storage

less than 1 minute read

Description:

So I have, the past, setup an Azure Container Group that accepts files to be placed into it. I then create the following Logic App that will copy the files from one storage account to another so that I don’t have user’s uploading directly into my storage account (best practice!).

To Resolve:

  1. Source code is here

  2. Be sure to find/replace for double open brackets to set your own values. Also keep in mind I had to make many changes to sanitize it so it is just a general idea of how the Logic App will work, you might have to tweak it.

  3. Pics

    • mirror-storage

    • mirror-storage2

Comments