Hello Gerald,
Thank you for your question!
Firstly, ensure port 445 is open (often blocked by ISPs) and verify the security group is correctly assigned "Contribute" permissions & double-check the storage account name and key.
Azure File Share Connection:
Navigate to your Storage Account - Select "File shares" from the left menu - Click on your file share - Click the "Connect" button - Select "Windows" from the dropdown menu - Note the connection script provided - it contains important information (Storage account name, File share name, Connection string or SAS token)
Manual Mapping (One-time setup for each user)
- Open File Explorer
- Right-click on "This PC" and select "Map network drive"
- Choose a drive letter (like Z:)
- For the folder path, enter:
\\<storage-account-name>.file.core.windows.net\<file-share-name>
- Check "Connect using different credentials"
- Click "Finish"
- When prompted, enter credentials:
- Username:
Azure\<storage-account-name>
- Password: Storage account key (from Azure Portal)
In Azure AD, you can set up more secure authentication by Configure Azure AD Domain Services or Azure AD Authentication for the storage account.
- go to Storage Account > File Shares > select your share
- Select "Configuration" and enable "Azure Active Directory (Azure AD) authentication"
- Users will then authenticate with their Azure AD credentials
References:
- https://learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-assign-share-level-permissions?tabs=azure-portal
- https://learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-configure-file-level-permissions
Hope the above answer helps! Please let us know do you have any further queries.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.