Skip to content

Commit 98ea6dc

Browse files
authored
Merge pull request #112445 from yuemlu/master
Update the mount with troubleshooting guidance
2 parents c00b5ba + 9314091 commit 98ea6dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/storage/files/storage-files-identity-auth-active-directory-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Before you enable AD DS authentication for Azure file shares, make sure you have
5959

6060
- Verify connectivity by mounting Azure file shares using your storage account key.
6161

62-
To verify that your device and file share are properly configured, try mounting the file share using your storage account key. For more information, see [Use an Azure file share with Windows](storage-how-to-use-files-windows.md).
62+
To verify that your device and file share are properly configured, try [mounting the file share](storage-how-to-use-files-windows.md) using your storage account key. If you experience issues in connecting to Azure Files, please refer to [the troubleshooting tool we published for Azure Files mounting errors on Windows](https://gallery.technet.microsoft.com/Troubleshooting-tool-for-a9fa1fe5). We also provide [guidance](https://docs.microsoft.com/azure/storage/files/storage-files-faq#on-premises-access) to work around scenarios when port 445 is blocked.
6363

6464
## Regional availability
6565

includes/storage-files-aad-permissions-and-mounting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ Use the Windows **net use** command to mount the Azure file share. Remember to r
9090
net use <desired-drive-letter>: \\<storage-account-name>.file.core.windows.net\<share-name> /user:Azure\<storage-account-name> <storage-account-key>
9191
```
9292

93+
If you experience issues in connecting to Azure Files, please refer to [the troubleshooting tool we published for Azure Files mounting errors on Windows](https://gallery.technet.microsoft.com/Troubleshooting-tool-for-a9fa1fe5). We also provide [guidance](https://docs.microsoft.com/azure/storage/files/storage-files-faq#on-premises-access) to work around scenarios when port 445 is blocked.
94+
95+
9396
### Configure NTFS permissions with Windows File Explorer
9497
Use Windows File Explorer to grant full permission to all directories and files under the file share, including the root directory.
9598

0 commit comments

Comments
 (0)