How to move blob from one storage account to another using logic app

208 Views Asked by At

I have a standard logic app where one of the step is to copy files to a different storage account, only connector i found was copy blob it only seems to copy within same storage account. how do i achieve this ?

1

There are 1 best solutions below

0
On

How to move blob from one storage account to another using logic app

I have reproduced in my environment and I do agree with @Skin and below are my expected results:

Design:

enter image description here

Then after changing:

enter image description here

Output:

enter image description here

Blob copied to another storage account:

enter image description here