Skip to content

Commit 8dd69aa

Browse files
committed
Freshness and formatting
1 parent afd70fc commit 8dd69aa

File tree

1 file changed

+40
-29
lines changed

1 file changed

+40
-29
lines changed
Lines changed: 40 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,80 @@
11
---
22
title: Connect to a Synapse workspace using private links
3-
description: This article will teach you how to connect to your Azure Synapse workspace using private links
3+
description: This article teaches you how to connect to your Azure Synapse workspace using private links
44
author: Danzhang-msft
55
ms.service: azure-synapse-analytics
66
ms.topic: how-to
77
ms.subservice: security
8-
ms.date: 01/20/2022
8+
ms.date: 012/20/2024
99
ms.author: danzhang
1010
ms.reviewer: whhender
1111
---
1212

1313
# Connect to your Azure Synapse workspace using private links
1414

15-
This article will teach you how to create a private endpoint to your Azure Synapse workspace. See [private links and private endpoints](../../private-link/index.yml) to learn more.
15+
This article teaches you how to create a private endpoint to your Azure Synapse workspace. See [private links and private endpoints](../../private-link/index.yml) to learn more.
1616

1717
## Step 1: Register Network resource provider
1818

19-
If you haven't already done so, register the Network resource provider in the subscription hosting the Azure Synapse Workspace. Registering a resource provider configures your subscription to work with the resource provider. Choose *Microsoft.Network* from the list of resource providers when you [register](../../azure-resource-manager/management/resource-providers-and-types.md).
19+
If you haven't already done so, register the **Network** resource provider in the subscription hosting the Azure Synapse Workspace. Registering a resource provider configures your subscription to work with the resource provider.
2020

21-
If you are creating a private endpoint in a different subscription than the subscription hosting the Azure Synapse Workspace, register *Microsoft.Synapse* in the subscription hosting the private endpoint. This is required when trying to approve or delete the private endpoint connection.
21+
1. In the Azure portal, select your subscription.
22+
1. Under **Settings**, select **Resource providers**.
23+
1. Choose *Microsoft.Network* from the list of resource providers and [register](../../azure-resource-manager/management/resource-providers-and-types.md).
24+
25+
If you're creating a private endpoint in a different subscription than the subscription hosting the Azure Synapse Workspace, register *Microsoft.Synapse* in the subscription hosting the private endpoint. This is required when trying to approve or delete the private endpoint connection.
2226

2327
If the required resource provider is already registered, then proceed to Step 2.
2428

2529
## Step 2: Open your Azure Synapse workspace in Azure portal
2630

27-
Select **Private endpoint connection** under **Security**.
28-
![Open Azure Synapse workspace in Azure portal](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-1.png)
31+
1. In the Azure portal, on your workspace page, select the **Private endpoint connections** page under **Security**.
32+
33+
![Open Azure Synapse workspace in Azure portal](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-1.png)
2934

30-
On the next screen select **+ Private endpoint**.
35+
1. Select **+ Private endpoint**.
3136

32-
![Open Private endpoint in Azure portal](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-1a.png)
37+
![Open Private endpoint in Azure portal](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-1a.png)
3338

3439
## Step 3: Select your subscription and region details
3540

36-
Under the **Basics** tab in the **Create a private endpoint** window, choose your **Subscription** and **Resource Group**. Give a **Name** to the private endpoint that you want to create. Select the **Region** where you want the private endpoint created.
41+
1. Under the **Basics** tab in the **Create a private endpoint** window, choose your **Subscription** and **Resource Group**.
42+
1. Give a **Name** to the private endpoint that you want to create.
43+
1. Select the **Region** where you want the private endpoint created.
44+
45+
1. Private endpoints are created in a subnet. The subscription, resource group, and region selected filter the private endpoint subnets. \
46+
1. Select **Next: Resource >**.
47+
48+
![Select subscription and region details 1](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-2.png)
3749

