.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
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
Post a Comment