对 Azure 存储中的文件运行分析脚本
我可以直接对存储在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论