Skip to content

Commit 97aa3f7

Browse files
authored
Merge pull request #230788 from jess-hu-340/0315-update-synapse-link
[Doc Update] Update for Synapse link for SQL
2 parents c207bcd + 1ff90d8 commit 97aa3f7

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed
38 KB
Loading
45.8 KB
Loading
107 KB
Loading
171 KB
Loading

articles/synapse-analytics/synapse-link/connect-synapse-link-sql-server-2022-vnet.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: yexu
55
ms.service: synapse-analytics
66
ms.topic: how-to
77
ms.subservice: synapse-link
8-
ms.date: 11/16/2022
8+
ms.date: 03/15/2023
99
ms.author: yexu
1010
ms.reviewer: sngun, wiassaf
1111
---
@@ -22,10 +22,6 @@ In this section, you create an Azure Synapse workspace with a managed virtual ne
2222

2323
1. Sign in to the [Azure portal](https://portal.azure.com).
2424

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-
2925
1. Open Synapse Studio, go to **Manage**, select **Integration runtimes**, and then select **AutoResolvingIntegrationRuntime**.
3026

3127
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
5147

5248
1. Sign in to the [Azure portal](https://portal.azure.com).
5349

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-
5850
1. Open Synapse Studio, go to **Manage**, select **Integration runtimes**, and then select **AutoResolvingIntegrationRuntime**.
5951

6052
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
8678
d. Complete the creation of the linked service for Azure Data Lake Storage Gen2 storage.
8779

8880
:::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.
8993

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+
90102
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.
91103

92104
:::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

Comments
 (0)