Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Here is proper solution
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
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.