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/synapse-analytics/synapse-link/connect-synapse-link-sql-server-2022-vnet.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: yexu
5
5
ms.service: synapse-analytics
6
6
ms.topic: how-to
7
7
ms.subservice: synapse-link
8
-
ms.date: 11/16/2022
8
+
ms.date: 03/15/2023
9
9
ms.author: yexu
10
10
ms.reviewer: sngun, wiassaf
11
11
---
@@ -22,10 +22,6 @@ In this section, you create an Azure Synapse workspace with a managed virtual ne
22
22
23
23
1. Sign in to the [Azure portal](https://portal.azure.com).
24
24
25
-
1. Go to your Azure Synapse workspace, select **Networking**, and then select the **Allow Azure Synapse Link for Azure SQL Database to bypass firewall rules** checkbox.
26
-
27
-
:::image type="content" source="../media/connect-synapse-link-sql-database/enable-bypass-firewall-rules.png" alt-text="Screenshot that shows how to enable bypassing firewall rules.":::
28
-
29
25
1. Open Synapse Studio, go to **Manage**, select **Integration runtimes**, and then select **AutoResolvingIntegrationRuntime**.
30
26
31
27
1. In the pop-up window, select the **Virtual network** tab, and then enable **Interactive authoring**.
@@ -51,10 +47,6 @@ In this section, you create an Azure Synapse workspace with managed virtual netw
51
47
52
48
1. Sign in to the [Azure portal](https://portal.azure.com).
53
49
54
-
1. Go to your Azure Synapse workspace, select **Networking**, and then select the **Allow Azure Synapse Link for Azure SQL Database to bypass firewall rules** checkbox.
55
-
56
-
:::image type="content" source="../media/connect-synapse-link-sql-database/enable-bypass-firewall-rules.png" alt-text="Screenshot that shows how to enable bypassing firewall rules.":::
57
-
58
50
1. Open Synapse Studio, go to **Manage**, select **Integration runtimes**, and then select **AutoResolvingIntegrationRuntime**.
59
51
60
52
1. In the pop-up window, select the **Virtual network** tab, and then enable **Interactive authoring**.
@@ -86,7 +78,27 @@ In this section, you create an Azure Synapse workspace with managed virtual netw
86
78
d. Complete the creation of the linked service for Azure Data Lake Storage Gen2 storage.
87
79
88
80
:::image type="content" source="../media/connect-synapse-link-sql-database/new-sql-server-linked-service-pe4.png" alt-text="Screenshot of new sql db linked service pe4.":::
81
+
82
+
1. Create a blob type managed private endpoint to landing zone.
83
+
84
+
a. Navigate to **Managed private endpoints** page, and then select **+New**.
85
+
86
+
:::image type="content" source="../media/connect-synapse-link-sql-database/managed-private-endpoints.png" alt-text="Screenshot of managed private endpoints pane.":::
87
+
88
+
b. Enter **blob** in the search box on **New managed private endpoint** pane, and then select **Azure Blob Storage**.
89
+
90
+
:::image type="content" source="../media/connect-synapse-link-sql-database/blob-managed-private-endpoint.png" alt-text="Screenshot of Azure blob storage.":::
91
+
92
+
c. Complete the managed private endpoint creation for Azure Blob Storage.
89
93
94
+
:::image type="content" source="../media/connect-synapse-link-sql-database/create-managed-private-endpoint.png" alt-text="Screenshot of new managed private endpoint.":::
95
+
96
+
d. After creating an Azure Blob Storage private endpoint, go to your Azure Data Lake Storage Gen2 networking page and approve it.
97
+
98
+
:::image type="content" source="../media/connect-synapse-link-sql-database/create-blob-private-endpoint.png" alt-text="Screenshot of create blob private endpoint.":::
99
+
100
+
In case your SQL Server 2022 instance is installed on a virtual machine (VM) and your Azure Storage account is disabled from public network access, you can create a private endpoint of storage sub resource type **blob** to ensure secure communications between your VM, SQL Server and Azure Storage. For more information, refer to [Tutorial: Connect to a storage account using an Azure Private Endpoint](/azure/private-link/tutorial-private-endpoint-storage-portal).
101
+
90
102
1. Now you can create a link connection from the **Integrate** pane to replicate data from your SQL Server 2022 instance to an Azure Synapse SQL pool.
91
103
92
104
:::image type="content" source="../media/connect-synapse-link-sql-database/create-link.png" alt-text="Screenshot that shows how to create a link.":::
0 commit comments