通过 Azure Logic App 从 Azure Blob 存储中的目录访问文件

access a file from a directory in azure blob storage through Azure Logic App

我正在使用 LogicApp 导入目录 (/devcontainer/sample1/abc.csv) 中的一组文件。

这里的问题是,我什至无法从我的 LogicApp 找到 azure 文件,我收到以下错误:

verify that the path exists and does not contain the blob name.List Folder is not allowed on blobs.

截图供参考

您的 blob 连接是否指向正确的存储帐户?您可以尝试做的一件事是不提供路径而是尝试浏览路径,以便您可以了解您尝试访问的存储帐户中存在的容器和 blob。

The problem here is that,I could not even located to the azure file from my LogicApp,

当您选择 blob 路径时,文件资源管理器将显示所有包含和 blob。并且会缓存数据一段时间,保证运行的流畅性。如果最近将 blob 添加到容器中,则不会从文件资源管理器中看到和选择它。解决方法是单击更改连接 link 并使用新连接检索数据。