Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Storage Account cannot create new or delete directory

I have two subscriptions in Azure. In both subscription, a StorageV2 was created with one container.

For one subscription I can create new or delete the whole directory. Working one

For the other one I can only delete single file in each directory. Cannot delete or add directory

Where can I see which permission was missing?

like image 747
ti.voodoo Avatar asked Dec 16 '25 14:12

ti.voodoo


1 Answers

Please check if "Hierarchical namespace" is enabled on the storage account where you're not able to create a directory.

Ability to create a directory is only supported on the storage account with Hierarchical namespace enabled (i.e. Azure Data Lake Gen 2 Storage Accounts).

enter image description here

like image 186
Gaurav Mantri Avatar answered Dec 19 '25 05:12

Gaurav Mantri