Skip to content

Commit 9a6fc51

Browse files
Merge pull request #8677 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-19 18:10 UTC
2 parents 64f2c18 + 3d0042a commit 9a6fc51

File tree

49 files changed

+525
-470
lines changed

Some content is hidden

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

49 files changed

+525
-470
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,10 @@ Standard setup enforces project-level data isolation by default. Two blob storag
8181
* Assign role: Storage Blob Data Contributor
8282
* Azure Blob Storage Container: `<workspaceId>- agents-blobstore`
8383
* Assign role: Storage Blob Data Owner
84-
* Cosmos DB for NoSQL container: `<'${projectWorkspaceId}>-thread-message-store'`
85-
* Assign role: Cosmos DB Built-in Data Contributor
86-
* Cosmos DB for NoSQL container: `<'${projectWorkspaceId}>-thread-message-store'`
87-
* Assign role: Cosmos DB Built-in Data Contributor
88-
* Cosmos DB for NoSQL container: `<'${projectWorkspaceId}>-agent-entity-store'`
89-
* Assign role: Cosmos DB Built-in Data Contributor
84+
* Cosmos DB for NoSQL Database: `enterprise_memory`
85+
* Assign role: Cosmos DB Built-in Data Contributor
86+
* Scope: Database level to cover all containers (no individual container specific role assignment).
87+
9088
11. Once all resources are provisioned, all developers who want to create/edit agents in the project should be assigned the role: Azure AI User on the project scope.
9189

9290
### Use Bicep template

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ ms.author: aahi
88
ms.service: azure-ai-foundry
99
ms.subservice: azure-ai-foundry-agent-service
1010
ms.topic: conceptual
11-
ms.date: 09/24/2025
11+
ms.date: 11/19/2025
1212
ms.custom: azure-ai-agents
13-
monikerRange: 'foundry-classic || foundry'
1413
---
1514

1615
# Threads, runs, and messages in Foundry Agent Service

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-agent-service
99
ms.topic: how-to
10-
ms.date: 09/26/2025
10+
ms.date: 11/19/2025
1111
author: aahill
1212
ms.author: aahi
1313
ms.custom: azure-ai-agents
14-
monikerRange: 'foundry-classic || foundry'
1514
---
1615

1716
# Grounding with Bing Custom Search (preview)

articles/ai-foundry/agents/how-to/tools/bing-grounding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-agent-service
99
ms.topic: how-to
10-
ms.date: 09/26/2025
10+
ms.date: 11/19/2025
1111
author: aahill
1212
ms.author: aahi
1313
ms.custom: azure-ai-agents
14-
monikerRange: 'foundry-classic || foundry'
1514
---
1615

1716
# Grounding with Bing Search

articles/ai-foundry/agents/how-to/tools/deep-research.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use the deep research tool with agents.
55
author: aahill
66
ms.author: aahi
77
manager: nitinme
8-
ms.date: 11/13/2025
8+
ms.date: 11/19/2025
99
ms.service: azure-ai-foundry
1010
ms.subservice: azure-ai-foundry-agent-service
1111
ms.topic: how-to
@@ -15,7 +15,6 @@ ms.custom: references_regions
1515
# Deep Research tool (preview)
1616

1717
> [!NOTE]
18-
> * The `o3-deep-research` model is available for use **only with the Deep Research tool**. It is **not** available in the Azure OpenAI Chat Completions and Responses APIs.
1918
> * The **parent** Foundry project resource and the contained `o3-deep-research` model and GPT models **must exist** in the same Azure subscription and region. Supported regions are **West US** and **Norway East**.
2019
> * This tool is only available in `2025-05-15-preview` API. We highly recommend that you migrate to use the `2025-11-15-preview` API. This enables you to use the `o3-deep-research` model with [web search](../../../default/agents/how-to/tools/web-search.md) or MCP tool.
2120

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-agent-service
99
ms.topic: how-to
10-
ms.date: 07/16/2025
10+
ms.date: 11/19/2025
1111
author: aahill
1212
ms.author: aahi
1313
ms.reviewer: umangsehgal
1414
zone_pivot_groups: selection-logic-apps
1515
ms.custom: azure-ai-agents
16-
monikerRange: 'foundry-classic || foundry'
1716
---
1817

1918
# How to use Logic Apps with Foundry Agent Service

