Hello Avinash Dhanukonda
It appears that some users are unable to access a blob container in your Azure storage account, even though others can and the permissions seem to be set correctly.
Make sure the permissions are properly configured, as they may be set at different scopes such as the blob or container level. Confirm that all users have access at the necessary level. Need specific roles like Storage Blob Data Reader or Contributor on the storage account or container. If roles are missing or assigned at the wrong level, access will fail.
- If Azure Active Directory is being used for authentication, check that the affected users have the appropriate roles assigned, such as "Storage Blob Data Reader" or "Storage Blob Data Contributor."
- Even if the Azure permissions are set up correctly, the mounted drive within the VM relies on NTFS permissions. Without NTFS access granted to the user or group, they will not be able to access the drive.
- If your storage account is connected to a VM and may be behind a network setup like a private endpoint, make sure users within the virtual network have access to the storage account. Review the firewall settings to confirm that the users' IP addresses are whitelisted.
- For access via Azure Virtual Desktop, verify that AVD instances can reach the storage account. Check that the AVD is on the correct virtual network and that no network security groups or Azure policies are restricting access.
- Also, if you use SAS tokens, check that they are valid and correctly configured.
Check the below documents for more understanding:
Authorize access to data in Azure Storage
Azure Storage network security
I hope the above answer is helpful to you!
Please let us know if you have any further questions. Don't forget to "up-vote" wherever the information provided is useful to you, this can be useful to other members of the community.