Skip to content

Commit 58bfd1b

Browse files
authored
table of content
1 parent c4ae49c commit 58bfd1b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

0_Azure/2_AzureAnalytics/0_Fabric/demos/38_Multi-GeoTenantCapacity.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Last updated: 2025-03-21
2828
<details>
2929
<summary><b>Table of Content </b> (Click to expand)</summary>
3030

31+
- [Fabric Object Residency](#fabric-object-residency)
32+
- [Private Connectivity Residency](#private-connectivity-residency)
33+
- [Private Endpoints PE](#private-endpoints-pe)
34+
- [Private Link PL](#private-link-pl)
35+
- [Managed Private Endpoints MPE](#managed-private-endpoints-mpe)
36+
3137
</details>
3238

3339
https://github.com/user-attachments/assets/16fd8e90-22cc-48d3-8dce-e79e4ee9789b
@@ -52,7 +58,7 @@ https://github.com/user-attachments/assets/16fd8e90-22cc-48d3-8dce-e79e4ee9789b
5258
| **Private Link (PL)** | Tenant | Applies **globally across the tenant**. Controls access to all capacities regardless of region. | Enforce secure-by-default access across all Fabric services. | Not all services support Private Link. Requires tenant-level configuration and DNS setup. |
5359
| **Managed Private Endpoints (MPE)** | Workspace (Capacity) | Region is determined by the **capacity backing the workspace**. Data access is region-bound. | Secure access to external data sources (e.g., Azure SQL, Storage) from within a workspace. | Workspace migration across regions is not supported. Must be recreated in the target region. |
5460

55-
## Private Endpoints (PE)
61+
### Private Endpoints (PE)
5662

5763
> **Private Endpoints** are configured at the **capacity level**. They provide a secure, private IP-based connection to Fabric services, ensuring that traffic between your network and Fabric remains isolated from the public internet. Each private endpoint is tied to a specific Fabric capacity and is region-specific.
5864
@@ -82,7 +88,7 @@ https://github.com/user-attachments/assets/16fd8e90-22cc-48d3-8dce-e79e4ee9789b
8288

8389
</details>
8490

85-
## Private Link (PL)
91+
### Private Link (PL)
8692

8793
> **Private Link** is a **tenant-wide setting** that enforces secure, private access to Microsoft Fabric services across all capacities and regions. Once enabled, it ensures that all traffic to Fabric endpoints is routed through Azure’s private backbone network, bypassing the public internet.
8894
@@ -112,7 +118,7 @@ https://github.com/user-attachments/assets/16fd8e90-22cc-48d3-8dce-e79e4ee9789b
112118

113119
</details>
114120

115-
## Managed Private Endpoints (MPE)
121+
### Managed Private Endpoints (MPE)
116122

117123
> **Managed Private Endpoints** are configured at the **workspace level**. They allow Fabric workspaces to securely connect to **external Azure resources** (e.g., Azure SQL, Azure Data Lake Storage) over a private network. These endpoints are created and managed within Fabric and are **not visible in the Azure portal**.
118124

0 commit comments

Comments
 (0)