Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 795a971

Browse files
committedMay 4, 2021
Updated references to domain-and-outbound-port-requirements.md.
1 parent 92c1cd8 commit 795a971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎articles/data-factory/data-movement-security-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ In an enterprise, a corporate firewall runs on the central router of the organiz
170170

171171
The following table provides outbound port and domain requirements for corporate firewalls:
172172

173-
[!INCLUDE [domain-and-outbound-port-requirements](../../includes/domain-and-outbound-port-requirements.md)]
173+
[!INCLUDE [domain-and-outbound-port-requirements](includes/domain-and-outbound-port-requirements.md)]
174174

175175
> [!NOTE]
176176
> You might have to manage ports or set up allow list for domains at the corporate firewall level as required by the respective data sources. This table only uses Azure SQL Database, Azure Synapse Analytics, and Azure Data Lake Store as examples.

‎includes/domain-and-outbound-port-requirements.md renamed to ‎articles/data-factory/includes/domain-and-outbound-port-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ ms.author: abnarain
1313
| `*.servicebus.windows.net` | 443 | Required by the self-hosted integration runtime for interactive authoring. |
1414
| `{datafactory}.{region}.datafactory.azure.net`<br> or `*.frontend.clouddatahub.net` | 443 | Required by the self-hosted integration runtime to connect to the Data Factory service. <br>For new created Data Factory, please find the FQDN from your Self-hosted Integration Runtime key which is in format {datafactory}.{region}.datafactory.azure.net. For old Data factory, if you don't see the FQDN in your Self-hosted Integration key, please use *.frontend.clouddatahub.net instead. |
1515
| `download.microsoft.com` | 443 | Required by the self-hosted integration runtime for downloading the updates. If you have disabled auto-update, you can skip configuring this domain. |
16-
| `*.core.windows.net` | 443 | Used by the self-hosted integration runtime to connect to the Azure storage account when you use the [staged copy](../articles/data-factory/copy-activity-performance.md#staged-copy) feature. |
16+
| `*.core.windows.net` | 443 | Used by the self-hosted integration runtime to connect to the Azure storage account when you use the [staged copy](../copy-activity-performance.md#staged-copy) feature. |
1717
| `*.database.windows.net` | 1433 | Required only when you copy from or to Azure SQL Database or Azure Synapse Analytics and optional otherwise. Use the staged-copy feature to copy data to SQL Database or Azure Synapse Analytics without opening port 1433. |
1818
| `*.azuredatalakestore.net`<br>`login.microsoftonline.com/<tenant>/oauth2/token` | 443 | Required only when you copy from or to Azure Data Lake Store and optional otherwise. |

0 commit comments

Comments
 (0)
Please sign in to comment.