Skip to content

Commit 781f080

Browse files
authored
Merge pull request #4238 from MicrosoftDocs/main
4/21/2025 AM Publish
2 parents 8b203ec + bb381d6 commit 781f080

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

articles/ai-services/openai/includes/model-matrix/global-batch.md

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,33 @@ manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
88
ms.custom: references_regions
9-
ms.date: 02/07/2025
9+
ms.date: 04/21/2025
1010
---
1111

1212

1313
| **Region** | **o3-mini**, **2025-01-31** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o**, **2024-11-20** | **gpt-4o-mini**, **2024-07-18** | **gpt-4**, **0613** | **gpt-4**, **turbo-2024-04-09** | **gpt-35-turbo**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** |
1414
|:-------------------|:---------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:-------------------------------:|:-------------------:|:-------------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
15-
| australiaeast | - ||||||||||
16-
| brazilsouth | - ||||||||||
17-
| canadaeast | - ||||||||||
18-
| eastus |||||||||||
19-
| eastus2 |||||||||||
20-
| francecentral | - ||||||||||
21-
| germanywestcentral | - ||||||||||
22-
| japaneast | - ||||||||||
23-
| koreacentral | - ||||||||||
24-
| northcentralus | - ||||||||||
25-
| norwayeast | - ||||||||||
26-
| polandcentral | - ||||||||||
27-
| southafricanorth | - ||||||||||
28-
| southcentralus | - ||||||||||
29-
| southindia | - ||||||||||
30-
| swedencentral | - ||||||||||
31-
| switzerlandnorth | - ||||||||||
32-
| uksouth | - ||||||||||
33-
| westeurope | - ||||||||||
34-
| westus | - ||||||||||
15+
| australiaeast |||||||| - |||
16+
| brazilsouth |||||||||||
17+
| canadaeast |||||||| - |||
18+
| eastus |||||||| - |||
19+
| eastus2 |||||||| - |||
20+
| francecentral |||||||| - |||
21+
| germanywestcentral |||||||||||
22+
| italynorth || - | - | - | - | - | - | - | - | - |
23+
| japaneast |||||||| - |||
24+
| koreacentral |||||||||||
25+
| northcentralus |||||||| - |||
26+
| norwayeast |||||||||||
27+
| polandcentral |||||||||||
28+
| southafricanorth |||||||||||
29+
| southcentralus |||||||||||
30+
| southindia |||||||||||
31+
| spaincentral || - | - | - | - | - | - | - | - | - |
32+
| swedencentral |||||||| - |||
33+
| switzerlandnorth |||||||| - |||
34+
| uaenorth || - | - | - | - | - | - | - | - | - |
35+
| uksouth |||||||| - |||
36+
| westeurope |||||||||||
37+
| westus |||||||||||
3538
| westus3 |||||||||||

articles/machine-learning/how-to-manage-environments-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The following example creates an environment from a Docker image. An image from
115115
116116
### Create an environment from a Docker build context
117117

118-
Instead of defining an environment from a prebuilt image, you can also define one from a Docker [build context](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#understand-build-context). To do so, specify the directory that serves as the build context. This directory should contain a Dockerfile (not larger than 1MB) and any other files needed to build the image.
118+
Instead of defining an environment from a prebuilt image, you can also define one from a Docker [build context](https://docs.docker.com/build/concepts/context/). To do so, specify the directory that serves as the build context. This directory should contain a Dockerfile (not larger than 1MB) and any other files needed to build the image.
119119

120120
# [Azure CLI](#tab/cli)
121121

0 commit comments

Comments
 (0)