could not create a folder inside storage account, container

Sainadh Tirumalasetty 0 Reputation points
2025-01-09T19:35:31.5233333+00:00

Hello I have free azure storage account where i created a container in which i am trying to create a folder, i dont see the folder option. Can anyone help. Does this service cant be used with free account i have 200 $ in credits. Please help. User's image

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,338 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Keshavulu Dasari 3,085 Reputation points Microsoft Vendor
    2025-01-09T20:32:06.64+00:00

    Hi Sainadh Tirumalasetty,

    Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!

    I Understand you're trying to create a folder within an Azure Storage container, but Azure Blob Storage doesn't have a traditional folder hierarchy like a typical file system. Instead, it uses a flat structure where you can simulate folders by using a naming convention with delimiters, such as forward slashes (/).

    Since you have $200 in credits, you should be able to use these features without any issues.
    User's image

    I suggest how you can create a "folder" in your Azure Storage container:

    Upload a File with a Folder Path, when you upload a file, you can specify a path that includes the folder structure. For example, if you upload a file named example.txt and specify the path as folder1/subfolder1/example.txt, it will create the appearance of folders folder1 and subfolder.

    You can use Azure Storage Explorer, a free tool from Microsoft, to manage your Azure Storage resources. It allows you to create folders directly by specifying the path when uploading files.

    In the Azure Portal, when you upload a file, you can specify the folder path in the Upload to folder field under the advanced options.

    You can also use Azure CLI or SDKs (like Python, .NET, Java) to programmatically create folders by specifying the path when uploading blobs.

    For faster access and upload of files, please use AzCopy approach

    Best practices while using ADLS gen2 can be found from this URL

    Hope this helps!


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

    If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you.

    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.