Skip to content

Commit d62332b

Browse files
authored
Merge pull request #1857 from MicrosoftDocs/main
12/5/2024 PM Publish
2 parents 3c30fdc + 2bc7866 commit d62332b

14 files changed

+69
-38
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 10/25/2024
7+
ms.date: 12/05/2024
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -388,7 +388,13 @@ All deployments can perform the exact same inference operations, however the bil
388388

389389
### Data zone standard model availability
390390

391-
[!INCLUDE [Global batch](../includes/model-matrix/datazone-standard.md)]
391+
[!INCLUDE [Data zone standard](../includes/model-matrix/datazone-standard.md)]
392+
393+
# [Data Zone Provisioned Managed](#tab/datazone-provisioned-managed)
394+
395+
### Data zone provisioned managed model availability
396+
397+
[!INCLUDE [Global data zone provisioned managed](../includes/model-matrix/datazone-provisioned-managed.md)]
392398

393399
# [Standard](#tab/standard)
394400

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Data zone provisioned managed model availability
3+
titleSuffix: Azure OpenAI Service
4+
description: Regional availability for data zone provisioned managed models
5+
manager: nitinme
6+
ms.service: azure-ai-openai
7+
ms.topic: include
8+
ms.date: 12/05/2024
9+
---
10+
11+
| **Region** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** |
12+
|:-----------------|:--------------------------:|:--------------------------:|:-------------------------------:|
13+
| eastus2 ||||
14+
| spaincentral ||||
15+
| westeurope ||||
16+
| westus3 ||||

articles/ai-studio/concepts/rbac-ai-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: conceptual
12-
ms.date: 9/12/2024
12+
ms.date: 12/05/2024
1313
ms.reviewer: deeikele
1414
ms.author: larryfr
1515
author: Blackmist

articles/ai-studio/how-to/configure-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.custom: ignite-2023, devx-track-azurecli, build-2024, ignite-2024
88
ms.topic: how-to
9-
ms.date: 5/21/2024
9+
ms.date: 12/05/2024
1010
ms.reviewer: meerakurup
1111
ms.author: larryfr
1212
author: Blackmist

articles/ai-studio/how-to/develop/connections-add-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- build-2024
99
- ignite-2024
1010
ms.topic: how-to
11-
ms.date: 9/12/2024
11+
ms.date: 12/05/2024
1212
ms.reviewer: dantaylo
1313
ms.author: larryfr
1414
author: Blackmist

articles/ai-studio/how-to/develop/simulator-interaction-data.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ You can generate query response pairs from a text blob like the following Wikipe
5454

5555
```python
5656
import asyncio
57-
from simulator import Simulator
5857
from azure.identity import DefaultAzureCredential
5958
import wikipedia
6059
import os
@@ -161,7 +160,11 @@ The callback function above processes each message generated by the simulator.
161160
With the simulator initialized, you can now run it to generate synthetic conversations based on the provided text.
162161

163162
```python
164-
simulator = Simulator(azure_ai_project=azure_ai_project)
163+
model_config = {
164+
"azure_endpoint": "<your_azure_endpoint>",
165+
"azure_deployment": "<deployment_name>"
166+
}
167+
simulator = Simulator(model_config=model_config)
165168

166169
outputs = await simulator(
167170
target=callback,

articles/ai-studio/how-to/disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.author: larryfr
1111
author: Blackmist
1212
ms.reviewer: andyaviles
13-
ms.date: 5/21/2024
13+
ms.date: 12/05/2024
1414
---
1515

1616
# Customer enabled disaster recovery

articles/ai-studio/how-to/fine-tune-phi-3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.service: azure-ai-studio
77
ms.custom:
88
ms.topic: how-to
99
ms.date: 7/16/2024
10+
ms.author: ssalgado
11+
author: ssalgadodev
1012
---
1113

1214
# Fine-tune Phi-3 models in Azure AI Foundry portal

articles/ai-studio/includes/dependent-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: larryfr
66
ms.author: larryfr
77
ms.service: azure-ai-studio
88
ms.topic: include
9-
ms.date: 5/21/2024
9+
ms.date: 12/05/2024
1010
ms.custom: include, build-2024
1111
---
1212

articles/ai-studio/includes/resource-provider-kinds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: larryfr
66
ms.author: larryfr
77
ms.service: azure-ai-studio
88
ms.topic: include
9-
ms.date: 5/21/2024
9+
ms.date: 12/05/2024
1010
ms.custom: include, build-2024
1111
---
1212

0 commit comments

Comments
 (0)