Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Provide access to a folder in Azure Blob container

I am able to restrict access to a blob container or to particular file using SAS token, But I'm not able to generate SAS token at folder level in Azure Blob Storage.

Is there a way to provide access to only a particular folder in a Azure Blob Storage. (We have many folders in a blob container, we need to provide Read access to a single folder to client)

like image 215
VIJAY RAAVI Avatar asked Sep 20 '18 08:09

VIJAY RAAVI


1 Answers

Is there a way to provide access to only a particular folder in a Azure Blob Storage.

As of today, No. As you mentioned, SAS token can be used to restrict access to either an entire blob container or an individual blob. This is because a folder in blob storage is virtual and not a real folder.

like image 79
Gaurav Mantri Avatar answered Oct 21 '22 08:10

Gaurav Mantri