Skip to content

Commit fb52587

Browse files
authored
Merge pull request #104 from MicrosoftCloudEssentials-LearningHub/FabricRegionConsiderations
+ Overview Fabric Region Considerations
2 parents be9cebb + 0e15a42 commit fb52587

File tree

1 file changed

+130
-0
lines changed

1 file changed

+130
-0
lines changed
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
# Fabric region availability - Overview \& Considerations
2+
3+
Costa Rica
4+
5+
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com)
6+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
7+
[brown9804](https://github.com/brown9804)
8+
9+
Last updated: 2025-04-30
10+
11+
----------
12+
13+
> [!IMPORTANT]
14+
> Please check: <br/>
15+
> - [Fabric region availability](https://learn.microsoft.com/en-us/fabric/admin/region-availability) for any updates. <br/>
16+
> - [Microsoft Fabric features by SKU](https://learn.microsoft.com/en-us/fabric/enterprise/fabric-features).
17+
18+
19+
<details>
20+
<summary><b>List of References </b> (Click to expand)</summary>
21+
22+
- [Fabric region availability](https://learn.microsoft.com/en-us/fabric/admin/region-availability)
23+
- [Limitations in Microsoft Fabric mirrored databases from Azure SQL Managed Instance (Preview)](https://learn.microsoft.com/en-us/fabric/database/mirrored-database/azure-sql-managed-instance-limitations)
24+
25+
</details>
26+
27+
<details>
28+
<summary><b>Table of Content </b> (Click to expand)</summary>
29+
30+
- [West Regions](#west-regions)
31+
- [Copilot Workload](#copilot-workload)
32+
- [Pricing consideration](#pricing-consideration)
33+
- [Azure Pricing Calculator](#azure-pricing-calculator)
34+
35+
36+
</details>
37+
38+
## West Regions
39+
40+
> As today:
41+
42+
| **Region** | **Available Copilot Workloads** | **Unavailable Features** | **Notes ** |
43+
|--------------|-----------------------------------------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
44+
| **West US** | - Dataflows<br>- Exploration<br>- Synapse Notebook | - Mirroring for Azure SQL Managed Instance<br>- User Data Functions | Copilot workloads are fully available, but backend features like SQL mirroring and User Data Functions are not supported. |
45+
| **West US 2**| - Dataflows<br>- Exploration<br>- Synapse Notebook | - Mirroring for Azure SQL Managed Instance<br>- User Data Functions<br>- Retail Solutions<br>- Dataflow Gen2 with CI/CD | Copilot workloads are available, but this region lacks support for several enterprise and preview features, including SQL mirroring and CI/CD pipelines. |
46+
| **West US 3**| - Dataflows<br>- Synapse Notebook | - User Data Functions<br>- Retail Solutions | Slightly more limited Copilot support (no Exploration). However, it supports CI/CD pipelines, unlike West US 2. Still lacks User Data Functions. |
47+
48+
## Copilot Workload
49+
50+
| **Copilot Workload** | **What it is** | **Copilot's Role** | **Use Case** |
51+
|--------------------------|--------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
52+
| **Dataflows (Copilot)** | A low-code/no-code tool for data transformation and preparation. | Helps build and transform data pipelines using natural language. Copilot generates transformation steps based on user instructions like:<br>• "Clean this column"<br>• "Merge these tables"<br>• "Remove nulls" | Ideal for business analysts or data engineers who want to automate ETL processes without coding. |
53+
| **Exploration (Copilot)**| A feature that allows users to explore datasets interactively. | Assists in understanding data by:<br>• Answering questions<br>• Generating summaries<br>• Suggesting visualizations or queries<br>• Highlighting trends, outliers, and patterns | Great for data analysts or business users seeking quick insights without writing queries. |
54+
| **Synapse Notebook (Copilot)** | A notebook environment (like Jupyter) for data science and engineering tasks. | Acts as an AI assistant that:<br>• Suggests code snippets (Python, Spark, SQL)<br>• Helps with data exploration and visualization<br>• Recommends ML models<br>• Offers debugging tips and documentation | Perfect for data scientists and engineers working with large datasets, machine learning, or analytics. |
55+
56+
## Pricing consideration
57+
58+
> Microsoft Fabric pricing is based on capacity units (CUs), region, and usage patterns. Costs can vary significantly depending on
59+
> whether you use pay-as-you-go or reserved pricing, and whether your workloads span multiple regions. Click here to see [Microsoft Fabric pricing](https://azure.microsoft.com/en-us/pricing/details/microsoft-fabric/?msockid=38ec3806873362243e122ce086486339).
60+
61+
<details>
62+
<summary><strong>Capacity-Based Billing</strong></summary>
63+
64+
> **Fabric uses Capacity Units (CUs)** to meter compute usage. You can choose between flexible or committed pricing models depending on your workload needs.
65+
66+
1. Pay-as-you-go: No commitment, higher cost.
67+
2. Reserved capacity: 1-year commitment, up to ~41% savings.
68+
3. Example (F64 capacity):
69+
- Pay-as-you-go: ~$8,409.60/month
70+
- Reserved: ~$5,002.67/month
71+
</details>
72+
73+
<details>
74+
<summary><strong>Regional Price Differences</strong></summary>
75+
76+
> **Fabric pricing varies by Azure region** due to infrastructure, currency, and tax differences.
77+
78+
1. Influencing factors:
79+
- Local infrastructure costs
80+
- Currency exchange rates
81+
- Regional taxes (e.g., IOF in Brazil)
82+
2. Always use the [Azure Pricing Calculator](https://azure.microsoft.com/en-us/pricing/calculator/?msockid=38ec3806873362243e122ce086486339) to check region-specific pricing.
83+
</details>
84+
85+
<details>
86+
<summary><strong>Egress Charges</strong></summary>
87+
88+
> **Data transfer between Azure regions incurs egress fees**, which are not included in Fabric capacity pricing.
89+
90+
1. Applies when moving data across regions (e.g., West US to East US).
91+
2. Example: Transferring data from OneLake in West US 2 to another region may cost $0.02–$0.09 per GB, depending on the destination.
92+
</details>
93+
94+
<details>
95+
<summary><strong>Reservation Notes</strong></summary>
96+
97+
> **Reservations apply only to compute (CUs)** and require upfront configuration.
98+
99+
1. Storage and networking are billed separately.
100+
2. Reservations do not auto-renew unless explicitly configured.
101+
3. You must specify:
102+
- Region
103+
- Billing frequency (monthly or upfront)
104+
- Number of CUs
105+
</details>
106+
107+
<details>
108+
<summary><strong>Cost Optimization Tips</strong></summary>
109+
110+
> **Strategies to reduce your Microsoft Fabric costs** while maintaining performance and flexibility.
111+
112+
1. Use reservations for stable, predictable workloads.
113+
2. Avoid cross-region data movement to reduce egress charges.
114+
3. Right-size your capacity based on actual usage.
115+
4. Use the [Azure Pricing Calculator](https://azure.microsoft.com/en-us/pricing/calculator/?msockid=38ec3806873362243e122ce086486339) to simulate and compare configurations.
116+
</details>
117+
118+
## Azure Pricing Calculator
119+
120+
> [Azure Pricing Calculator](https://azure.microsoft.com/en-us/pricing/calculator/?msockid=38ec3806873362243e122ce086486339) will calculate storage costs if you exceed the included limit for your selected SKU. If your usage stays within the included storage capacity, you shouldn’t see additional charges for storage. <br/> <br/>
121+
> The included storage in Microsoft Fabric primarily applies to **mirroring** across all F SKUs. This means that the free storage provided (e.g., 64 TB for F64) is specifically allocated for creating mirrored copies of your data to ensure redundancy and high availability. <br/> <br/>
122+
> For other types of storage, such as general data storage or storage used by Data Factory and AI capabilities, you will be billed if you exceed the included storage or if compute capacity is paused.This applies to all F SKUs, from F2 to F2048.
123+
124+
https://github.com/user-attachments/assets/83447901-2227-4cf3-a89c-c8ee57d50009
125+
126+
127+
<div align="center">
128+
<h3 style="color: #4CAF50;">Total Visitors</h3>
129+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
130+
</div>

0 commit comments

Comments
 (0)