articles/ai-foundry/agents/how-to/tools/openapi-spec.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-agent-service
99
ms.topic: how-to
10-
ms.date: 08/07/2025
10+
ms.date: 11/19/2025
1111
author: aahill
1212
ms.author: aahi
1313
ms.custom: azure-ai-agents
14-
monikerRange: 'foundry-classic || foundry'
1514
---
1615
# How to use Foundry Agent Service with OpenAPI Specified Tools
1716

articles/ai-foundry/agents/overview.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,15 @@ Then, equip your agent with tools. These let it access enterprise knowledge (suc
8282
:::column span="1":::
8383
### 4. Orchestration
8484

85+
:::moniker range="foundry-classic"
8586
Next, the agent needs coordination. [Connected agents](how-to\connected-agents.md) orchestrates the full lifecycle such as handling tool calls, updating conversation state, managing retries, and logging outputs.
8687

88+
:::moniker-end
89+
:::moniker range="foundry"
90+
Next, the agent needs coordination. [Workflows](../default/agents/concepts/workflow.md) orchestrate the full lifecycle such as handling tool calls, updating conversation state, managing retries, and logging outputs.
91+
92+
:::moniker-end
93+
8794
:::column-end:::
8895
:::column span="1":::
8996
### 5. Observability
@@ -107,7 +114,7 @@ Agent Service provides a production-ready foundation for deploying intelligent a
107114
|------------|--------------------------------|
108115
| **1. Visibility into conversations** | Full access to structured [conversations](../default/agents/concepts/runtime-components.md#conversation), including both user↔agent and agent↔agent messages. Ideal for UIs, debugging, and training |
109116
| **2. Multi-agent coordination** | Built-in support for agent-to-agent messaging. |
110-
| **3. Tool orchestration** | Server-side execution and retry of [tool calls](how-to\tools\overview.md) with structured logging. No manual orchestration required. |
117+
| **3. Tool orchestration** | Server-side execution and retry of tool calls with structured logging. No manual orchestration required. |
111118
| **4. Trust and safety** | Integrated [content filters](../openai/how-to/content-filters.md) help prevent misuse and mitigate prompt injection risks (XPIA). all outputs are policy-governed. |
112119
| **5. Enterprise integration** | Bring your own [storage](./how-to/use-your-own-resources.md#use-an-existing-azure-cosmos-db-for-nosql-account-for-conversation-storage), [Azure AI Search index](./how-to/use-your-own-resources.md#use-an-existing-azure-ai-search-resource), and [virtual network](how-to\virtual-networks.md) to meet compliance needs. |
113120
| **6. Observability and debugging** | Conversations, tool invocations, and message traces are [fully traceable](../how-to/develop/trace-agents-sdk.md); [Application Insights integration](./how-to/metrics.md) for telemetry |

articles/ai-foundry/concepts/evaluation-evaluators/custom-evaluators.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ monikerRange: 'foundry-classic || foundry'
1616
ai-usage: ai-assisted
1717
---
1818

19-
# Custom evaluators
19+
# Custom evaluators (preview)
2020

2121
[!INCLUDE [version-banner](../../includes/version-banner.md)]
2222

23+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
24+
2325
To start evaluating your application's generations, built-in evaluators are great out of the box. To cater to your evaluation needs, you can build your own code-based or prompt-based evaluator.
2426

2527
## Code-based evaluators

articles/ai-foundry/default/agents/how-to/vs-code-agents-workflow-low-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ To test the workflow in the VS Code extension playground, follow these steps:
6565
1. Select the version of the workflow you want to test.
6666
1. Right-click the workflow and select **Open in Local Agent Playground**.
6767
Alternatively, select the **Local Agent Playground** link in the **Tools** subsection, and then select your agent from the dropdown list.
68-
This step opens the **Local Agent Playground** pane and starts a thread with your agent so that you can send messages.
68+
This step opens the **Local Agent Playground** pane and starts a conversation with your agent so that you can send messages.
6969
1. In the input box at the bottom of the **Local Agent Playground** pane, type a message to send to the agent and press **Enter**.
70-
1. Review the agent's response in the thread.
70+
1. Review the agent's response in the conversation.
7171

7272
## Convert YAML based workflow to Agent Framework code
7373

0 commit comments

Comments
 (0)