Skip to content

Commit b470445

Browse files
Merge pull request #228515 from khdownie/kendownie022423
updating link to port 445 blocked
2 parents 58eda85 + 27cfbed commit b470445

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/sap/workloads/businessobjects-deployment-guide-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To use Azure Files as a file store, you must mount it, which means you assign it
160160

161161
**[A]** To mount the Azure file share, follow the steps in [Mount the Azure file share](../../storage/files/storage-how-to-use-files-windows.md#mount-the-azure-file-share).
162162

163-
To mount an Azure file share on a Windows server, the SMB protocol requires TCP port 445 to be open. Connections will fail if port 445 is blocked. [Check if the firewall or ISP is blocking port 445](../../storage/files/files-troubleshoot.md#general-troubleshooting-first-steps).
163+
To mount an Azure file share on a Windows server, the SMB protocol requires TCP port 445 to be open. Connections will fail if port 445 is blocked. You can check if your firewall or ISP is blocking port 445 by using the `Test-NetConnection` cmdlet. See [Port 445 is blocked](../../storage/files/files-troubleshoot-smb-connectivity.md#cause-1-port-445-is-blocked).
164164

165165
## Configure a CMS database: Azure SQL
166166

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-azurepowershell
1313
# Mount SMB Azure file share on Windows
1414
[Azure Files](storage-files-introduction.md) is Microsoft's easy-to-use cloud file system. Azure file shares can be seamlessly used in Windows and Windows Server. This article discusses the considerations for using an Azure file share with Windows and Windows Server.
1515

16-
In order to use an Azure file share via the public endpoint outside of the Azure region it is hosted in, such as on-premises or in a different Azure region, the OS must support SMB 3.x. Older versions of Windows that support only SMB 2.1 cannot mount Azure file shares via the public endpoint.
16+
In order to use an Azure file share via the public endpoint outside of the Azure region it is hosted in, such as on-premises or in a different Azure region, the OS must support SMB 3.x. Older versions of Windows that support only SMB 2.1 can't mount Azure file shares via the public endpoint.
1717

1818
| Windows version | SMB version | Azure Files SMB Multichannel | Maximum SMB channel encryption |
1919
|-|-|-|-|
@@ -38,7 +38,7 @@ In order to use an Azure file share via the public endpoint outside of the Azure
3838
| Windows Server 2008 R2<sup>1</sup> | SMB 2.1 | No | Not supported |
3939
| Windows 7<sup>1</sup> | SMB 2.1 | No | Not supported |
4040

41-
<sup>1</sup>Regular Microsoft support for Windows 7 and Windows Server 2008 R2 has ended. It is 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.
41+
<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.
4242

4343
> [!Note]
4444
> We always recommend taking the most recent KB for your version of Windows.
@@ -51,18 +51,18 @@ In order to use an Azure file share via the public endpoint outside of the Azure
5151
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
5252

5353
## Prerequisites
54-
Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open. Connections will fail if port 445 is blocked. You can check if your firewall or ISP is blocking port 445 by using the `Test-NetConnection` cmdlet. See [Check if your firewall or ISP is blocking port 445](files-troubleshoot.md). To learn about ways to work around a blocked 445 port, see [Port 445 is blocked](files-troubleshoot-smb-connectivity.md#cause-1-port-445-is-blocked).
54+
Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open. Connections will fail if port 445 is blocked. You can check if your firewall or ISP is blocking port 445 by using the `Test-NetConnection` cmdlet. See [Port 445 is blocked](files-troubleshoot-smb-connectivity.md#cause-1-port-445-is-blocked).
5555

5656
## Using an Azure file share with Windows
5757
To use an Azure file share with Windows, you must either mount it, which means assigning it a drive letter or mount point path, or [access it via its UNC path](#access-an-azure-file-share-via-its-unc-path).
5858

59-
This article uses the storage account key to access the file share. A storage account key is an administrator key for a storage account, including administrator permissions to all files and folders within the file share you're accessing, and for all file shares and other storage resources (blobs, queues, tables, etc.) contained within your storage account. If this is not sufficient for your workload, [Azure File Sync](../file-sync/file-sync-planning.md) may be used, or you may use [identity-based authentication over SMB](storage-files-active-directory-overview.md).
59+
This article uses the storage account key to access the file share. A storage account key is an administrator key for a storage account, including administrator permissions to all files and folders within the file share you're accessing, and for all file shares and other storage resources (blobs, queues, tables, etc.) contained within your storage account. If this isn't sufficient for your workload, you can use [Azure File Sync](../file-sync/file-sync-planning.md) or [identity-based authentication over SMB](storage-files-active-directory-overview.md).
6060

6161
A common pattern for lifting and shifting line-of-business (LOB) applications that expect an SMB file share to Azure is to use an Azure file share as an alternative for running a dedicated Windows file server in an Azure VM. One important consideration for successfully migrating an LOB application to use an Azure file share is that many applications run under the context of a dedicated service account with limited system permissions rather than the VM's administrative account. Therefore, you must ensure that you mount/save the credentials for the Azure file share from the context of the service account rather than your administrative account.
6262

6363
### Mount the Azure file share
6464

65-
The Azure portal provides you with a script that you can use to mount your file share directly to a host. We recommend using this provided script.
65+
The Azure portal provides a script that you can use to mount your file share directly to a host. We recommend using this provided script.
6666

6767
To get this script:
6868

@@ -143,7 +143,7 @@ Select **Restore** to copy the contents of the entire directory recursively at t
143143
![Restore button in warning message](./media/storage-how-to-use-files-windows/snapshot-windows-restore.png)
144144

145145
## Enable SMB Multichannel
146-
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 are running a version of Windows that is newer than these three versions, no additional action is required.
146+
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.
147147

148148
### Windows Server 2016 and Windows 10 version 1607
149149
To enable all SMB Multichannel fixes for Windows Server 2016 and Windows 10 version 1607, run the following PowerShell command:

0 commit comments

Comments
 (0)