挂载azure驱动器以供读取

发布于 2025-01-08 06:15:59 字数 68 浏览 3 评论 0原文

我创建了一个 WCF 服务来将文件上传到 azure 驱动器,如何在不挂载快照的情况下从其他 Web 角色读取驱动器文件?

I create a WCF service to upload files to an azure drive, How can i read the drive files from other web role without mount a snapshot?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浪菊怪哟 2025-01-15 06:15:59

您可以拍摄包含 Azure 驱动器的页 blob 的快照,然后将该快照装载为只读。快照功能几乎是瞬时的。

这是 MSDN 页面显示了如何执行此操作的完整示例。

You can take a snapshot of the page blob containing the Azure Drive, then mount the snapshot as read-only. The snapshot function is near-instantaneous.

Here's the MSDN page that shows a full example of how to do this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文