Can the new Azure File Service be used from Azure WebSites?

我只是一个虾纸丫 提交于 2020-01-02 04:15:28

问题


The title pretty much says it all... Microsoft just launched the new File Services on Azure. (http://blogs.msdn.com/b/windowsazurestorage/archive/2014/05/12/introducing-microsoft-azure-file-service.aspx) Can I use it from within a Azure WebSite? Or is it limited to use from VMs and CloudServices due to "net use" restrictions? Thanks


回答1:


Yes - use the REST API - the Azure website MUST be in the same region as the storage account.

Once your share is created, it can be accessed via the SMB or REST protocol from any Azure node (VM/Worker/Web role) hosted in the same region as the storage account hosting the share.



来源:https://stackoverflow.com/questions/23698591/can-the-new-azure-file-service-be-used-from-azure-websites

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