Skip to content

Commit da7c9b3

Browse files
committed
2 parents f4c7413 + 3b335f7 commit da7c9b3

File tree

120 files changed

+1342
-575
lines changed

Some content is hidden

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

120 files changed

+1342
-575
lines changed

articles/ai-foundry/agents/concepts/capability-hosts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ titleSuffix: Azure AI Foundry
44
description: Learn how to create and delete capability hosts
55
services: cognitive-services
66
manager: nitinme
7-
ms.service: azure-ai-agent-service
7+
ms.service: azure-ai-foundry
8+
ms.subservice: azure-ai-foundry-agent-service
89
ms.topic: conceptual
910
ms.date: 07/07/2025
1011
author: fosteramanda

articles/ai-foundry/agents/concepts/model-region-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn about the models you can use with Azure AI Foundry Agent Serv
55
manager: nitinme
66
author: aahill
77
ms.author: aahi
8-
ms.service: azure-ai-agent-service
8+
ms.service: azure-ai-foundry
9+
ms.subservice: azure-ai-foundry-agent-service
910
ms.topic: conceptual
1011
ms.date: 08/04/2025
1112
ms.custom: azure-ai-agents, references_regions

articles/ai-foundry/agents/concepts/standard-agent-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn about the enterprise features of the standard setup
55
manager: nitinme
66
author: fosteramanda
77
ms.author: fosteramanda
8-
ms.service: azure-ai-agent-service
8+
ms.service: azure-ai-foundry
9+
ms.subservice: azure-ai-foundry-agent-service
910
ms.topic: conceptual
1011
ms.date: 05/05/2025
1112
ms.custom: azure-ai-agents

articles/ai-foundry/agents/concepts/threads-runs-messages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn about the components used in the Azure AI Foundry Agent Servi
55
manager: nitinme
66
author: aahill
77
ms.author: aahi
8-
ms.service: azure-ai-agent-service
8+
ms.service: azure-ai-foundry
9+
ms.subservice: azure-ai-foundry-agent-service
910
ms.topic: conceptual
1011
ms.date: 09/24/2025
1112
ms.custom: azure-ai-agents

articles/ai-foundry/agents/environment-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ manager: nitinme
66
author: aahill
77
ms.author: aahi
88
ms.reviewer: fosteramanda
9-
ms.service: azure-ai-agent-service
9+
ms.service: azure-ai-foundry
10+
ms.subservice: azure-ai-foundry-agent-service
1011
ms.topic: how-to
1112
ms.date: 06/18/2025
1213
ms.custom: azure-ai-agents

articles/ai-foundry/agents/faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ metadata:
55
description: Get answers to the most popular questions about Azure AI Foundry Agent Service
66
#services: cognitive-services
77
manager: nitinme
8-
ms.service: azure-ai-agent-service
8+
ms.service: azure-ai-foundry
9+
ms.subservice: azure-ai-foundry-agent-service
910
ms.topic: faq
1011
ms.date: 06/30/2025
1112
ms.author: aahi

articles/ai-foundry/agents/how-to/connected-agents.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: 'How to use connected agents'
33
titleSuffix: Azure AI Foundry
44
description: Learn how to create multi-agentic systems using connected agents in the Azure AI Foundry Agent Service.
55
manager: nitinme
6-
ms.service: azure-ai-agent-service
6+
ms.service: azure-ai-foundry
7+
ms.subservice: azure-ai-foundry-agent-service
78
ms.topic: how-to
89
ms.date: 07/11/2025
910
author: aahill

articles/ai-foundry/agents/how-to/metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ms.custom: horz-monitor, subject-monitoring
66
ms.topic: conceptual
77
author: aahill
88
ms.author: aahi
9-
ms.service: azure-ai-agent-service
9+
ms.service: azure-ai-foundry
10+
ms.subservice: azure-ai-foundry-agent-service
1011
---
1112

1213
# Monitor Azure AI Foundry Agent Service

articles/ai-foundry/agents/how-to/tools/azure-ai-search-samples.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ titleSuffix: Azure AI Foundry
44
description: Learn how to ground Azure AI Agents with content indexed in Azure AI Search.
55
services: cognitive-services
66
manager: nitinme
7-
ms.service: azure-ai-agent-service
7+
ms.service: azure-ai-foundry
8+
ms.subservice: azure-ai-foundry-agent-service
89
ms.topic: how-to
910
ms.date: 09/11/2025
1011
author: haileytap
@@ -463,7 +464,7 @@ for await (const m of messagesIterator) {
463464

464465
:::zone pivot="rest"
465466

466-
+ Completion of the [REST API quickstart](../../quickstart.md?pivots=rest-api#api-call-information) to get values for the `AGENT_TOKEN`, `AZURE_AI_FOUNDRY_PROJECT_ENDPOINT`, and `API_VERSION` environment variables.
467+
+ Completion of the [REST API quickstart](../../quickstart.md?pivots=rest-api) to get values for the `AGENT_TOKEN`, `AZURE_AI_FOUNDRY_PROJECT_ENDPOINT`, and `API_VERSION` environment variables.
467468

468469
## Get the connection ID for the Azure AI Search resource
469470

articles/ai-foundry/agents/how-to/tools/azure-ai-search.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ titleSuffix: Azure AI Foundry
44
description: Learn how to use Agents Azure AI Search tool.
55
services: azure-ai-agent-service
66
manager: nitinme
7-
ms.service: azure-ai-agent-service
7+
ms.service: azure-ai-foundry
8+
ms.subservice: azure-ai-foundry-agent-service
89
ms.topic: how-to
910
ms.date: 09/12/2025
1011
author: haileytap

0 commit comments

Comments
 (0)