对 Azure 存储中的文件运行分析脚本

发布于 2025-01-12 05:03:42 字数 324 浏览 0 评论 0原文

我可以直接对存储在 Azure 存储(可能是 Blob 存储)中的文件运行分析吗?我的意思是我有各种图像文件,我想对其进行某种分析。我有一个 Rust 脚本/应用程序可以执行此操作,并且在本地可以正常工作 - 这意味着,当我在本地计算机上运行此 Rust 程序并直接指向我的图像时,它会执行其操作并提供我想要的内容。我的想法是将这些图像文件存储在 Azure 存储中,并使用相同的(或可能修改过的)Rust 脚本进行分析 - 我不需要脚本部分的帮助 - 只需存储方面的帮助。

在我的脑海中,我认为这是不可能的,我认为可以做到的唯一其他方法是使用文件存储并将其映射到虚拟机作为网络驱动器,并在其上运行脚本。还有其他方法吗?

Can I run analysis directly on files stored in Azure Storage (blob storage maybe)? What I mean by this is I have various image files that I want to run some kind of analysis on. I have a Rust script/application that will do this, and locally, it works - meaning, when I run this Rust program on my local machine pointing my image directly, it does its thing and gives me what I want. My idea is to store these image files in Azure Storage and use the same (or maybe modified) Rust script to do the analysis - I don't need help with the scripting part - just the Storage thing.

Over the top of my head I don't think it's possible, and the only other way I think it can be done is by using Files Storage and mapping it to a VM as a network drive, and run the script on it. Is there another way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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