Unable to Create/Delete Directories in Azure Storage Account Using DFS Endpoint

Abdul 2,540 Reputation points Microsoft Vendor
2024-08-01T10:51:08.5366667+00:00

Why am I unable to create or delete directories within the data-dump container of my Azure storage account despite having all required permissions and network configurations in place?
 "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,859 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Abdul 2,540 Reputation points Microsoft Vendor
    2024-08-01T10:54:48.04+00:00

    Greetings!

    The issue you are encountering is due to a misconfiguration in the private endpoint setup for your Azure storage account. While you have configured a private endpoint for the blob endpoint of your storage account, you are making a request using the DFS endpoint via a private IP address. For Azure Data Lake Storage (ADLS) accounts or when using a DFS endpoint on a blob account, it is essential to configure private endpoints for both the blob and DFS endpoints. This is because certain APIs work specifically on either the blob or DFS endpoint, and missing the private endpoint configuration for either can lead to issues like the one you are facing.

    To resolve this, you need to create a private endpoint for the DFS endpoint of your storage account. Once this configuration is in place, you should be able to create and delete directories without encountering network errors.

    Resources:

    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 "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.