Another containter in Blob storage

Vijay Kumar 2,031 Reputation points
2020-11-12T17:58:56.14+00:00

Hi Team,

I have configured blobfuse on Linux 7 VM. everything is working fine.
Referece: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-how-to-mount-container-linux

Since the blob is already mounted, if we require another container, should I just add it into Storage account?

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.
2,904 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,606 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 35,316 Reputation points Microsoft Employee
    2020-11-20T22:02:38.703+00:00

    @Vijay Kumar Firstly my sincere apologies for not following up sooner.

    If you want to mount a separate container on the VM you need to create a separate config file with the other container specified. You also will need to specify a new mount point and tmp-path.

    Hope this helps! Let me know if you have further questions or issues and I will be happy to assist.

    -------------------------------

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

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. deherman-MSFT 35,316 Reputation points Microsoft Employee
    2020-11-12T21:24:57.267+00:00

    @Vijay Kumar
    When using blobfuse you are mounting a specific container and are able to create files and directories inside that container. If you wish to create a new container you would need to do that in the Storage Account and create a separate mount.

    Hope this helps! Let me know if you have further questions or issues.

    -------------------------------

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