Skip to content

Commit 39b54fa

Browse files
Merge pull request #6338 from mrbullwinkle/mrb_07_31_2025_freshness
[Azure OpenAI] Freshness updates
2 parents fdea6c8 + 6c134d5 commit 39b54fa

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

articles/ai-foundry/openai/how-to/create-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: azure-ai-openai
77
ms.custom: devx-track-azurecli, build-2023, build-2023-dataai, devx-track-azurepowershell, innovation-engine
88
ms.topic: how-to
9-
ms.date: 04/30/2025
9+
ms.date: 07/31/2025
1010
zone_pivot_groups: openai-create-resource
1111
author: mrbullwinkle
1212
ms.author: mbullwin

articles/ai-foundry/openai/how-to/deployment-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Azure AI Foundry deployment types | Global-Standar
44
author: mrbullwinkle
55
ms.author: mbullwin
66
manager: nitinme
7-
ms.date: 04/30/2025
7+
ms.date: 7/31/2025
88
ms.service: azure-ai-openai
99
ms.topic: how-to
1010
ms.custom:

articles/ai-foundry/openai/how-to/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Provides guidance on how to set managed identity with Microsoft Entra ID
55
ms.service: azure-ai-openai
66
ms.topic: how-to
7-
ms.date: 04/30/2025
7+
ms.date: 07/31/2025
88
author: mrbullwinkle
99
ms.author: mbullwin
1010
recommendations: false

articles/ai-foundry/openai/how-to/quota.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mrbullwinkle
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: how-to
8-
ms.date: 04/30/2025
8+
ms.date: 07/31/2025
99
ms.author: mbullwin
1010
---
1111

articles/ai-foundry/openai/includes/create-resource-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ az cognitiveservices account create \
4343
--kind OpenAI \
4444
--sku s0 \
4545
--subscription <subscriptionID>
46+
--custom-domain MyOpenAIResource
47+
--yes
4648
```
4749

4850
## Retrieve information about the resource

articles/ai-foundry/openai/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle
66
ms.author: mbullwin
77
ms.service: azure-ai-openai
88
ms.topic: overview
9-
ms.date: 04/16/2025
9+
ms.date: 07/31/2025
1010
ms.custom: build-2023, build-2023-dataai
1111
recommendations: false
1212
---
@@ -130,7 +130,7 @@ Once you create an Azure OpenAI Resource, you must deploy a model before you can
130130

131131
### Prompt engineering
132132

133-
The GPT-3, GPT-3.5, and GPT-4 models from OpenAI are prompt-based. With prompt-based models, the user interacts with the model by entering a text prompt, to which the model responds with a text completion. This completion is the model’s continuation of the input text.
133+
The GPT-3.5, and GPT-4 models from OpenAI are prompt-based. With prompt-based models, the user interacts with the model by entering a text prompt, to which the model responds with a text completion. This completion is the model’s continuation of the input text.
134134

135135
While these models are powerful, their behavior is also sensitive to the prompt. This makes [prompt engineering](./concepts/prompt-engineering.md) an important skill to develop.
136136

articles/ai-foundry/openai/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's REST API. In this article, you lear
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 04/30/2025
8+
ms.date: 07/31/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false

0 commit comments

Comments
 (0)