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_WhatGlobal_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
@@ -11,17 +11,40 @@ Last updated: 2025-07-17
11
11
12
12
> 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.
13
13
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.
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
+
14
25
<details>
15
26
<summary><b>List of References</b> (Click to expand)</summary>
16
27
17
28
-[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)
18
29
-[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)
19
36
20
37
</details>
21
38
22
39
<details>
23
40
<summary><b>Table of Contents</b> (Click to expand)</summary>
24
41
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)
0 commit comments