Skip to content

Commit b4480b9

Browse files
committed
Fixing net use command
1 parent 2d592ed commit b4480b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For more information on how to use icacls to set NTFS permissions and on the dif
9696
Use the Windows **net use** command to mount the Azure file share. Remember to replace the placeholder values in the following example with your own values. For more information about mounting file shares, see [Use an Azure file share with Windows](../articles/storage/files/storage-how-to-use-files-windows.md).
9797

9898
```
99-
net use <desired-drive-letter>: \\<storage-account-name>.file.core.windows.net\<share-name> <storage-account-key> /user:Azure\<storage-account-name>
99+
net use <desired-drive-letter>: \\<storage-account-name>.file.core.windows.net\<share-name> /user:Azure\<storage-account-name> <storage-account-key>
100100
```
101101
### Configure NTFS permissions with Windows File Explorer
102102
Use Windows File Explorer to grant full permission to all directories and files under the file share, including the root directory.

0 commit comments

Comments
 (0)