通过 blob URI 从 Azure 逻辑应用获取 blob 内容?

发布于 2025-01-09 05:46:57 字数 830 浏览 2 评论 0原文

如果我想使用 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

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文