You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/concepts/model-region-support.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@ description: Learn about the models you can use with Azure AI Foundry Agent Serv
5
5
manager: nitinme
6
6
author: aahill
7
7
ms.author: aahi
8
-
ms.service: azure-ai-agent-service
8
+
ms.service: azure-ai-foundry
9
+
ms.subservice: azure-ai-foundry-agent-service
9
10
ms.topic: conceptual
10
-
ms.date: 08/04/2025
11
+
ms.date: 08/14/2025
11
12
ms.custom: azure-ai-agents, references_regions
12
13
---
13
14
@@ -18,7 +19,7 @@ Agents are powered by a diverse set of Azure OpenAI models with different capabi
18
19
-**Standard** is offered with a global deployment option, routing traffic globally to provide higher throughput.
19
20
-**Provisioned** is also offered with a global deployment option, allowing customers to purchase and deploy provisioned throughput units across Azure global infrastructure.
20
21
21
-
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see [deployment types guide](../../openai/how-to/deployment-types.md).
22
+
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see [deployment types guide](../../foundry-models/concepts/deployment-types.md).
22
23
23
24
## Available models
24
25
@@ -47,11 +48,13 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
47
48
| italynorth | - | - | ✅ | ✅ | - | - |
48
49
| japaneast | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
49
50
| norwayeast | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
51
+
| southafricanorth | ✅ | ✅ | ✅ | ✅ | - | ✅ |
50
52
| southcentralus | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
51
53
| southindia | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
52
54
| swedencentral | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
53
55
| switzerlandnorth | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
54
56
| uksouth | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
57
+
| westeurope | ✅ | ✅ | ✅ | ✅ | - | ✅ |
55
58
| westus | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
56
59
| westus3 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
57
60
@@ -68,12 +71,14 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
68
71
| germanywestcentral| ✅ | ✅ | ✅ | ✅ |
69
72
| italynorth | ✅ | ✅ | ✅ | ✅ |
70
73
| japaneast | ✅ | ✅ | ✅ | ✅ |
74
+
| southafricanorth | ✅ | ✅ | ✅ | ✅ |
71
75
| southcentralus | ✅ | ✅ | ✅ | ✅ |
72
76
| southeastasia | ✅ | ✅ | ✅ | ✅ |
73
77
| southindia | ✅ | ✅ | ✅ | ✅ |
74
78
| swedencentral | ✅ | ✅ | ✅ | ✅ |
75
79
| switzerlandnorth | ✅ | ✅ | ✅ | ✅ |
76
80
| uksouth | ✅ | ✅ | ✅ | ✅ |
81
+
| westeurope | ✅ | ✅ | ✅ | ✅ |
77
82
| westus | ✅ | ✅ | ✅ | ✅ |
78
83
| westus3 | ✅ | ✅ | ✅ | ✅ |
79
84
@@ -93,6 +98,7 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/concepts/threads-runs-messages.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
---
2
-
title: Threads, Runs, and Messages in Azure AI Foundry Agent Service
2
+
title: Threads, Runs, and Messages in the Azure AI Foundry Agent Service
3
3
titleSuffix: Azure AI Foundry
4
4
description: Learn about the components used in the Azure AI Foundry Agent Service.
5
5
manager: nitinme
6
6
author: aahill
7
7
ms.author: aahi
8
-
ms.service: azure-ai-agent-service
8
+
ms.service: azure-ai-foundry
9
+
ms.subservice: azure-ai-foundry-agent-service
9
10
ms.topic: conceptual
10
-
ms.date: 04/15/2025
11
+
ms.date: 09/24/2025
11
12
ms.custom: azure-ai-agents
12
13
---
13
14
14
-
# Threads, Runs, and Messages in Azure AI Foundry Agent Service
15
+
# Threads, runs, and messages in Azure AI Foundry Agent Service
15
16
16
17
Azure AI Foundry Agent Service supports persistent threads, runs, and messages, which are essential components for managing conversation states and interactions with users.
17
18
@@ -30,7 +31,7 @@ When you use an Agent, there are a series of steps that are involved.
30
31
31
32
## Agent
32
33
33
-
A custom AI that uses AI models in conjunction with tools.
34
+
An agent is a configurable orchestration component that uses AI models with instructions, tools, parameters, and optional safety/governance controls. At run time an agent uses these components and a given thread's message history to respond to user inputs.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/environment-setup.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ manager: nitinme
6
6
author: aahill
7
7
ms.author: aahi
8
8
ms.reviewer: fosteramanda
9
-
ms.service: azure-ai-agent-service
9
+
ms.service: azure-ai-foundry
10
+
ms.subservice: azure-ai-foundry-agent-service
10
11
ms.topic: how-to
11
12
ms.date: 06/18/2025
12
13
ms.custom: azure-ai-agents
@@ -37,7 +38,7 @@ Projects are currently the unit of sharing and isolation in Foundry. See the [wh
37
38
38
39
### Prerequisites
39
40
40
-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
41
+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
41
42
* Ensure that the individual creating the account and project has the **Azure AI Account Owner** role at the subscription scope
42
43
* If configuring a [standard setup](#choose-your-setup), the same individual must also have permissions to assign roles to required resources (Cosmos DB, Azure AI Search, Azure Blob Storage). For more information on RBAC roles, specific to Azure AI Foundry Agent Service, see [Azure AI Foundry Agent Service RBAC roles](../concepts/rbac-azure-ai-foundry.md).
43
44
* The built-in role needed is **Role Based Access Administrator**.
0 commit comments