Skip to content

Commit a7e36ca

Browse files
authored
Merge pull request #5714 from msakande/5710
[Dirty PR] Fix the conflict on #5710
2 parents 1e2282b + 30fad3b commit a7e36ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+250
-190
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ _repo.*/
1818
# CoPilot instructions and prompts
1919
.github/copilot-instructions.md
2020
.github/prompts/*.md
21+
.github/prompts/*.zip
2122
.github/patterns/*.md

articles/ai-foundry/agents/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
ms.author: aahi
88
ms.service: azure-ai-agent-service
99
ms.topic: overview
10-
ms.date: 05/15/2025
10+
ms.date: 06/25/2025
1111
ms.custom: azure-ai-agents
1212
---
1313

@@ -80,14 +80,14 @@ Next, the agent needs coordination. [Connected agents](how-to\connected-agents.m
8080

8181
:::column-end:::
8282
:::column span="1":::
83-
### 5. Trust
83+
### 5. Observability
8484

85-
It's important to ensure agents are suitable and reliable for the workload they're assigned to. AI Foundry applies enterprise-grade trust features including identity via Microsoft Entra, RBAC, content filters, encryption, and network isolation. You choose how and where your agents run - using platform-managed or bring-your-own infrastructure.
85+
Finally, agents are tested and monitored. AI Foundry can capture logs, traces, and evaluations at every step. With full thread-level visibility and Application Insights integration, teams can inspect every decision and continuously improve agents over time.
8686
:::column-end:::
8787
:::column span="1":::
88-
### 6. Observability
88+
### 6. Trust
8989

90-
Finally, agents are tested and monitored. AI Foundry can capture logs, traces, and evaluations at every step. With full thread-level visibility and Application Insights integration, teams can inspect every decision and continuously improve agents over time.
90+
It's important to ensure agents are suitable and reliable for the workload they're assigned to. AI Foundry applies enterprise-grade trust features including identity via Microsoft Entra, RBAC, content filters, encryption, and network isolation. You choose how and where your agents run - using platform-managed or bring-your-own infrastructure.
9191
:::column-end:::
9292
:::row-end:::
9393

articles/ai-foundry/foundry-local/concepts/foundry-local-architecture.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Learn about the architecture and components of Foundry Local
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: concept-article
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
12+
author: jonburchel
13+
reviewer: samuel100
914
ms.date: 05/20/2025
10-
ms.author: samkemp
11-
author: samuel100
1215
---
1316

1417
# Foundry Local architecture

articles/ai-foundry/foundry-local/get-started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Get started with Foundry Local
33
titleSuffix: Foundry Local
44
description: Learn how to install, configure, and run your first AI model with Foundry Local
5-
author: samuel100
6-
ms.author: samkemp
75
manager: scottpolly
8-
ms.reviewer: samkemp
96
ms.date: 05/23/2025
107
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
119
ms.topic: quickstart
10+
ms.reviewer: samkemp
11+
ms.author: jburchel
12+
author: jburchel
13+
reviewer: samuel100
1214
ms.custom:
1315
- build-2025
1416
- build-aifnd

articles/ai-foundry/foundry-local/how-to/how-to-chat-application-with-open-web-ui.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description: Learn how to create a chat application using Foundry Local and Open
55
manager: scottpolly
66
keywords: Azure AI services, cognitive, AI models, local inference
77
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
89
ms.topic: how-to
910
ms.date: 05/20/2025
11+
ms.author: jburchel
1012
ms.reviewer: samkemp
11-
ms.author: samkemp
12-
author: samuel100
13+
author: jonburchel
14+
reviewer: samuel100
1315
ms.custom: build-2025
1416
#customer intent: As a developer, I want to get started with Foundry Local so that I can run AI models locally.
1517
---

articles/ai-foundry/foundry-local/how-to/how-to-compile-hugging-face-models.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Learn Compile and run Hugging Face models with Foundry Local.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: how-to
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
12+
author: jonburchel
13+
reviewer: samuel100
914
ms.date: 05/20/2025
10-
ms.author: samkemp
11-
author: samuel100
1215
---
1316

1417
# Compile Hugging Face models to run on Foundry Local

articles/ai-foundry/foundry-local/how-to/how-to-integrate-with-inference-sdks.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ titleSuffix: Foundry Local
44
description: This article provides instructions on how to integrate Foundry Local with common Inferencing SDKs.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: how-to
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
912
ms.date: 05/20/2025
10-
ms.author: samkemp
1113
zone_pivot_groups: foundry-local-sdk
12-
author: samuel100
14+
author: jonburchel
15+
reviewer: samuel100
1316
---
1417

1518
# Integrate inferencing SDKs with Foundry Local

articles/ai-foundry/foundry-local/how-to/how-to-use-langchain-with-foundry-local.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description: Learn how to build a LangChain application using Foundry Local
55
manager: scottpolly
66
keywords: Azure AI services, cognitive, AI models, local inference
77
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
89
ms.topic: how-to
910
ms.date: 05/20/2025
1011
ms.reviewer: eneros
11-
ms.author: eneros
12-
author: eneros
12+
ms.author: jburchel
13+
author: jonburchel
14+
reviewer: eneros
1315
ms.custom: build-2025
1416
zone_pivot_groups: foundry-local-langchain
1517
#customer intent: As a developer, I want to get started with Foundry Local so that I can run AI models locally.

articles/ai-foundry/foundry-local/includes/foundry-local-preview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: include file
44
author: jonburchel
55
ms.author: jburchel
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.topic: include
89
ms.date: 05/19/2025
910
ms.custom: include file

articles/ai-foundry/foundry-local/includes/integrate-examples/javascript.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
reviewer: maanavdalal
9+
author: jonburchel
10+
ms.reviewer: maanavd
811
---
912

1013
## Install Node.js packages

0 commit comments

Comments
 (0)