Skip to content

Commit 4406b49

Browse files
authored
Data zones vs regional and also PTUs
1 parent 174f2cf commit 4406b49

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

0_Azure/3_AzureAI/AIFoundry/demos/5_WhatGlobal_DataZone_StdType.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,40 @@ Last updated: 2025-07-17
1111

1212
> This overview guide helps you choose between **Global**, **Standard**, and **Data Zone** deployment types for Azure OpenAI models when all three are available. Understanding these deployment options is crucial for optimizing performance, ensuring compliance, and managing costs effectively in your Azure AI implementations.
1313
14+
> [!NOTE]
15+
> - `Regions` refer to `specific Azure datacenter locations`, e.g Sweden Central.
16+
> - `Data zones` are `logical groupings of these regions that share compliance and data residency characteristics`. E.g, the EU Data Zone includes regions like Sweden Central, West Europe, etc.
17+
18+
<div align="center">
19+
<img width="750" alt="image" src="https://github.com/user-attachments/assets/1fc0b22f-6b24-475a-acff-8a99e0631843" />
20+
</div>
21+
22+
From [Enterprise trust in Azure OpenAI Service strengthened with Data Zones](https://azure.microsoft.com/en-us/blog/enterprise-trust-in-azure-openai-service-strengthened-with-data-zones/)
23+
24+
1425
<details>
1526
<summary><b>List of References</b> (Click to expand)</summary>
1627

1728
- [Model summary table and region availability](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models?tabs=global-ptum%2Cstandard-chat-completions#model-summary-table-and-region-availability)
1829
- [Deployment types for Azure AI Foundry Models](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/deployment-types)
30+
- [Optimize AI costs by choosing the right Azure OpenAI pricing offer for you](https://techcommunity.microsoft.com/blog/finopsblog/optimize-ai-costs-by-choosing-the-right-azure-openai-pricing-offer-for-you/4286390)
31+
- [Azure OpenAI Service pricing](https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/?msockid=38ec3806873362243e122ce086486339)
32+
- [Q&A - Data residency and processing: where does it occur, and how does it depend on the DataZoneStandard?](https://learn.microsoft.com/en-us/answers/questions/2201321/openai-ai-foundry-deployment-type-datazonestandard)
33+
- [Azure region list](https://learn.microsoft.com/en-us/azure/reliability/regions-list) - full list of Azure regions and their metadata (location, geography, availability zone support)
34+
- [Enterprise trust in Azure OpenAI Service strengthened with Data Zones](https://azure.microsoft.com/en-us/blog/enterprise-trust-in-azure-openai-service-strengthened-with-data-zones/) - data residency explained with types
35+
- [Azure AI Foundry Deployment Data Processing Locations](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/deployment-types#azure-ai-foundry-deployment-data-processing-locations)
1936

2037
</details>
2138

2239
<details>
2340
<summary><b>Table of Contents</b> (Click to expand)</summary>
2441

42+
- [Overview](#overview)
43+
- [Global Deployment](#global-deployment)
44+
- [Standard Deployment](#standard-deployment)
45+
- [Data Zone Deployment](#data-zone-deployment)
46+
- [How to View Deployment Options for a Model](#how-to-view-deployment-options-for-a-model)
47+
2548
</details>
2649

2750
## Overview

0 commit comments

Comments
 (0)