Is it possible to restrict/disable Azure Blobs direct download (when you just enter link in the browser) ?
Is it possible to restrict/disable Azure Blobs direct download (when you just enter link
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you provide access to blob either through public or even with SAS, you can not blob them to DOWNLOAD the blob if they want.
If you will provide a link which includes a blob from public container as below, then any one can download the blob as long as they know the URL:
However if you provide a link to your blog using SAS signature API then you can restrict the access to blob to restricted users, however they still can download the blob once they have access to the URL.