Hi Simon Ghislain,
you are put in a lot of effort to set up your Azure File Share for collaboration, but the process can indeed be complex. The steps to ensure your user can access and collaborate on the file share effectively.
Steps to Enable Collaboration on Azure File Share
Identity-Based Access Configuration:
- AD DS This option is typically used for on-premises integration and requires additional setup with PowerShell scripts.
- Microsoft Entra Domain Services: This is a managed domain service in Azure, but it does come with a cost.
- Microsoft Entra Kerberos: This is for hybrid environments and might not be necessary for your scenario.
Since you are already used IAM to assign roles, you might not need to configure identity-based access unless you require more granular control.
Accessing the File Share:
- Azure Storage Explorer: Ensure that the user has the correct permissions and is signed in with the account that has been granted access. You can follow this guide to set up Azure Storage Explorer.
- Mapping the File Share in Windows Explorer: This requires enabling port 445 for SMB access. You can follow this tutorial to map the file share.
Assigning Permissions:
- Share-Level Permissions: Ensure that the user or group has the necessary permissions at the share level. You can assign these permissions through Azure RBAC.
- Directory and File-Level Permissions: Configure Windows ACLs for more granular control.
Common Issues
Error 0x80070043: This error typically indicates issues with network connectivity or port configuration. Ensure that port 445 is open and accessible on the user's network.
Identity-Based Access Not Configured: If IAM roles are correctly assigned, you might not need to configure additional identity-based access unless specific requirements dictate otherwise.
User Interface for Collaboration
For a more straightforward interface, users can use Azure Storage Explorer or map the file share as a network drive in Windows Explorer. Both methods should allow users to upload, delete, and rename files once permissions are correctly set.
For more information,
https://learn.microsoft.com/en-us/azure/storage/files/storage-files-introduction
If you have any other questions or are still running into more issues, let me know in the "comments" and I would be glad to assist you.