I have two storage resources with one container each and now I want to make a Logic App to copy files from one container to another one. How to implement this?
CodePudding user response:
This is how I copied from one storage account to another :
Create 2 connection strings for each storage account and then
get content blob
(Source Account) > Create blob
(Destination account)
Here is the sample screenshot of the flow for your reference