Skip to content

Commit b57a656

Browse files
authored
Merge pull request #55375 from KloudGeek/patch-1
Update storage-how-to-use-files-windows.md
2 parents ca6eb10 + 6d3389a commit b57a656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-how-to-use-files-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Remove-PSDrive -Name <desired-drive-letter>
181181

182182
![A screenshot of the "Map network drive" drop-down menu](./media/storage-how-to-use-files-windows/1_MountOnWindows10.png)
183183

184-
1. Select the drive letter and enter the UNC path, the UNC path format is `<storageAccountName>.file.core.windows.net/<fileShareName>`. For example: `anexampleaccountname.file.core.windows.net/example-share-name`.
184+
1. Select the drive letter and enter the UNC path, the UNC path format is `\\<storageAccountName>.file.core.windows.net\<fileShareName>`. For example: `\\anexampleaccountname.file.core.windows.net\example-share-name`.
185185

186186
![A screenshot of the "Map Network Drive" dialog](./media/storage-how-to-use-files-windows/2_MountOnWindows10.png)
187187

0 commit comments

Comments
 (0)