How to move the data from one container to another container in the same Azure storage account using Logic App?
In Azure, I have a storage account with two containers (test-1, and test-2). I want to move the files from one container to another container periodically.
Is there a way to achieve this process with a Logic App?
Any comments or suggestions would be greatly appreciated