---
title: Synapse Private Link Hub
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Synapse Private Link Hub
---

# Synapse Private Link Hub

An Azure Synapse Private Link Hub is a networking resource that enables private, secure connectivity to Synapse workspaces through Azure Private Link. It acts as a central point for managing private endpoints, ensuring that data traffic stays on the Azure backbone instead of the public internet. This improves security, isolation, and compliance for analytics workloads.

```
azure.synapse_private_link_hub
```

## Fields

| Title                        | ID   | Type       | Data Type                                                                                                                                                                                 | Description |
| ---------------------------- | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                         | core | string     |
| id                           | core | string     | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location                     | core | string     | The geo-location where the resource lives                                                                                                                                                 |
| name                         | core | string     | The name of the resource                                                                                                                                                                  |
| private_endpoint_connections | core | json       | List of private endpoint connections                                                                                                                                                      |
| provisioning_state           | core | string     | PrivateLinkHub provisioning state                                                                                                                                                         |
| resource_group               | core | string     |
| subscription_id              | core | string     |
| subscription_name            | core | string     |
| tags                         | core | hstore_csv |
| type                         | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                 |
