Skip to content

Commit c387712

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-ai-docs-pr into sept-tools
2 parents 509684a + 48b8bce commit c387712

File tree

549 files changed

+18307
-11977
lines changed

Some content is hidden

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

549 files changed

+18307
-11977
lines changed

.github/policies/disallow-edits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ configuration:
6262
- isActivitySender:
6363
user: laujan
6464
- isActivitySender:
65-
user: patrickfarley
65+
user: PatrickFarley
6666
- isActivitySender:
67-
user: heidisteen
67+
user: HeidiSteen
6868
- isActivitySender:
6969
user: haileytap
7070
then:
7171
- addReply:
7272
reply: >-
73-
@${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
73+
${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
7474
- mentionUsers:
7575
mentionees:
7676
- eric-urban

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ _repo.*/
2020
.github/prompts/*.md
2121
.github/prompts/*.zip
2222
.github/patterns/*.md
23+
24+
articles/ai-foundry/includes/get-started-fdp.md

.openpublishing.redirection.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"redirect_url": "/azure/ai-foundry/how-to/develop/get-started-projects-vs-code",
1616
"redirect_document_id": false
1717
},
18-
{
18+
{
1919
"source_path": "articles/ai-foundry/azure-openai-in-azure-ai-foundry.md",
2020
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
2121
"redirect_document_id": false
@@ -300,6 +300,16 @@
300300
"redirect_url": "/azure/ai-foundry",
301301
"redirect_document_id": false
302302
},
303+
{
304+
"source_path": "articles/ai-foundry/openai/concepts/models.md",
305+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/models-sold-directly-by-azure?pivots=azure-openai",
306+
"redirect_document_id": false
307+
},
308+
{
309+
"source_path": "articles/ai-foundry/foundry-models/concepts/models.md",
310+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/models-sold-directly-by-azure?pivots=azure-direct-others",
311+
"redirect_document_id": false
312+
},
303313
{
304314
"source_path_from_root": "/articles/ai-services/speech-service/text-to-speech-avatar/custom-avatar-endpoint.md",
305315
"redirect_url": "/azure/ai-services/speech-service/custom-avatar-create",
@@ -529,6 +539,11 @@
529539
"source_path": "articles/ai-services/create-account-bicep.md",
530540
"redirect_url": "/azure/ai-foundry/how-to/create-resource-template",
531541
"redirect_document_id": false
542+
},
543+
{
544+
"source_path": "articles/ai-foundry/foundry-models/how-to/inference.md",
545+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/endpoints",
546+
"redirect_document_id": true
532547
}
533548
]
534-
}
549+
}

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,26 @@
12621262
"source_path_from_root": "/articles/ai-foundry/how-to/evaluate-prompts-playground.md",
12631263
"redirect_url": "/azure/ai-foundry/concepts/observability",
12641264
"redirect_document_id": false
1265+
},
1266+
{
1267+
"source_path_from_root": "/articles/ai-foundry/openai/quickstart.md",
1268+
"redirect_url": "/azure/ai-foundry/openai/how-to/responses",
1269+
"redirect_document_id": false
1270+
},
1271+
{
1272+
"source_path_from_root": "/articles/ai-foundry/openai/how-to/work-with-code.md",
1273+
"redirect_url": "/azure/ai-foundry/openai/how-to/responses",
1274+
"redirect_document_id": false
1275+
},
1276+
{
1277+
"source_path_from_root": "/articles/ai-foundry/openai/how-to/completions.md",
1278+
"redirect_url": "/azure/ai-foundry/openai/how-to/responses",
1279+
"redirect_document_id": false
1280+
},
1281+
{
1282+
"source_path_from_root": "/articles/ai-foundry/openai/how-to/chat-markup-language.md",
1283+
"redirect_url": "/azure/ai-foundry/openai/how-to/responses",
1284+
"redirect_document_id": false
12651285
}
12661286
]
12671287
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
2626

2727
> [!NOTE]
2828
> * [Hub-based projects](../../what-is-azure-ai-foundry.md#project-types) are limited to the following models: gpt-4o, gpt-4o-mini, gpt-4, gpt-35-turbo
29+
> * [Spillover traffic management](../../openai/how-to/spillover-traffic-management.md) for [provisioned throughput](../../openai/concepts/provisioned-throughput.md) is compatible with agents
2930
> * For information on class A subnet support, see the setup guide on [GitHub](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup).
3031
> * The [file search tool](../how-to/tools/file-search.md) is currently unavailable in the following regions:
3132
> * Italy north

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 07/11/2025
9+
ms.date: 09/09/2025
1010
author: aahill
1111
ms.author: aahi
1212
zone_pivot_groups: selection-bing-grounding-code
@@ -173,8 +173,8 @@ using Azure.AI.Agents.Persistent;
173173
using Azure.Identity;
174174

175175
var projectEndpoint = System.Environment.GetEnvironmentVariable("ProjectEndpoint");
176-
var projectEndpoint = System.Environment.GetEnvironmentVariable("ModelDeploymentName");
177-
var projectEndpoint = System.Environment.GetEnvironmentVariable("BingConnectionId");
176+
var modelDeploymentName = System.Environment.GetEnvironmentVariable("ModelDeploymentName");
177+
var bingConnectionId = System.Environment.GetEnvironmentVariable("BingConnectionId");
178178

179179
// Create the Agent Client
180180
PersistentAgentsClient agentClient = new(projectEndpoint, new DefaultAzureCredential());

articles/ai-foundry/agents/how-to/tools/function-calling.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure AI Agents supports function calling, which allows you to describe the stru
2323
2424
### Usage support
2525

26-
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API | Basic agent setup | Standard agent setup |
26+
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API | Basic agent setup | Standard agent setup |
2727
|---------|---------|---------|---------|---------|---------|---------|
2828
| | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
2929

@@ -381,6 +381,7 @@ Finally, clean up the created resources by deleting the thread and the agent.
381381
client.Threads.DeleteThread(threadId: thread.Id);
382382
// Delete the agent definition
383383
client.Administration.DeleteAgent(agentId: agent.Id);
384+
```
384385

385386
::: zone-end
386387

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ This article demonstrates how to integrate Logic Apps with Azure AI Agents to ex
4646
> [!NOTE]
4747
> For your logic apps to appear in the Azure AI Foundry portal, they must:
4848
> * Be in the same subscription and resource group.
49-
> * Follow a request trigger with a description, and end with a response action.
49+
> * Follow a request trigger with a description, and end with a response action.
50+
> * Currently we only support consumption workflows.
5051
5152
:::image type="content" source="../../media/tools/add-logic-apps.png" alt-text="A screenshot showing the screen to add Logic Apps." lightbox="../../media/tools/add-logic-apps.png":::
5253

articles/ai-foundry/agents/how-to/tools/model-context-protocol-samples.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 08/18/2025
9+
ms.date: 09/04/2025
1010
author: aahill
1111
ms.author: aahi
1212
zone_pivot_groups: selection-mcp-code
@@ -15,6 +15,9 @@ ms.custom: azure-ai-agents-code
1515

1616
# How to use the Model Context Protocol tool (preview)
1717

18+
> [!NOTE]
19+
> Supported regions are `westus`, `westus2`, `uaenorth`, `southindia`, and `switzerlandnorth`.
20+
1821
Use this article to find code samples for connecting Azure AI Foundry Agent Service with Model Context Protocol (MCP) servers.
1922

2023
## Prerequisites

articles/ai-foundry/agents/how-to/tools/model-context-protocol.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 07/16/2025
9+
ms.date: 09/04/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: references_regions
1313
---
1414

1515
# Connect to Model Context Protocol servers (preview)
1616

17+
> [!NOTE]
18+
> Supported regions are `westus`, `westus2`, `uaenorth`, `southindia`, and `switzerlandnorth`.
19+
1720
You can extend the capabilities of your Azure AI Foundry agent by connecting it to tools hosted on remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) servers (bring your own MCP server endpoint). Developers and organizations maintain these servers. The servers expose tools that MCP-compatible clients, such as Azure AI Foundry Agent Service, can access.
1821

1922
MCP is an open standard that defines how applications provide tools and contextual data to large language models (LLMs). It enables consistent, scalable integration of external tools into model workflows.
@@ -41,9 +44,6 @@ For more information on using MCP, see:
4144
* [Security Best Practices](https://modelcontextprotocol.io/specification/draft/basic/security_best_practices) on the Model Context Protocol website.
4245
* [Understanding and mitigating security risks in MCP implementations](https://techcommunity.microsoft.com/blog/microsoft-security-blog/understanding-and-mitigating-security-risks-in-mcp-implementations/4404667) in the Microsoft Security Community Blog.
4346

44-
> [!NOTE]
45-
> Supported regions are `westus`, `westus2`, `uaenorth`, `southindia`, and `switzerlandnorth`.
46-
4747
## Usage support
4848

4949
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |

0 commit comments

Comments
 (0)