挂载azure驱动器以供读取
我创建了一个 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以拍摄包含 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.
看一下:
http://blogs.msdn.com/b/windowsazurestorage/archive/2011/04/16/using-smb-to-share-a-windows-azure-drive-among-multiple-role-实例.aspx
Take a look at:
http://blogs.msdn.com/b/windowsazurestorage/archive/2011/04/16/using-smb-to-share-a-windows-azure-drive-among-multiple-role-instances.aspx