【发布时间】:2017-12-20 08:47:50
【问题描述】:
我正在使用 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 的名称。在您的情况下,请使用 /devcontainer/sample1/ 并确保路径存在。
标签: azure azure-logic-apps azure-blob-storage