Use blob-leasing feature in the Azure cloud app

爷,独闯天下 提交于 2019-12-11 07:26:02

问题


I want to use blob-leasing mechanism in my Windows Azure cloud app. I am using the StorageClient api released by Azure team for my blob transactions. However, the blob-leasing is not implemented in the StorageClient api and hence I need to implement it on my own.

Has anyone done this before and has any pointers on how to do it?

Thanks. Kapil


回答1:


See my recent blog post (including sample code) about how to do this: http://blog.smarx.com/posts/leasing-windows-azure-blobs-using-the-storage-client-library



来源:https://stackoverflow.com/questions/2593050/use-blob-leasing-feature-in-the-azure-cloud-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!