Unable to Add Directory in Azure Storage Account with HNS

Bathini Harshitha 0 Reputation points
2024-10-03T09:28:06.83+00:00

Why am I unable to add a directory in my Azure storage account and how can I enable a hierarchical namespace (HNS) to organize files and directories?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,840 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bathini Harshitha 0 Reputation points
    2024-10-03T09:29:09.8766667+00:00

    The issue you're experiencing is likely due to the hierarchical namespace (HNS) not being enabled on your Azure Data Storage account. An HNS allows you to organize objects and files within an account into a hierarchy of directories and subdirectories, providing file system semantics that are familiar to analytics engines and frameworks. This enables atomic directory manipulation and offers a familiar interface style.

    To resolve this issue, you need to enable the hierarchical namespace on your storage account. Here is the documentation that provides detailed steps on how to migrate to a storage account with HNS enabled:

    Additionally, if you encounter throttling issues, which are not related to the HNS configuration, you can refer to the following troubleshooting guide for further assistance:

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    **Please do not forget to "Accept the answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.**The issue you're experiencing is likely due to the hierarchical namespace (HNS) not being enabled on your Azure Data Storage account. An HNS allows you to organize objects and files within an account into a hierarchy of directories and subdirectories, providing file system semantics that are familiar to analytics engines and frameworks. This enables atomic directory manipulation and offers a familiar interface style.

    To resolve this issue, you need to enable the hierarchical namespace on your storage account. Here is the documentation that provides detailed steps on how to migrate to a storage account with HNS enabled:

    Additionally, if you encounter throttling issues, which are not related to the HNS configuration, you can refer to the following troubleshooting guide for further assistance:

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    Please do not forget to "Accept the answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.