You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0_Azure/3_AzureAI/AIFoundry/demos/5_What-Global-DataZone-StdType.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ From [Enterprise trust in Azure OpenAI Service strengthened with Data Zones](htt
23
23
24
24
> [!TIP]
25
25
> The appropriate deployment model depends on your data residency and compliance requirements. Here's a breakdown of the three main options, and we also need to consider the different ways the models are available to be deployed:
26
+
> `Global Deployments`: Suitable for scenarios where compliance with regional data laws is not required, and performance and scale are the primary concerns.
27
+
> - Data `at rest and in transit are not restricted to any specific region or data zone`.
28
+
> - Azure may `store or process data anywhere across its global infrastructure`.
29
+
> - This model offers maximum flexibility and scalability, but provides the least control over data residency and movement.
26
30
> -`Regional PTU`: Use this model when you have strict regional data residency requirements. For example, if you deploy in Sweden Central, all data (`both at rest and in transit`) remains within that `region’s boundaries.`
27
31
> -`Standard Deployment`: Choose this when you need to keep data at rest within a specific Azure region, but are comfortable with some flexibility for data in transit.
28
32
> - You select the region (e.g., Sweden Central).
@@ -32,6 +36,25 @@ From [Enterprise trust in Azure OpenAI Service strengthened with Data Zones](htt
32
36
> - You select the `zone, not the region.`
33
37
> - Azure manages the region placement internally, ensuring all data remains within the selected zone.
34
38
39
+
|**Deployment Type**|**Scope**|**Model Type**|**Data Residency (At Rest & In Transit)**|**Latency & Performance**|**Use Case / Description**|
| Global Standard | Global | Standard | Data at rest stays in the designated Azure geography; data in transit may be processed in any Azure region. | Low latency under normal usage; may experience **latency variation** at high volumes. | Best for general use cases where flexibility and scale are prioritized over strict residency. |
42
+
| Global Provisioned Managed | Global | Managed | Same as Global Standard, but with **reserved model capacity** across global infrastructure. | More consistent latency; suitable for **high-volume workloads** needing predictable performance. | Ideal for enterprise-grade deployments with consistent traffic and performance needs. |
43
+
| Global Batch | Global | Batch | Same residency as other global types; data processed asynchronously across global regions. |**Up to 24-hour turnaround**; optimized for cost and throughput, not real-time latency. | Large-scale processing like document summarization, content generation, or NLP tasks. |
44
+
| Data Zone Standard | Data Zone | Standard | Data at rest stays in the designated geography; data in transit processed within the selected data zone. | Similar to Global Standard; **latency may vary** at high volumes. | Ensures compliance with zone-level regulations (e.g., EU), with moderate performance control. |
45
+
| Data Zone Provisioned Managed | Data Zone | Managed | Same as Data Zone Standard, but with **reserved capacity** within the zone. | Lower latency variance; optimized for **predictable performance** in compliant environments. | Combines compliance with performance for regulated industries. |
46
+
| Data Zone Batch | Data Zone | Batch | Same as other Data Zone types; batch processing within the zone. |**Up to 24-hour turnaround**; cost-effective for non-real-time workloads. | Compliant batch processing for large datasets within a data zone. |
47
+
| Regional PTU | Specific Region | PTU-based | Data at rest and in transit remain strictly within the selected Azure region. | Lowest latency variance; **tightest control** over data movement. | Required for strict regional compliance (e.g., financial or government workloads). |
48
+
| Standard Deployment | Specific Region | Standard | Data at rest stays in region; data in transit may leave but stays within the same data zone. | Moderate latency control; **some flexibility** in data routing. | Balanced option for regional control with some scalability. |
49
+
| Data Zone Deployment | Data Zone | Standard | Both data at rest and in transit remain within the selected data zone; Azure chooses the region internally. | Similar to Data Zone Standard; **no control over specific region**, but zone compliance maintained. | Good for zone-level compliance without needing to manage region specifics. |
50
+
51
+
> [!TIP]
52
+
> -**Global Batch** and **Data Zone Batch**: Target turnaround time is **up to 24 hours**, making them unsuitable for real-time applications.
53
+
> -**Standard deployments** (Global/Data Zone/Regional): May experience **latency variation** at high usage volumes.
0 commit comments