Skip to content

Commit 96a9f39

Browse files
Merge pull request #221325 from khdownie/kendownie121322
correcting unc path
2 parents 39d05b6 + a3cb159 commit 96a9f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ You have now mounted your Azure file share.
110110
### Access an Azure file share via its UNC path
111111
You don't need to mount the Azure file share to a particular drive letter to use it. You can directly access your Azure file share using the [UNC path](/windows/win32/fileio/naming-a-file) by entering the following into File Explorer. Be sure to replace *storageaccountname* with your storage account name and *myfileshare* with your file share name:
112112

113-
\\storageaccountname.file.core.windows.net\myfileshare
113+
`\\storageaccountname.file.core.windows.net\myfileshare`
114114

115115
You'll be asked to sign in with your network credentials. Sign in with the Azure subscription under which you've created the storage account and file share.
116116

117117
For Azure Government Cloud, simply change the servername to:
118118

119-
\\storageaccountname.file.core.usgovcloudapi.net\myfileshare
119+
`\\storageaccountname.file.core.usgovcloudapi.net\myfileshare`
120120

121121
### Accessing share snapshots from Windows
122122
If you've taken a share snapshot, either manually or automatically through a script or service like Azure Backup, you can view previous versions of a share, a directory, or a particular file from a file share on Windows. You can take a share snapshot using the [Azure portal](storage-files-quick-create-use-windows.md#create-a-share-snapshot), [Azure PowerShell](/powershell/module/az.storage/new-azrmstorageshare), or [Azure CLI](/cli/azure/storage/share#az-storage-share-snapshot).

0 commit comments

Comments
 (0)