Hi
I have enabled the ADLS hierarchal namespace for the storage account, post that I am able to create a directory/folder in a blob container by using a commands Linux in VM.
And able to see the created folder in the blob container.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I have mounted a blobfuse container in one of ubuntu 18 VM
i would like to create a directory in /mycontainer mounted in a VM, i am unable to create a folder.
i tried using a command mkdir test folder , but unfortunately in the azure portal, I cant able see a file called test folder, not have a folder or directory.
for reference link:
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-how-to-mount-container-linux
Any suggestion here will be helpful to achieve here.
Hi
I have enabled the ADLS hierarchal namespace for the storage account, post that I am able to create a directory/folder in a blob container by using a commands Linux in VM.
And able to see the created folder in the blob container.
@Roy can you please download the storage explorer and check the directory structure there? https://azure.microsoft.com/en-us/features/storage-explorer/
Assuming you are not using ADLS storage, the virtual directory structure in portal is visible only when a file has been added/uploaded. You can also try adding a file to the directory you created and then check if the portal shows the directory and the file.