Skip to content

Commit 601d01e

Browse files
committed
fixing merge conflict
2 parents 69e8aa3 + a8ad1c9 commit 601d01e

File tree

540 files changed

+7938
-5108
lines changed

Some content is hidden

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

540 files changed

+7938
-5108
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
1111
"redirect_document_id": false
1212
},
13+
{
14+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-mistral-open.md",
15+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/models#mistral-ai",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-gretel-navigator.md",
20+
"redirect_url": "/azure/ai-foundry/concepts/models-inference-examples",
21+
"redirect_document_id": true
22+
},
1323
{
1424
"source_path_from_root": "/articles/ai-foundry/whats-new-ai-foundry.md",
1525
"redirect_url": "/azure/ai-foundry/whats-new-azure-ai-foundry",
@@ -150,6 +160,16 @@
150160
"redirect_url": "/azure/ai-foundry/concepts/models-featured#cohere-rerank",
151161
"redirect_document_id": false
152162
},
163+
{
164+
"source_path_from_root": "/articles/ai-foundry/foundry-models/overview.md",
165+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/models",
166+
"redirect_document_id": false
167+
},
168+
{
169+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-gretel-navigator.md",
170+
"redirect_url": "/azure/ai-foundry/concepts/models-inference-examples#gretel-navigator",
171+
"redirect_document_id": false
172+
},
153173
{
154174
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-deepseek.md",
155175
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-deepseek",
@@ -160,11 +180,6 @@
160180
"redirect_url": "/azure/ai-foundry/model-inference/tutorials/get-started-deepseek-r1?context=%2Fazure%2Fai-foundry%2Fcontext%2Fcontext",
161181
"redirect_document_id": false
162182
},
163-
{
164-
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-gretel-navigator.md",
165-
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-gretel-navigator",
166-
"redirect_document_id": true
167-
},
168183
{
169184
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-jais.md",
170185
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-jais",
@@ -225,11 +240,6 @@
225240
"redirect_url": "/azure/ai-foundry/concepts/foundry-models-overview",
226241
"redirect_document_id": false
227242
},
228-
{
229-
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-mistral-open.md",
230-
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-mistral-open",
231-
"redirect_document_id": true
232-
},
233243
{
234244
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-mistral.md",
235245
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-mistral",
@@ -457,7 +467,7 @@
457467
},
458468
{
459469
"source_path_from_root": "/articles/ai-foundry/foundry-models/supported-languages-openai.md",
460-
"redirect_url": "/azure/ai-services/openai/supported-languages",
470+
"redirect_url": "/azure/ai-foundry/openai/supported-languages",
461471
"redirect_document_id": false
462472
},
463473
{
@@ -575,6 +585,11 @@
575585
"redirect_url": "/azure/ai-foundry/how-to/prompt-flow-tools/embedding-tool",
576586
"redirect_document_id": true
577587
},
588+
{
589+
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-mistral-open.md",
590+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/models",
591+
"redirect_document_id": true
592+
},
578593
{
579594
"source_path_from_root": "/articles/ai-studio/how-to/prompt-flow-tools/index-lookup-tool.md",
580595
"redirect_url": "/azure/ai-foundry/how-to/prompt-flow-tools/index-lookup-tool",
@@ -930,8 +945,8 @@
930945
},
931946
{
932947
"source_path_from_root": "/articles/ai-studio/quickstarts/assistants.md",
933-
"redirect_url": "/azure/ai-services/openai/assistants-quickstart",
934-
"redirect_document_id": true
948+
"redirect_url": "/azure/ai-foundry/openai/how-to/assistant",
949+
"redirect_document_id": false
935950
},
936951
{
937952
"source_path_from_root": "/articles/ai-studio/how-to/prompt-flow-tools/vector-db-lookup-tool.md",
@@ -1095,7 +1110,7 @@
10951110
},
10961111
{
10971112
"source_path_from_root": "/articles/ai-studio/quickstarts/multimodal-vision.md",
1098-
"redirect_url": "/azure/ai-services/openai/gpt-v-quickstart",
1113+
"redirect_url": "/azure/ai-foundry/openai/gpt-v-quickstart",
10991114
"redirect_document_id": false
11001115
},
11011116
{

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure AI Foundry Agent Service supports persistent threads, runs, and messages,
1919

2020
When you use an Agent, there are a series of steps that are involved.
2121

22-
- **Creating an agent:** You create an agent to start sending messages and recieving responses.
22+
- **Creating an agent:** You create an agent to start sending messages and receiving responses.
2323
- **Creating a thread:** You create a thread once and append messages to it as users reply. This ensures that the conversation history is maintained and managed automatically.
2424
- **Sending messages:** Messages can be sent by both the agent and the user. These messages can include text, images, and other files, providing a rich interaction experience.
2525
- **Running the agent:** When a run is initiated, the agent processes the messages in the thread and performs tasks based on its configuration. It may append new messages to the thread as part of its response.
@@ -34,11 +34,11 @@ A custom AI that uses AI models in conjunction with tools.
3434

3535
## Threads
3636

37-
Threads are conversation sessions between an agent and a user. They store messages and automatically handle truncation to fit content into a model’s context. When you create a thread, you can append new messages to it as users respond.
37+
Threads are conversation sessions between an agent and a user. They store messages and automatically handle truncation to fit content into a model’s context. When you create a thread, you can append new messages (maximum of 100,000 per thread) to it as users respond.
3838

3939
## Messages
4040

41-
Messages are the individual pieces of communication within a thread. They can be created by either the agent or the user and can include text, or other files. Messages are stored as a list within the thread, allowing for a structured and organized conversation flow.
41+
Messages are the individual pieces of communication within a thread. They can be created by either the agent or the user and can include text, or other files. Messages are stored as a list within the thread, allowing for a structured and organized conversation flow. You can attach up to 100,000 messages to a single thread.
4242

4343
## Runs
4444

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ To create a multi-agent setup, follow these steps:
230230
```python
231231
import os
232232
from azure.ai.projects import AIProjectClient
233-
from azure.ai.projects.models import ConnectedAgentTool, MessageRole
233+
from azure.ai.agents.models import ConnectedAgentTool, MessageRole
234234
from azure.identity import DefaultAzureCredential
235235

236236

@@ -255,7 +255,7 @@ To create a multi-agent setup, follow these steps:
255255

256256
```python
257257
connected_agent = ConnectedAgentTool(
258-
id=stock_price_agent.id, name=connected_agent_name, description="Gets the stock price of a company"
258+
id=stock_price_agent.id, name=stock_price_agent.name, description="Gets the stock price of a company"
259259
)
260260
```
261261

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

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor Azure AI Foundry Agent Service
33
description: Start here to learn how to use Azure Monitor to capture and analyze metrics for your Azure AI Foundry Agent Service.
4-
ms.date: 07/23/2025
4+
ms.date: 06/02/2025
55
ms.custom: horz-monitor, subject-monitoring
66
ms.topic: conceptual
77
author: aahill
@@ -15,6 +15,8 @@ ms.service: azure-ai-agent-service
1515

1616
Monitoring is available for agents in a [standard agent setup](../concepts/standard-agent-setup.md).
1717

18+
[!INCLUDE [Feature preview](../../openai/includes/preview-feature.md)]
19+
1820
> [!IMPORTANT]
1921
> Monitoring support is currently limited to Azure AI Foundry hubs. Azure AI Foundry projects are not supported.
2022
@@ -45,17 +47,17 @@ For a list of all metrics it's possible to gather for all resources in Azure Mon
4547
## Azure AI Foundry Agent Service metrics
4648
Azure AI Foundry Agent Service has commonality with a subset of Azure AI services. Here's a list of currently available metrics on Azure Monitor:
4749

48-
| Metric | Description | Name in REST API | Unit | Aggregation | Dimensions | Time Grains| DS Export |
49-
|---------------------|-----------------------------------------------------------------------------------------|--------------------------|-------------|----------------------------------------|-----------------------------------------------------------------|-----------|
50-
| Agent Events | Number of events (create, delete, update) for AI Agents in this project | `AgentEvents` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
51-
| Indexed Files Read | Number of indexed files read by AI agents via file search in this project | `AgentIndexedFilesRead` | Count | Average, Maximum, Minimum, Total (Sum) | `ErrorCode`, `Status`, `VectorStoreId`, `AgentId` | PT1M | No |
52-
| Runs | Number of runs by AI Agents in this project | `AgentRuns` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `RunStatus`, `StatusCode`, `StreamType`, `ThreadId` | PT1M | No |
53-
| User Message Events | Number of events (create, update delete) for user messages to AI Agents in this project | `AgentUserMessageEvents` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType`, `AgentId`, `ThreadId` | PT1M | No |
54-
| Thread Events | Number of events (create, delete) for AI Agent threads in this project | `AgentThreadEvents` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `EventType` | PT1M | No |
55-
| Input Tokens | Number of prompt tokens processed (input) by AI Agents in this project | `AgentInputTokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ModelName`, `ModelVersion` | PT1M | No |
56-
| Output Tokens | Number of tokens generated (output) by AI Agents in this project | `AgentOutputTokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ModelName`, `ModelVersion` | PT1M | No |
57-
| Total Tokens | Sum of tokens processed (input) and generated (output) by AI Agents in this project | `AgentTotalTokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ModelName`, `ModelVersion` | PT1M | No |
58-
| Tool Calls | Number of tool calls made by AI Agents in this project | `AgentToolCalls` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ToolName` | PT1M | No |
50+
| **Metric** | **Name in REST API** | **Unit** | **Aggregation** | **Dimensions** | **Time Grains** | **DS Export** |
51+
|-----------------|----------------------|----------|--------------------------------------------|--------------------------------------------------------|-----------------|---------------|
52+
| Agents | `Agents` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
53+
| IndexedFiles | `IndexedFiles` | Count | Average, Maximum, Minimum, Total (Sum) | `ErrorCode`, `Status`, `VectorStoreId` | PT1M | No |
54+
| Messages | `Messages` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType`, `ThreadId` | PT1M | No |
55+
| Runs | `Runs` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `RunStatus`, `StatusCode`, `StreamType` | PT1M | No |
56+
| Threads | `Threads` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
57+
| Tokens | `Tokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `TokenType` | PT1M | No |
58+
| ToolCalls | `ToolCalls` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ToolName` | PT1M | No |
59+
60+
5961

6062
## Analyze monitoring data
6163

@@ -94,4 +96,4 @@ You can set alerts for any metric listed in the [monitoring data reference](../r
9496
## Related content
9597

9698
- See [Monitoring data reference](../reference/monitor-service.md) for a reference of the metrics and other important values created for Azure AI Foundry Agent Service.
97-
- See [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for general details on monitoring Azure resources.
99+
- See [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for general details on monitoring Azure resources.

0 commit comments

Comments
 (0)