#What is the best way to move files in Azure between storage accounts?

1 messages · Page 1 of 1 (latest)

tawdry nova
#

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?

mighty pine
#

Maybe event grid triggering logic apps?

livid widget
#

or a function app with a blob trigger, could probably just use pwsh and azcopy for basic code.