#What is the best way to move files in Azure between storage accounts?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I need to move the file from one storage account to storage another at least daily. Blobs. Either by polling for a file or with an event based system.
Please consider cost. What would be the best approach to accomplish this with minimal code?
Maybe event grid triggering logic apps?
or a function app with a blob trigger, could probably just use pwsh and azcopy for basic code.