Skip to content

Commit 09b0b73

Browse files
authored
Merge pull request #294248 from cdpark/synapse-refresh-batch6
User Story 362639: Q&M: AI Freshness - Azure Synapse Analytics Articles - batch6
2 parents 7e04bb2 + 362b810 commit 09b0b73

File tree

7 files changed

+165
-121
lines changed

7 files changed

+165
-121
lines changed
2.17 KB
Loading
Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,63 @@
11
---
2-
title: Connect to a Synapse Studio using private links
3-
description: This article will teach you how to connect to your Azure Synapse Studio using private links
2+
title: Connect to Azure Synapse Studio using private links
3+
description: Learn how to connect securely to Azure Synapse Studio from your virtual network using Azure private link hubs.
44
author: WilliamDAssafMSFT
55
ms.service: azure-synapse-analytics
6-
ms.topic: conceptual
6+
ms.topic: concept-article
77
ms.subservice: security
8-
ms.date: 12/01/2020
8+
ms.date: 02/06/2025
99
ms.author: wiassaf
1010
ms.reviewer: whhender
1111
---
1212

13-
# Connect to Azure Synapse Studio using Azure Private Link Hubs
13+
# Connect to Azure Synapse Studio using Azure private link hubs
1414

15-
This article explains how Azure Synapse Analytics Private Link Hubs private links are used to securely connect to Synapse Studio.
15+
This article explains how you can securely connect to Azure Synapse Studio from your Azure virtual network using private links. Azure Synapse Analytics private link hubs are Azure resources that act as connectors between your secured network and the Synapse Studio web experience.
1616

17-
## Azure Private Link Hubs
18-
You can securely connect to Azure Synapse Studio from your Azure virtual network using private links. Azure Synapse Analytics private link hubs are Azure resources which act as connectors between your secured network and the Synapse Studio web experience.
17+
There are two steps for connecting to Synapse Studio using private links:
1918

20-
There are two steps to connect to Synapse Studio using private links. First, you must create a private link hubs resource. Second, you must create a private endpoint from your Azure virtual network to this private link hub. You can then use private endpoints to securely communicate with Synapse Studio. You must integrate the private endpoints with your DNS solution, either your on-premises solution or Azure Private DNS.
19+
1. Create an Azure private link hubs resource.
20+
1. Create a private endpoint from your Azure virtual network to this private link hub.
2121

22-
## Azure Private Link Hubs and Azure Synapse Studio
23-
You can use a single Azure Synapse private link hub resource to privately connect to all your Azure Synapse Analytics workspaces using Azure Synapse Studio. The workspaces do not have to be in the same region as the Azure Synapse Private link hub. The Azure Synapse Private link hub resource can also be used for connections to Synapse workspaces in different subscriptions or Microsoft Entra tenants.
22+
You can then use private endpoints to securely communicate with Synapse Studio. You must integrate the private endpoints with your DNS solution, either your on-premises solution or Azure Private DNS.
2423

25-
You can create your private link hub by searching for *Synapse private link hubs* in the Azure portal and selecting **Azure Synapse Analytics (private link hubs)** from Services. Follow the steps in the guide for how to [connect to workspace resources from a restricted network](./how-to-connect-to-workspace-from-restricted-network.md) for details. Certain URLs must be accessible from the client browser after enabling Azure Synapse private link hub. For more information, see [Connect to workspace resources from a restricted network](how-to-connect-to-workspace-from-restricted-network.md).
24+
## Create an Azure private link hubs resource
2625

26+
You can use a single Azure Synapse private link hub resource to privately connect to all your Azure Synapse Analytics workspaces using Azure Synapse Studio. The workspaces don't have to be in the same region as the Azure Synapse private link hub. The Azure Synapse private link hub resource can also be used for connections to Synapse workspaces in different subscriptions or Microsoft Entra tenants.
2727

28+
Follow these steps to create an Azure private link hub:
2829

29-
>[!NOTE]
30-
>Private link hubs are intended for securely loading the static content Synapse Studio over private links. You must create **separate, private endpoints** to the resources you wish to connect to within the workspace, such as provisioned/dedicated SQL pools, or Spark pools.
30+
1. Sign in to the Azure portal and enter *Synapse private link hubs* in the search field.
31+
32+
1. Select **Azure Synapse Analytics (private link hubs)** from the results under **Services**.
3133

