Skip to content

Commit 26872c5

Browse files
authored
Update articles/storage/files/storage-files-identity-configure-file-level-permissions.md
1 parent 2652056 commit 26872c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/files/storage-files-identity-configure-file-level-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To use the Windows permission model for SMB admin, follow these steps:
103103

104104
1. Open a Windows command prompt and mount the file share by running the following command. Replace `<YourStorageAccountName>` and `<FileShareName>` with your own values. If drive Z is already in use, replace it with an available drive letter.
105105

106-
1. Use the `net use` command to mount the share at this stage and not PowerShell. If you use PowerShell to mount the share, the share isn't visible to Windows File Explorer or cmd.exe, and you have difficulty configuring Windows ACLs.
106+
Use the `net use` command to mount the share at this stage and not PowerShell. If you use PowerShell to mount the share, the share isn't visible to Windows File Explorer or cmd.exe, and you have difficulty configuring Windows ACLs.
107107

108108
```
109109
net use Z: \\<YourStorageAccountName>.file.core.windows.net\<FileShareName>

0 commit comments

Comments
 (0)