如何为Azure文件存储提供客户端有限的权限?

时间:2015-07-22 15:08:31

标签: file azure storage

使用windows azure blob存储并通过带有共享访问签名的URL提供访问权限非常适合从客户端上传本地驱动器中的文件。但是如何使用azure文件存储来为客户端访问它呢?

2 个答案:

答案 0 :(得分:1)

Azure文件存储服务不是为外部用户提供对文件的访问权限。它的主要目的是充当Azure中运行的云服务和虚拟机的文件共享。

您应该使用Azure Blob存储和共享访问签名与外部用户共享文件。

答案 1 :(得分:0)

截至今天,var myLocation = new google.maps.Marker({ position: new google.maps.LatLng(pos.coords.latitude, pos.coords.longitude), map: map, title: "My Location", draggable:true }); google.maps.event.addListener(loc, 'dragend', function(evt){ console.log('Current Latitude:',evt.latLng.lat(),'Current Longitude:',evt.latLng.lng()); }); 不支持Shared Access Signature

我能想到的一个选项是读取应用程序中的文件内容,让应用程序下载文件(使用内容处理等)。