You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/storage-how-to-use-files-windows.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn to use Azure file shares with Windows and Windows Server. Use
4
4
author: khdownie
5
5
ms.service: azure-file-storage
6
6
ms.topic: how-to
7
-
ms.date: 01/05/2024
7
+
ms.date: 01/16/2024
8
8
ms.author: kendownie
9
9
ms.custom: ai-video-demo
10
10
ai-usage: ai-assisted
@@ -54,8 +54,8 @@ In order to use an Azure file share via the public endpoint outside of the Azure
54
54
55
55
<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.
56
56
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.
59
59
60
60
## Prerequisites
61
61
@@ -71,7 +71,7 @@ A common pattern for lifting and shifting line-of-business (LOB) applications th
71
71
72
72
### Mount the Azure file share
73
73
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.
75
75
76
76
To get this script:
77
77
@@ -97,7 +97,7 @@ You have now mounted your Azure file share.
97
97
98
98
### Mount the Azure file share with File Explorer
99
99
100
-
> [!Note]
100
+
> [!NOTE]
101
101
> Note that the following instructions are shown on Windows 10 and may differ slightly on older releases.
102
102
103
103
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.
122
122
123
123
### Access an Azure file share via its UNC path
124
124
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:
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:
Select **Restore** to copy the contents of the entire directory recursively at the share snapshot creation time to the original location.
158
158
159
-

159
+

160
160
161
161
## Enable SMB Multichannel
162
162
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.
164
164
165
165
### Windows Server 2016 and Windows 10 version 1607
166
166
@@ -189,6 +189,7 @@ Set-ItemProperty `
189
189
## Next steps
190
190
191
191
See these links for more information about Azure Files:
192
+
192
193
-[Planning for an Azure Files deployment](storage-files-planning.md)
0 commit comments