Skip to content

Commit a69ce95

Browse files
authored
Merge pull request #5327 from MicrosoftDocs/main
06/02/2025 AM Publishing
2 parents 5b95f80 + 0711637 commit a69ce95

File tree

10 files changed

+135
-142
lines changed

10 files changed

+135
-142
lines changed

articles/ai-foundry/how-to/configure-managed-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ If you plan to use __HuggingFace models__ with the hub, add outbound _FQDN_ rule
809809
* *.docker.io
810810
* *.docker.com
811811
* production.cloudflare.docker.com
812-
* cnd.auth0.com
812+
* cdn.auth0.com
813813
* cdn-lfs.huggingface.co
814814

815815
### Scenario: Models Sold Directly by Azure
Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,22 @@
11
---
2-
title: "Azure AI Foundry docs: What's new for April 2025"
3-
description: "What's new in the Azure AI Foundry docs for April 2025."
2+
title: "Azure AI Foundry docs: What's new for May 2025"
3+
description: "What's new in the Azure AI Foundry docs for May 2025."
44
ms.author: smcdowell
55
author: skpmcdowell
66
ms.topic: whats-new
7-
ms.subject: ai-studio
8-
ms.custom: April-2025
9-
ms.date: 05/03/2025
7+
ms.subject: ai-foundry
8+
ms.custom: May-2025
9+
ms.date: 06/02/2025
1010
---
1111

12-
# Azure AI Foundry docs: What's new for April 2025
12+
# Azure AI Foundry docs: What's new for May 2025
1313

14-
Welcome to what's new in the Azure AI Foundry docs for April 2025. This article lists some of the major changes to docs during this period.
14+
Welcome to what's new in the Azure AI Foundry docs for May 2025. This article lists some of the major changes to docs during this period.
1515

16+
## Updated articles
1617

17-
## Azure AI Foundry
18+
- [Evaluate your Generative AI application on the cloud with Azure AI Projects SDK (preview)](../ai-foundry/how-to/develop/cloud-evaluation.md)
1819

19-
### New articles
20-
21-
- [AI Red Teaming Agent (preview)](../ai-foundry/concepts/ai-red-teaming-agent.md)
22-
- [Evaluate your AI agents locally with Azure AI Evaluation SDK (preview)](../ai-foundry/how-to/develop/agent-evaluate-sdk.md)
23-
- [How to use structured outputs for chat models](../ai-foundry/model-inference/how-to/use-structured-outputs.md)
24-
- [Run automated safety scans with AI Red Teaming Agent (preview)](../ai-foundry/how-to/develop/run-scans-ai-red-teaming-agent.md)
25-
- [Work with Azure AI Agent Service in Visual Studio Code (Preview)](../ai-foundry/how-to/develop/vs-code-agents.md)
26-
- [Work with the Azure AI Foundry for Visual Studio Code extension (Preview)](../ai-foundry/how-to/develop/get-started-projects-vs-code.md)
27-
28-
29-
### Updated articles
30-
31-
- [Evaluate your AI agents locally with Azure AI Evaluation SDK (preview)](../ai-foundry/how-to/develop/agent-evaluate-sdk.md)
32-
- [Evaluate your Generative AI application locally with the Azure AI Evaluation SDK](../ai-foundry/how-to/develop/evaluate-sdk.md)
33-
- [Evaluation and monitoring metrics for generative AI](../ai-foundry/concepts/evaluation-metrics-built-in.md)
34-
- [Fine-tune models using standard deployments in Azure AI Foundry](../ai-foundry/how-to/fine-tune-serverless.md)
35-
- [How to configure a private link for Azure AI Foundry hubs](../ai-foundry/how-to/configure-private-link.md)
36-
- [How to use MedImageParse healthcare AI models for segmentation of medical images](../ai-foundry/how-to/healthcare-ai/deploy-medimageparse.md)
3720

3821

3922

articles/ai-services/agents/how-to/tools/logic-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ print("Deleted agent")
143143

144144
## Next steps
145145

146-
[See the full sample for Logic Apps integration.](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_logic_apps.py)
146+
[See the full sample for Logic Apps integration.](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_logic_apps.py)

articles/ai-services/document-intelligence/train/custom-lifecycle.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 11/19/2024
9+
ms.date: 06/02/2025
1010
ms.author: lajanuar
1111
monikerRange: '>=doc-intel-3.1.0'
1212
---
@@ -22,7 +22,9 @@ With the v3.1 (GA) and later APIs, custom models introduce a expirationDateTime
2222

2323
## Models trained with GA API version
2424

25-
With the v3.1 API, custom models introduce a new model expiration property. The model expiration is set to two years from the date the model is built for all requests that use a GA API to build a model. To continue to use the model past the expiration date, you need to train the model with a current GA API version. The API version can be the one that the model was originally trained with or a later API version. The following figure illustrates the options when you need to retrain an expiring or expired model.
25+
With the v3.1 API, custom models introduce a new model expiration property. The model is configured to expire two years after its creation for all requests utilizing a GA API to build it. The API version can be the one that the model was originally trained with or a later API version. The following figure illustrates the options when you need to retrain an expiring or expired model.
26+
27+
> Note: The model expiration date for v3.1/4.0 models is only set if the training is done post release of v3.1/v4.0. If the models were created earlier with no expiration date associated with them and were not retrained after v3.1/v4.0, the expiration date will be null. The models with expiration date property will still be available until the API retires. Notification of retirement of any particular GA API version will be communicated at least 3 years before expiration.
2628
2729
:::image type="content" source="../media/model-lifecycle.png" alt-text="Screenshot showing how to choose an API version and retrain a model.":::
2830

articles/ai-services/language-service/personally-identifiable-information/concepts/entity-categories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The PII feature includes the ability to detect personal (`PII`) and health (`PHI
2424
2525
The following entity categories are returned when you're sending API requests PII feature.
2626

27-
# [Generally Available API](#tab/ga-api)
27+
# [Preview API](#tab/preview-api)
2828

2929
## Category: Person
3030

@@ -627,7 +627,7 @@ These entity categories include identifiable Azure information like authenticati
627627
:::column-end:::
628628
:::row-end:::
629629

630-
# [Preview API](#tab/preview-api)
630+
# [Generally Available API](#tab/ga-api)
631631

632632
## Type: Person
633633

0 commit comments

Comments
 (0)