通过 blob URI 从 Azure 逻辑应用获取 blob 内容?
如果我想使用 blob URi,在 Azure 逻辑应用程序中获取 blob 内容的最佳实践是什么?
示例 uri: https://mystorageaccount.blob.core.windows.net/blobcontainer/filename
我无法使用 "获取 blob 内容 (V2)" 或 "使用路径获取 blob 内容 (V2 )" 因为我需要提供容器中的 ID 或路径,例如: myfolder\myfile.xml
在 URi 上使用带有 GET 操作的 HTTP 形状可以正常工作,但看起来很麻烦,因为我需要另一个操作只是为了从 HTTP 正文中获取内容。
建议?
What is the best-practice to fetch a blobs content in a Azure Logic App if I want to use the blob URi?
Example uri: https://mystorageaccount.blob.core.windows.net/blobcontainer/filename
I can't use "Get blob content (V2)" or "Get blob content using path (V2)" since I need to give either an ID or the path in the container e.g.: myfolder\myfile.xml
Using a HTTP shape with GET operation on the URi works fine but seems like a hassle since I would need another operation just to fetch the content from the HTTP body.
Suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论