38-
Private endpoints are created in a subnet. The subscription, resource group, and region selected filter the private endpoint subnets. Select **Next: Resource >** when done.
39-
![Select subscription and region details 1](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-2.png)
50+
1. Select **Connect to an Azure resource in my directory** in the **Resource** tab.
51+
1. Select the **Subscription** that contains your Azure Synapse workspace.
52+
1. The **Resource type** for creating private endpoints to an Azure Synapse workspace is *Microsoft.Synapse/workspaces*.
4053

41-
## Step 4: Select your Azure Synapse workspace details
54+
1. Select your Azure Synapse workspace as the **Resource**. Every Azure Synapse workspace has three **Target sub-resource** that you can create a private endpoint to: Sql, SqlOnDemand, and Dev.
4255

43-
Select **Connect to an Azure resource in my directory** in the **Resource** tab. Select the **Subscription** that contains your Azure Synapse workspace. The **Resource type** for creating private endpoints to an Azure Synapse workspace is *Microsoft.Synapse/workspaces*.
56+
- Sql is for SQL query execution in dedicated SQL pools.
57+
- SqlOnDemand is SQL query execution in the built-in serverless SQL pool.
58+
- Dev is for accessing everything else inside Azure Synapse Analytics Studio workspaces.
4459

45-
Select your Azure Synapse workspace as the **Resource**. Every Azure Synapse workspace has three **Target sub-resource** that you can create a private endpoint to: Sql, SqlOnDemand, and Dev.
46-
- Sql is for SQL query execution in dedicated SQL pools.
47-
- SqlOnDemand is SQL query execution in the built-in serverless SQL pool.
48-
- Dev is for accessing everything else inside Azure Synapse Analytics Studio workspaces.
60+
. Select **Next: Configuration>** to advance to the next part of the setup.
4961

50-
Select **Next: Configuration>** to advance to the next part of the setup.
51-
![Select subscription and region details 2](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-3.png)
62+
![Select subscription and region details 2](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-3.png)
5263

53-
In the **Configuration** tab, select the **Virtual network** and the **Subnet** in which the private endpoint should be created. You also need to create a DNS record that maps to the private endpoint.
64+
1. In the **Configuration** tab, select the **Virtual network** and the **Subnet** in which the private endpoint should be created. You also need to create a DNS record that maps to the private endpoint.
5465

55-
Select **Yes** for **Integrate with private DNS zone** to integrate your private endpoint with a private DNS zone. If you don't have a private DNS zone associated with your Microsoft Azure Virtual Network, then a new private DNS zone is created. Select **Review + create** when done.
66+
1. Select **Yes** for **Integrate with private DNS zone** to integrate your private endpoint with a private DNS zone. If you don't have a private DNS zone associated with your Microsoft Azure Virtual Network, then a new private DNS zone is created. Select **Review + create** when done.
5667

57-
![Select subscription and region details 3](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-4.png)
68+
![Select subscription and region details 3](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-4.png)
5869

59-
When the deployment is complete, open your Azure Synapse workspace in Azure portal and select **Private endpoint connections**. The new private endpoint and private endpoint connection name associated to the private endpoint are shown.
70+
1. When the deployment is complete, open your Azure Synapse workspace in Azure portal and select **Private endpoint connections**. The new private endpoint and private endpoint connection name associated to the private endpoint are shown.
6071

61-
![Select subscription and region details 4](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-5.png)
72+
![Select subscription and region details 4](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-5.png)
6273

63-
## Next steps
74+
## Related content
6475

65-
Learn more about [Managed workspace Virtual Network](./synapse-workspace-managed-vnet.md)
76+
Learn more about [managed workspace virtual networks](./synapse-workspace-managed-vnet.md)
6677

67-
Learn more about [Managed private endpoints](./synapse-workspace-managed-private-endpoints.md)
78+
Learn more about [managed private endpoints](./synapse-workspace-managed-private-endpoints.md)
6879

69-
[Create Managed private endpoints to your data sources](./how-to-create-managed-private-endpoints.md)
80+
[Create managed private endpoints for your data sources](./how-to-create-managed-private-endpoints.md)

0 commit comments

Comments
 (0)