Skip to content

Commit 0b312a5

Browse files
authored
note
1 parent 83e7bfc commit 0b312a5

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

0_Azure/2_AzureAnalytics/0_Fabric/demos/24_FabricTenantMigration.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Last updated: 2025-04-30
1111
----------
1212

1313
> [!NOTE]
14-
> The examples below use regions `like Central US and East US, and capacities like P1 and F64 as example`. However, `the same logic can be applied to other region combinations`, essentially when dealing with `different regions`.
14+
> The examples below use regions `like Central US` \& `East US` and `West US` \& `West US 2`, and capacities like P1 and F64 as example. However, `the same logic can be applied to other region combinations`, essentially when dealing with `different regions`.
1515
1616
> [!IMPORTANT]
1717
> Please read [Move between regions](https://learn.microsoft.com/en-us/power-bi/support/service-admin-region-move#can-i-migrate-or-merge-my-power-bi-tenant-into-a-different-tenant-for-example-because-of-a-company-merger) to understand the process. Also, click here to learn how to [Request a tenant region move](https://learn.microsoft.com/en-us/power-bi/support/service-admin-region-move#request-a-region-move). <br/>
@@ -33,6 +33,7 @@ Last updated: 2025-04-30
3333
<details>
3434
<summary><b>Table of Content </b> (Click to expand)</summary>
3535

36+
- [Why Migrate?](#why-migrate)
3637
- [Overview](#overview)
3738
- [Create F64 Capacity in Central US Same Region as Current P1 and Reassign Workspaces](#create-f64-capacity-in-central-us-same-region-as-current-p1-and-reassign-workspaces)
3839
- [Create F64 Capacity in East US Same Region as Data Sources and Azure Tenant and Reassign Power BI Content Only Workspaces, Manually Migrate Fabric Items](#create-f64-capacity-in-east-us-same-region-as-data-sources-and-azure-tenant-and-reassign-power-bi-content-only-workspaces-manually-migrate-fabric-items)
@@ -42,6 +43,17 @@ Last updated: 2025-04-30
4243

4344
</details>
4445

46+
## Why Migrate?
47+
48+
| **Potential Challenges of a Cross-Region Setup** | **Description** |
49+
|----------------------------------|-----------------|
50+
| **Increased Latency** | Since `West US` and `West US 2` are separate Azure regions, any interaction between the Fabric tenant and its capacity involves `cross-region data movement`. While latency is relatively low, typically `single-digit milliseconds`, there can still be an impact on `high-frequency queries, refreshes, and DirectQuery models`. For dashboards with multiple visuals, `slight delays in load times` may occur, especially under heavy usage scenarios. |
51+
| **Data Residency & Compliance Risks** | Although both regions are within the `United States`, some `industry-specific compliance frameworks` such as `CJIS, HIPAA, FedRAMP` may require workloads to reside within a `single Azure region` for legal or security reasons. If strict `data residency` is necessary, operating a `tenant in West US` and `capacity in West US 2` may introduce `governance complexities` that require additional review. |
52+
| **Complex Troubleshooting** | If a report running on a `West US 2 capacity` is slow or encounters issues, `Microsoft support teams` may need to `coordinate across regions` to diagnose the root cause. `Logs, telemetry, and diagnostics data` may be `split across both regions`, creating challenges in `incident resolution` and `extending troubleshooting timelines`. |
53+
| **Cost Implications** | `Azure charges for data egress` when transferring data between different regions. Though costs are lower for `intra-US transfers` compared to international movement, frequent `query execution, dataset refreshes, and data ingestion` between `West US` and `West US 2` may `gradually increase cloud expenses` over time. Organizations with `high data volume workloads` should carefully `monitor egress costs` to avoid unexpected billing spikes. |
54+
| **Service Availability & Redundancy** | Some `Fabric features`, such as `OneLake shortcuts, real-time event streaming, and failover configurations`, may require `additional setup complexity` in a `cross-region tenant-capacity configuration`. If a `disaster recovery` scenario occurs, failing over a `Fabric service` from `West US` to `West US 2` might require `extra configuration` to ensure that `all metadata, permissions, and workspace structures` remain intact. |
55+
| **Managed Private Endpoints Efficiency** | While `Managed Private Endpoints` enhance security by allowing `private connectivity`, using them across `West US` and `West US 2` requires `explicit network configurations`, needs proper routing. A `single-region setup` eliminates these extra network requirements, making `private endpoints` more efficient. |
56+
4557
## Overview
4658

4759
> Below is a table with several scenarios that provide further details on when it is recommended to migrate your Fabric/Power BI tenant to a different region:

0 commit comments

Comments
 (0)