Skip to content

Commit 2652056

Browse files
authored
Clarify steps for SMB admin
1 parent 3096cd6 commit 2652056

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ To use the Windows permission model for SMB admin, follow these steps:
9999

100100
1. Have users mount the file share by using their domain identity. As long as [identity-based authentication](storage-files-active-directory-overview.md) is configured for your storage account, you can mount the share and configure and edit Windows ACLs without using your storage account key.
101101

102-
Sign in to a domain-joined device or a device that has unimpeded network connectivity to the domain controllers. Sign in as a Microsoft Entra user if your identity source is Microsoft Entra Domain Services.
102+
1. Sign in to a domain-joined device or a device that has unimpeded network connectivity to the domain controllers. Sign in as a Microsoft Entra user if your identity source is Microsoft Entra Domain Services.
103103

104-
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.
104+
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-
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+
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.
107107

108-
```
109-
net use Z: \\<YourStorageAccountName>.file.core.windows.net\<FileShareName>
110-
```
108+
```
109+
net use Z: \\<YourStorageAccountName>.file.core.windows.net\<FileShareName>
110+
```
111111
112112
### Mount the file share by using your storage account key (not recommended)
113113

0 commit comments

Comments
 (0)