Azure Storage on Azure VM - How to make visible for all users?

Tariq Younas 41 Reputation points
2022-07-05T07:59:54.257+00:00

Hi,
How we can share the azure storage files on the Azure VM.

Requirements:
Shared drive should be visible to all the users of the VM. In current situation share drive is visible for only user who is mapping drive or running the script.

How to enforce for all other users?

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,944 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andriy Bilous 11,176 Reputation points MVP
    2022-07-05T08:56:49.817+00:00

    Hello @Tariq Younas

    You may use a group policy to auto-mount the file share, user need to use AD DS authentication for this to work, If you are using the storage account key, it will not work
    https://charbelnemnom.com/how-to-mount-and-persist-an-azure-file-share-with-windows-azurefiles-azurefilesync/

    You may also check below answers in Q & A forum that could help you to resolve the issue.
    https://learn.microsoft.com/en-us/answers/questions/43728/permanently-mapping-azure-file-share-from-azure-vm.html

    Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments