Skip to content

Commit 2a63aca

Browse files
committed
Freshness and format updates
1 parent 7492a0f commit 2a63aca

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

articles/synapse-analytics/security/synapse-workspace-managed-private-endpoints.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@ title: Managed private endpoints
33
description: An article that explains Managed private endpoints in Azure Synapse Analytics
44
author: ashinMSFT
55
ms.service: azure-synapse-analytics
6-
ms.topic: overview
6+
ms.topic: concept-article
77
ms.subservice: security
8-
ms.date: 01/12/2020
8+
ms.date: 11/15/2024
99
ms.author: seshin
1010
ms.reviewer: whhender
1111
---
1212

13-
# Synapse Managed private endpoints
14-
15-
This article will explain Managed private endpoints in Azure Synapse Analytics.
16-
17-
## Managed private endpoints
13+
# Azure Synapse Analytics managed private endpoints
1814

1915
Managed private endpoints are private endpoints created in a Managed Virtual Network associated with your Azure Synapse workspace. Managed private endpoints establish a private link to Azure resources. Azure Synapse manages these private endpoints on your behalf. You can create Managed private endpoints from your Azure Synapse workspace to access Azure services (such as Azure Storage or Azure Cosmos DB) and Azure hosted customer/partner services.
2016

@@ -28,14 +24,13 @@ Learn more about [private links and private endpoints](../../private-link/index.
2824
>[!NOTE]
2925
>When creating an Azure Synapse workspace, you can choose to associate a Managed Virtual Network to it. If you choose to have a Managed Virtual Network associated to your workspace, you can also choose to limit outbound traffic from your workspace to only approved targets. You must create Managed private endpoints to these targets.
3026
31-
3227
A private endpoint connection is created in a "Pending" state when you create a Managed private endpoint in Azure Synapse. An approval workflow is started. The private link resource owner is responsible to approve or reject the connection. If the owner approves the connection, the private link is established. But, if the owner doesn't approve the connection, then the private link won't be established. In either case, the Managed private endpoint will be updated with the status of the connection. Only a Managed private endpoint in an approved state can be used to send traffic to the private link resource that is linked to the Managed private endpoint.
3328

3429
## Managed private endpoints for dedicated SQL pool and serverless SQL pool
3530

36-
Dedicated SQL pool and serverless SQL pool are analytic capabilities in your Azure Synapse workspace. These capabilities use multi-tenant infrastructure that isn't deployed into the [Managed workspace Virtual Network](./synapse-workspace-managed-vnet.md).
31+
Dedicated SQL pool and serverless SQL pool are analytic capabilities in your Azure Synapse workspace. These capabilities use multitenant infrastructure that isn't deployed into the [Managed workspace Virtual Network](./synapse-workspace-managed-vnet.md).
3732

38-
When a workspace is created, Azure Synapse creates two Managed private endpoints in the workspace, one for dedicated SQL pool and one for serverless SQL pool.
33+
When a workspace is created, Azure Synapse creates two Managed private endpoints in the workspace, one for dedicated SQL pool and one for serverless SQL pool.
3934

4035
These two Managed private endpoints are listed in Synapse Studio. Select **Manage** in the left navigation, then select **Managed private endpoints** to see them in the Studio.
4136

@@ -45,7 +40,6 @@ The Managed private endpoint that targets SQL pool is called *synapse-ws-sql--\<
4540

4641
These two Managed private endpoints are automatically created for you when you create your Azure Synapse workspace. You aren't charged for these two Managed private endpoints.
4742

48-
4943
## Supported data sources
5044

5145
Azure Synapse Spark supports over 25 data sources to connect to using managed private endpoints. Users need to specify the resource identifier, which can be found in the **Properties** settings page of their data source in the Azure portal.
@@ -81,6 +75,6 @@ Azure Synapse Spark supports over 25 data sources to connect to using managed pr
8175
| Azure App Services | /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Web/sites/{app-service-name}
8276

8377

84-
## Next steps
78+
## Get started
8579

86-
To learn more, advance to the [Create Managed private endpoints to your data sources](./how-to-create-managed-private-endpoints.md) article.
80+
To learn more, advance to the [create managed private endpoints to your data sources](./how-to-create-managed-private-endpoints.md) article.

0 commit comments

Comments
 (0)