Skip to content

Commit 17c72e8

Browse files
committed
Update for Synapse link for SQL
1 parent ecc4e0c commit 17c72e8

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed
38 KB
Loading
45.6 KB
Loading
107 KB
Loading
224 KB
Loading

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

Lines changed: 21 additions & 3 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
---
@@ -51,8 +51,6 @@ In this section, you create an Azure Synapse workspace with managed virtual netw
5151

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

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-
5654
:::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.":::
5755

5856
1. Open Synapse Studio, go to **Manage**, select **Integration runtimes**, and then select **AutoResolvingIntegrationRuntime**.
@@ -86,7 +84,27 @@ In this section, you create an Azure Synapse workspace with managed virtual netw
8684
d. Complete the creation of the linked service for Azure Data Lake Storage Gen2 storage.
8785

8886
:::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.":::
87+
88+
1. Create a blob type managed private endpoint to landing zone.
89+
90+
a. Navigate to **Managed private endpoints** page, and then select **+New**.
91+
92+
:::image type="content" source="../media/connect-synapse-link-sql-database/managed-private-endpoints.png" alt-text="Screenshot of managed private endpoints pane.":::
93+
94+
b. Enter **blob** in the search box on **New managed private endpoint** pane, and then select **Azure Blob Storage**.
95+
96+
:::image type="content" source="../media/connect-synapse-link-sql-database/blob-managed-private-endpoint.png" alt-text="Screenshot of azure blob storage.":::
97+
98+
c. Complete the **managed private endpoint** creation in the linked service for **Azure Blob Storage**.
8999

100+
:::image type="content" source="../media/connect-synapse-link-sql-database/create-managed-private-endpoint.png" alt-text="Screenshot of new managed private endpoint.":::
101+
102+
d. After creating an **Azure Blob Storage** private endpoint, go to your storage account networking page and approve it.
103+
104+
:::image type="content" source="../media/connect-synapse-link-sql-database/create-blob-private-endpoint.png" alt-text="Screenshot of create blob private endpoint.":::
105+
106+
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. Tutorial: Connect to a storage account using an Azure Private Endpoint - Azure Private Link | Microsoft Learn”
107+
90108
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.
91109

92110
:::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)