Skip to content

Commit 0a647b3

Browse files
committed
cleanup
1 parent adab5bd commit 0a647b3

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to use Azure file shares with Windows and Windows Server. Use
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 01/05/2024
7+
ms.date: 01/16/2024
88
ms.author: kendownie
99
ms.custom: ai-video-demo
1010
ai-usage: ai-assisted
@@ -54,8 +54,8 @@ In order to use an Azure file share via the public endpoint outside of the Azure
5454

5555
<sup>1</sup>Regular Microsoft support for Windows 7 and Windows Server 2008 R2 has ended. It's possible to purchase additional support for security updates only through the [Extended Security Update (ESU) program](https://support.microsoft.com/help/4497181/lifecycle-faq-extended-security-updates). We strongly recommend migrating off of these operating systems.
5656

57-
> [!Note]
58-
> We always recommend taking the most recent KB for your version of Windows.
57+
> [!NOTE]
58+
> We recommend taking the most recent KB for your version of Windows.
5959
6060
## Prerequisites
6161

@@ -71,7 +71,7 @@ A common pattern for lifting and shifting line-of-business (LOB) applications th
7171

7272
### Mount the Azure file share
7373

74-
The Azure portal provides a script that you can use to mount your file share directly to a host using the storage account key. We recommend using this provided script.
74+
The Azure portal provides a PowerShell script that you can use to mount your file share directly to a host using the storage account key. Unless you're mounting the file share using identity-based authentication, we recommend using this provided script.
7575

7676
To get this script:
7777

@@ -97,7 +97,7 @@ You have now mounted your Azure file share.
9797

9898
### Mount the Azure file share with File Explorer
9999

100-
> [!Note]
100+
> [!NOTE]
101101
> Note that the following instructions are shown on Windows 10 and may differ slightly on older releases.
102102
103103
1. Open File Explorer by opening it from the Start Menu, or by pressing the Win+E shortcut.
@@ -122,15 +122,15 @@ You have now mounted your Azure file share.
122122

123123
### Access an Azure file share via its UNC path
124124

125-
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:
125+
You don't need to mount the Azure file share to a 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:
126126

127127
`\\storageaccountname.file.core.windows.net\myfileshare`
128128

129-
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. If you do not get prompted for credentials you can add the credentials using the following command:
129+
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. If you don't get prompted for credentials, you can add the credentials using the following command:
130130

131131
`cmdkey /add:StorageAccountName.file.core.windows.net /user:localhost\StorageAccountName /pass:StorageAccountKey`
132132

133-
For Azure Government Cloud, simply change the servername to:
133+
For Azure Government Cloud, change the servername to:
134134

135135
`\\storageaccountname.file.core.usgovcloudapi.net\myfileshare`
136136

@@ -148,19 +148,19 @@ Select **Previous Versions** to see the list of share snapshots for this directo
148148

149149
![Previous Versions tab](./media/storage-how-to-use-files-windows/snapshot-windows-list.png)
150150

151-
You can select **Open** to open a particular snapshot.
151+
You can select **Open** to open a particular snapshot.
152152

153153
![Opened snapshot](./media/storage-how-to-use-files-windows/snapshot-browse-windows.png)
154154

155155
#### Restore from a previous version
156156

157157
Select **Restore** to copy the contents of the entire directory recursively at the share snapshot creation time to the original location.
158158

159-
![Restore button in warning message](./media/storage-how-to-use-files-windows/snapshot-windows-restore.png)
159+
![Restore button in warning message](./media/storage-how-to-use-files-windows/snapshot-windows-restore.png)
160160

161161
## Enable SMB Multichannel
162162

163-
Support for SMB Multichannel in Azure Files requires ensuring Windows has all the relevant patches applied to be up-to-date. Several older Windows versions, including Windows Server 2016, Windows 10 version 1607, and Windows 10 version 1507, require additional registry keys to be set for all relevant SMB Multichannel fixes to be applied on fully patched installations. If you're running a version of Windows that is newer than these three versions, no additional action is required.
163+
Support for SMB Multichannel in Azure Files requires ensuring Windows has all the relevant patches applied. Several older Windows versions, including Windows Server 2016, Windows 10 version 1607, and Windows 10 version 1507, require additional registry keys to be set for all relevant SMB Multichannel fixes to be applied on fully patched installations. If you're running a version of Windows that's newer than these three versions, no additional action is required.
164164

165165
### Windows Server 2016 and Windows 10 version 1607
166166

@@ -189,6 +189,7 @@ Set-ItemProperty `
189189
## Next steps
190190

191191
See these links for more information about Azure Files:
192+
192193
- [Planning for an Azure Files deployment](storage-files-planning.md)
193194
- [FAQ](storage-files-faq.md)
194195
- [Troubleshoot Azure Files](/troubleshoot/azure/azure-storage/files-troubleshoot?toc=/azure/storage/files/toc.json)

0 commit comments

Comments
 (0)