Skip to content

Commit 1293767

Browse files
committed
Merge branch 'main' into release-preview-eval-redteaming
2 parents c9e3017 + 57520d0 commit 1293767

File tree

9 files changed

+70
-60
lines changed

9 files changed

+70
-60
lines changed

articles/ai-foundry/how-to/develop/ai-template-get-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ author: sdgilley
1818

1919
Streamline your code-first development with prebuilt, task-specific Azure AI templates. Benefit from using the latest features and best practices from Microsoft Azure AI, with popular frameworks like LangChain, prompt flow, and Semantic Kernel in multiple languages.
2020

21+
Available templates include:
22+
23+
* [Get started with AI chat](https://github.com/Azure-Samples/get-started-with-ai-chat)
24+
* [Get started with AI agents](https://github.com/Azure-Samples/get-started-with-ai-agents)
25+
* [Unlock insights from conversational data](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
26+
2127
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
2228

2329
## Prerequisites
@@ -53,6 +59,9 @@ The README also includes information about the application, such as the use case
5359
> [!TIP]
5460
> Discover more templates in our curated [AZD templates collection](https://azure.github.io/ai-app-templates). Deploy them with a single command ```azd up``` using the [Azure Developer CLI](/azure/developer/azure-developer-cli/).
5561
62+
63+
64+
5665
## Related content
5766

5867
- [Get started building a chat app using the Azure AI Foundry SDK](../../quickstarts/get-started-code.md)

articles/ai-foundry/index.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,18 @@ landingContent:
8585
url: how-to\develop\sdk-overview.md
8686
- text: Azure OpenAI Service Reference
8787
url: ../ai-services/openai/reference.md
88-
88+
# Card
89+
- title: Build apps with a template
90+
linkLists:
91+
- linkListType: quickstart
92+
links:
93+
- text: Get started with AI chat
94+
url: https://github.com/Azure-Samples/get-started-with-ai-chat
95+
- text: Get started with AI agents
96+
url: https://github.com/Azure-Samples/get-started-with-ai-agents
97+
- text: Unlock insights from conversational data
98+
url: https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator
99+
89100
# Card
90101
- title: Explore more AI resources
91102
linkLists:

articles/ai-foundry/what-is-ai-foundry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ You need an [Azure account](https://azure.microsoft.com/pricing/purchase-options
8989
- [Quickstart: Use the chat playground in Azure AI Foundry portal](quickstarts/get-started-playground.md)
9090
- [Build a custom chat app in Python using the Azure AI SDK](quickstarts/get-started-code.md)
9191
- [Create a project](./how-to/create-projects.md)
92+
- [Get started with an AI template](how-to/develop/ai-template-get-started.md)

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

Lines changed: 1 addition & 9 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: 03/25/2025
7+
ms.date: 04/01/2025
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -60,14 +60,6 @@ Once access has been granted, you will need to create a deployment for the model
6060

6161
## GPT-4.5 Preview
6262

63-
### Availability
64-
65-
**For access to `gpt-4.5-preview` registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who have access to other limited access models will still need to request access for this model.
66-
67-
Request access: [GPT-4.5-preview limited access model application](https://aka.ms/oai/gptaccess)
68-
69-
Once access has been granted, you will need to create a deployment for the model
70-
7163
### Region Availability
7264

7365
| Model | Region |

articles/ai-services/openai/includes/model-matrix/datazone-provisioned-managed.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ description: Regional availability for data zone provisioned managed models
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 01/15/2025
8+
ms.custom: references_regions
9+
ms.date: 03/31/2025
910
---
1011

11-
| **Region** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** |
12-
|:-------------------|:--------------------------:|:--------------------------:|:-------------------------------:|
13-
| eastus ||||
14-
| eastus2 ||||
15-
| francecentral ||||
16-
| germanywestcentral ||||
17-
| northcentralus ||||
18-
| polandcentral ||||
19-
| southcentralus ||||
20-
| spaincentral ||||
21-
| swedencentral ||||
22-
| westeurope ||||
23-
| westus ||||
24-
| westus3 ||||
12+
| **Region** | **o3-mini**, **2025-01-31** | **o1**, **2024-12-17** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o**, **2024-11-20** | **gpt-4o-mini**, **2024-07-18** |
13+
|:-------------------|:---------------------------:|:----------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:-------------------------------:|
14+
| eastus | ||||||
15+
| eastus2 | ||||||
16+
| francecentral | ||||||
17+
| germanywestcentral | ||||||
18+
| northcentralus | ||||||
19+
| polandcentral | ||||||
20+
| southcentralus | ||||||
21+
| spaincentral | ||||||
22+
| swedencentral | ||||||
23+
| westeurope | ||||||
24+
| westus | ||||||
25+
| westus3 | ||||||

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

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,34 @@ manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
88
ms.custom: references_regions
9-
ms.date: 03/12/2025
9+
ms.date: 03/31/2025
1010
---
1111

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

articles/ai-services/openai/whats-new.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ In addition to the deployment-level content filtering configuration, we now also
4949

5050
The latest GPT model that excels at diverse text and image tasks is now available on Azure OpenAI.
5151

52-
**For access to `gpt-4.5-preview` registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who have access to other limited access models will still need to request access for this model.
53-
54-
Request access: [GPT-4.5-preview limited access model application](https://aka.ms/oai/gptaccess)
55-
5652
For more information on model capabilities, and region availability see the [models documentation](./concepts/models.md#gpt-45-preview).
5753

5854
### Stored completions API

articles/machine-learning/concept-causal-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.author: lagayhar
1010
author: lgayhardt
1111
ms.reviewer: mesameki
12-
ms.date: 02/27/2024
12+
ms.date: 03/17/2025
1313
ms.custom: responsible-ml
1414
---
1515

articles/machine-learning/how-to-deploy-pipeline-component-as-batch-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: core
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: how-to
14-
ms.date: 03/29/2024
14+
ms.date: 04/02/2025
1515
---
1616
# Deploy your pipeline as batch endpoint
1717

0 commit comments

Comments
 (0)