.net - Cannot access Windows azure file storage document -


i have created file storage in windows azure , uploaded documents.

this path file looks https://mysite.file.core.windows.net/notes/txt.pdf

when try access file storage error: enter image description here

this intended behavior. please note there's no anonymous access allowed files stored in file storage. access needs authorized. since you're trying access resource without being authorized, you're getting error.

one way of authorizing access create shared access signature (sas) on file/share level read permission , using sas url access file.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -