Skip to content

Commit e963a8b

Browse files
Merge pull request #6578 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-14 17:05 UTC
2 parents f06d53a + bb2eb27 commit e963a8b

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

articles/ai-foundry/openai/concepts/model-retirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about model deprecations and retirements in Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 07/16/2025
7+
ms.date: 08/14/2025
88
ms.custom:
99
manager: nitinme
1010
author: mrbullwinkle

articles/ai-foundry/openai/includes/retirement/models.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Model Retirement Table
33
titleSuffix: Azure OpenAI in Azure AI Foundry Models
44
description: Model retirement table for Azure OpenAI in Azure AI Foundry Models.
55
manager: nitinme
6-
ms.date: 06/25/2025
6+
ms.date: 08/14/2025
77
ms.service: azure-ai-openai
88
ms.topic: include
99
ms.custom: references_regions, build-2025
@@ -15,21 +15,21 @@ ms.custom: references_regions, build-2025
1515
### Text generation
1616

1717
| Model | Version | Lifecycle<br>Status | Retirement date | Replacement model |
18-
| --------------------------|------------------ |:----------------------|------------------------------------|--------------------------------------|
18+
| --------------------------|-------------------|:----------------------|------------------------------------|--------------------------------------|
1919
| `computer-use-preview` | 2025-03-11 | Preview | No earlier than October 10, 2025 | |
20-
| `o1-mini` | 2024-09-12 | Generally Available | No earlier than October 27, 2025 | |
20+
| `gpt-35-turbo` | 1106 | Generally Available | No earlier than October 15, 2025 | `gpt-4.1-mini` |
21+
| `gpt-35-turbo` | 0125 | Generally Available | No earlier than October 15, 2025 | `gpt-4.1-mini` |
22+
| `gpt-3.5-turbo-instruct` | 0914 | Generally Available | No earlier than October 15, 2025 | |
23+
| `gpt-4` | turbo-2024-04-09 | Generally Available | No earlier than October 15, 2025 | `gpt-4.1` |
24+
| `o1-mini` | 2024-09-12 | Generally Available | No earlier than October 27, 2025 | `o4-mini` |
2125
| `gpt-5-chat` | 2025-08-07 | Preview | No earlier than November 15, 2025 | |
2226
| `model-router` | 2025-05-19 | Preview | No earlier than November 30, 2025 | |
2327
| `model-router` | 2025-08-07 | Preview | No earlier than November 30, 2025 | |
24-
| `o3-mini` | 2025-01-31 | Generally Available | No earlier than February 1, 2026 | |
25-
| `gpt-35-turbo` | 1106 | Generally Available | No earlier than February 27, 2026 | `gpt-4.1-mini` version: `2025-04-14` |
26-
| `gpt-35-turbo` | 0125 | Generally Available | No earlier than February 27, 2026 | `gpt-4.1-mini` version: `2025-04-14` |
27-
| `gpt-4` | turbo-2024-04-09 | Generally Available | No earlier than February 27, 2026 | `gpt-4o` version: `2024-11-20` |
28-
| `gpt-4o` | 2024-05-13 | Generally Available | No earlier than February 27, 2026 | `gpt-4.1` version: `2025-04-14` |
29-
| `gpt-4o-mini` | 2024-07-18 | Generally Available | No earlier than February 27, 2026 | `gpt-4.1-mini` version: `2025-04-14` |
30-
| `gpt-3.5-turbo-instruct` | 0914 | Generally Available | No earlier than February 27, 2026 | |
31-
| `gpt-4o` | 2024-08-06 | Generally Available | No earlier than February 27, 2026 | `gpt-4.1` version: `2025-04-14` |
32-
| `gpt-4o` | 2024-11-20 | Generally Available | No earlier than March 1, 2026 | `gpt-4.1` version: `2025-04-14` |
28+
| `o3-mini` | 2025-01-31 | Generally Available | No earlier than February 1, 2026 | `o4-mini` |
29+
| `gpt-4o` | 2024-05-13 | Generally Available | No earlier than February 27, 2026 | `gpt-4.1` |
30+
| `gpt-4o-mini` | 2024-07-18 | Generally Available | No earlier than February 27, 2026 | `gpt-4.1-mini` |
31+
| `gpt-4o` | 2024-08-06 | Generally Available | No earlier than February 27, 2026 | `gpt-4.1` |
32+
| `gpt-4o` | 2024-11-20 | Generally Available | No earlier than March 1, 2026 | `gpt-4.1` |
3333
| `gpt-4.1` | 2025-04-14 | Generally Available | No earlier than April 11, 2026 | |
3434
| `gpt-4.1-mini` | 2025-04-14 | Generally Available | No earlier than April 11, 2026 | |
3535
| `gpt-4.1-nano` | 2025-04-14 | Generally Available | No earlier than April 11, 2026 | |
@@ -43,10 +43,6 @@ ms.custom: references_regions, build-2025
4343
| `gpt-5-mini` | 2025-08-07 | Generally Available | No earlier than August 7, 2026 | |
4444
| `gpt-5-nano` | 2025-08-07 | Generally Available | No earlier than August 7, 2026 | |
4545

46-
47-
48-
49-
5046
# [Audio](#tab/audio)
5147

5248
### Audio

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,27 @@ kubectl -n <compute-namespace> logs <container-name>
127127
To see log output from a container, use the following command:
128128

129129
```azurecli
130-
az ml online-deployment get-logs -e <endpoint-name> -n <deployment-name> -l 100
130+
az ml online-deployment get-logs -g <resource-group> -w <workspace-name> -e <endpoint-name> -n <deployment-name> -l 100
131131
```
132132

133133
Or
134134

135135
```azurecli
136-
az ml online-deployment get-logs --endpoint-name <endpoint-name> --name <deployment-name> --lines 100
136+
az ml online-deployment get-logs --resource-group <resource-group> --workspace-name <workspace-name> --endpoint-name <endpoint-name> --name <deployment-name> --lines 100
137137
```
138138

139139
By default, logs are pulled from the inference server. You can get logs from the storage initializer container by passing `–-container storage-initializer`.
140140

141-
Add `--resource-group` and `--workspace-name` to the commands if you didn't already set these parameters via `az configure`. To see information about how to set these parameters, or if you currently have set values, run the following command:
141+
The commands above include `--resource-group` and `--workspace-name`. You can also set these parameters globally via `az configure` to avoid repeating them in each command. For example:
142+
143+
```azurecli
144+
az configure --defaults group=<resource-group> workspace=<workspace-name>
145+
```
146+
147+
To check your current configuration settings, run:
142148

143149
```azurecli
144-
az ml online-deployment get-logs -h
150+
az configure --list-defaults
145151
```
146152

147153
To see more information, add `--help` or `--debug` to commands.

0 commit comments

Comments
 (0)