Skip to content

Commit fb526ea

Browse files
authored
Merge pull request #5658 from MicrosoftDocs/main
6/20/2025 PM Publish
2 parents e59c942 + d7511e2 commit fb526ea

25 files changed

+637
-696
lines changed

articles/ai-foundry/concepts/management-center.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Management center overview
33
titleSuffix: Azure AI Foundry
44
description: "The management center in Azure AI Foundry portal provides a centralized hub for governance and management activities."
5-
author: Blackmist
6-
ms.author: larryfr
5+
author: sdgilley
6+
ms.author: sgilley
77
ms.service: azure-ai-foundry
88
ms.custom:
99
- ignite-2024

articles/ai-foundry/concepts/resource-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Choose an Azure resource type for AI foundry
33
titleSuffix: Azure AI Foundry
44
description: Learn about the supported Azure resource types in Azure AI Foundry portal.
5-
author: deeikele
6-
ms.author: deeikele
5+
reviewer: deeikele
6+
ms.reviewer: deeikele
77
manager: scottpolly
8-
reviewer: larryfr
9-
ms.reviewer: larryfr
8+
author: sgilley
9+
ms.author: sgilley
1010
ms.date: 05/18/2025
1111
ms.service: azure-ai-foundry
1212
ms.topic: concept-article

articles/ai-foundry/how-to/connections-add.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.custom:
1111
- ignite-2024
1212
ms.topic: how-to
1313
ms.date: 05/08/2025
14-
ms.reviewer: larryfr
15-
ms.author: larryfr
16-
author: Blackmist
14+
ms.reviewer: sgilley
15+
ms.author: sgilley
16+
author: sdgilley
1717
zone_pivot_groups: project-type
1818
# Customer Intent: As an admin or developer, I want to understand how to add new connections in Azure AI Foundry portal.
1919

articles/ai-foundry/how-to/deploy-models-serverless.md

Lines changed: 377 additions & 433 deletions
Large diffs are not rendered by default.

articles/ai-foundry/how-to/develop/trace-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ When developing with the OpenAI SDK, you can instrument your code so traces are
8484
OpenAIInstrumentor().instrument()
8585
```
8686

87-
1. Get the connection string to the Azure Application Insights resource associated with your project:
87+
1. Get the connection string to the Azure Application Insights resource associated with your project. The following line uses the Azure AI Project client, which requires the use of Microsoft Entra ID for authentication:
8888

8989
```python
9090
from azure.ai.projects import AIProjectClient
9191
from azure.identity import DefaultAzureCredential
9292

93-
project_client = AIProjectClient.from_connection_string(
93+
project_client = AIProjectClient(
9494
credential=DefaultAzureCredential(),
9595
endpoint="https://<your-resource>.services.ai.azure.com/api/projects/<your-project>",
9696
)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Include file
3+
description: Include file
4+
ms.author: mopeakande
5+
author: msakande
6+
ms.service: azure-ai-foundry
7+
ms.topic: include
8+
ms.date: 06/13/2025
9+
ms.custom: include
10+
---
11+
12+
> [!NOTE]
13+
> We recommend that you deploy Azure AI Foundry Models to **Azure AI Foundry resources** so that you can consume your deployments in the resource via a single endpoint with the same authentication and schema to generate inference. The endpoint follows the [Azure AI Model Inference API](/rest/api/aifoundry/modelinference/) which all the Foundry Models support. To learn how to deploy a Foundry Model to the Azure AI Foundry resources, see [Add and configure models to Azure AI Foundry Models](../model-inference/how-to/create-model-deployments.md).
221 KB
Loading
55.8 KB
Loading
107 KB
Loading

0 commit comments

Comments
 (0)