使用 Logic App 将数据从一个容器移动到另一个容器

Move the data from one container to another container using Logic App

如何使用 Logic App 将数据从一个容器移动到同一 Azure 存储帐户中的另一个容器?

在 Azure 中,我有一个包含两个容器(test-1 和 test-2)的存储帐户。我想定期将文件从一个容器移动到另一个容器。

有没有办法用逻辑应用实现这个过程?

如有任何意见或建议,我们将不胜感激

请参考我的逻辑应用:

你不能先用List blobs:

然后使用For each, within for each, you need to use Get blob content using path and Create blob.

=====================更新=====================

添加 Delete blob 操作