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-services/agents/environment-setup.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Setup your environment for Azure AI Foundry Agent Service
2
+
title: Set up your environment for Azure AI Foundry Agent Service
3
3
titleSuffix: Azure AI Foundry
4
4
description: Use this guide to set up your agent environment
5
5
manager: nitinme
@@ -12,7 +12,7 @@ ms.date: 05/09/2025
12
12
ms.custom: azure-ai-agents
13
13
---
14
14
15
-
# Setup your environment
15
+
# Set up your environment
16
16
17
17
Creating your first agent with Azure AI Agent Service is a two-step process:
18
18
1. Set up your agent environment.
@@ -44,17 +44,17 @@ Agents are scoped at the project level, which ensures data isolation—agents wi
44
44
### Choose your setup
45
45
Azure AI Foundry Agent Service offers three environment configuration modes to suit different needs:
46
46
47
-
1.**Basic Setup**:
47
+
-**Basic Setup**:
48
48
49
-
This setup is compatible with OpenAI Assistants and manages agent states using the platform's built-in storage. It includes the same tools and capabilities as the Assistants API, with added support for non-OpenAI models and tools such as Azure AI Search, Bing, and SharePoint.
49
+
This setup is compatible with OpenAI Assistants and manages agent states using the platform's built-in storage. It includes the same tools and capabilities as the Assistants API, with added support for non-OpenAI models and tools such as Azure AI Search, Bing, and SharePoint.
50
50
51
-
2.**Standard Setup**:
51
+
-**Standard Setup**:
52
52
53
-
Includes everything in the basic setup and fine-grained control over your data by allowing you to use your own Azure resources. All customer data—including files, threads, and vector stores—are stored in your own Azure resources, giving you full ownership and control.
53
+
Includes everything in the basic setup and fine-grained control over your data by allowing you to use your own Azure resources. All customer data—including files, threads, and vector stores—are stored in your own Azure resources, giving you full ownership and control.
54
54
55
-
3.**Standard Setup with Bring Your Own (BYO) Virtual Network**:
55
+
-**Standard Setup with Bring Your Own (BYO) Virtual Network**:
56
56
57
-
Includes everything in the Standard Setup, with the added ability to operate entirely within your own virtual network. This setup supports Bring Your Own Virtual Network (BYO virtual network), allowing for strict control over data movement and helping prevent data exfiltration by keeping traffic confined to your network environment.
57
+
Includes everything in the Standard Setup, with the added ability to operate entirely within your own virtual network. This setup supports Bring Your Own Virtual Network (BYO virtual network), allowing for strict control over data movement and helping prevent data exfiltration by keeping traffic confined to your network environment.
58
58
59
59
### Compare setup options
60
60
@@ -94,8 +94,8 @@ By default, the deployment template is configured with the following values:
94
94
> The templates only support deployment of Azure OpenAI models. See which Azure OpenAI models are supported in the [Azure AI Foundry Agent Service model support](./concepts/model-region-support.md) documentation.
95
95
96
96
97
-
### What's Next?
97
+
### What's next?
98
98
*[Create your first agent](./quickstart.md)
99
99
* Explore more:
100
100
*[Use your existing resources](./how-to/use-your-own-resources.md)
0 commit comments