32-
## Azure Private Link Hubs and Azure Virtual Network
33-
You must connect your Azure virtual network to the Synapse private link hub resource to secure the end-to-end connection to Synapse Studio. For this, you must create a private endpoint from your virtual network to the private link hub you created. You can use the Azure portal for your private link hub and go to the Private endpoint section. Select "+ Private endpoint" to create a new private endpoint that connects to your private link hub.
34+
For a detailed guide, follow the steps in [Connect to workspace resources from a restricted network](./how-to-connect-to-workspace-from-restricted-network.md). Certain URLs must be accessible from the client browser after enabling Azure Synapse private link hub.
35+
36+
>[!NOTE]
37+
>Private link hubs are intended for securely loading Synapse Studio static content over private links. You must create **separate, private endpoints** to the resources you wish to connect to within the workspace, such as provisioned/dedicated SQL pools, or Spark pools.
3438
35-
:::image type="content" source="./media/synapse-private-link-hubs/synapse-private-links-private-endpoint.png" alt-text="Screenshot that shows the private endpoint connections page.":::
39+
## Create a private endpoint from your Azure virtual network
3640

37-
Make sure to choose the "Microsoft.Synapse/privateLinkHubs" Resource type on the "Resource" tab.
41+
You must connect your Azure virtual network to the Synapse private link hub resource to secure the end-to-end connection to Synapse Studio. For this, you must create a private endpoint from your virtual network to the private link hub you created.
3842

39-
:::image type="content" source="./media/synapse-private-link-hubs/synapse-private-links-resource-type.png" alt-text="Screenshot that shows the 'Create a private endpoint' page with 'Resource type' highlighted.":::
43+
1. In the Azure portal, select your private link hub and go to the private endpoint section.
4044

41-
On "Configuration" tab, select "privatelink.azuresynapse.net" for Private DNS Zones when integrating with your virtual network and private DNS zone.
45+
1. Select **+ Private endpoint** to create a new private endpoint that connects to your private link hub.
4246

43-
:::image type="content" source="./media/synapse-private-link-hubs/synapse-private-links-dns-zones.png" alt-text="Create a private endpoint to private link hub":::
47+
:::image type="content" source="./media/synapse-private-link-hubs/synapse-private-links-private-endpoint.png" alt-text="Screenshot that shows the private endpoint connections page." lightbox="./media/synapse-private-link-hubs/synapse-private-links-private-endpoint.png":::
4448

45-
## Next steps
49+
1. Choose the *Microsoft.Synapse/privateLinkHubs* resource type on the **Resource** tab.
4650

47-
[Connect to workspace resources from a restricted network](./how-to-connect-to-workspace-from-restricted-network.md)
51+
:::image type="content" source="./media/synapse-private-link-hubs/synapse-private-links-resource-type.png" alt-text="Screenshot that shows the 'Create a private endpoint' page with 'Resource type' highlighted." lightbox="./media/synapse-private-link-hubs/synapse-private-links-resource-type.png":::
4852

49-
Learn more about [Managed workspace Virtual Network](./synapse-workspace-managed-vnet.md)
53+
1. On the **Configuration** tab, select *privatelink.azuresynapse.net* for **Private DNS zones** when integrating with your virtual network and private DNS zone.
5054

51-
Learn more about [Managed private endpoints](./synapse-workspace-managed-private-endpoints.md)
55+
:::image type="content" source="./media/synapse-private-link-hubs/synapse-private-links-dns-zones.png" alt-text="Screenshot that shows the page to create a private endpoint to private link hub." lightbox="./media/synapse-private-link-hubs/synapse-private-links-dns-zones.png":::
5256

53-
[Create Managed private endpoints to your data sources](./how-to-create-managed-private-endpoints.md)
57+
## Related content
5458

55-
[Connect to Synapse workspace using private endpoints](./how-to-connect-to-workspace-with-private-links.md)
59+
- [Connect to workspace resources from a restricted network](./how-to-connect-to-workspace-from-restricted-network.md)
60+
- [Azure Synapse Analytics Managed Virtual Network](./synapse-workspace-managed-vnet.md)
61+
- [Azure Synapse Analytics managed private endpoints](./synapse-workspace-managed-private-endpoints.md)
62+
- [Create a Managed private endpoint to your data source](./how-to-create-managed-private-endpoints.md)
63+
- [Connect to your Azure Synapse workspace using private links](./how-to-connect-to-workspace-with-private-links.md)

0 commit comments

Comments
 (0)