Skip to content

Commit 78f3353

Browse files
Apply suggestions from code review
1 parent 25d2b91 commit 78f3353

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/ai-services/agents/environment-setup.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup your environment for Azure AI Foundry Agent Service
2+
title: Set up your environment for Azure AI Foundry Agent Service
33
titleSuffix: Azure AI Foundry
44
description: Use this guide to set up your agent environment
55
manager: nitinme
@@ -12,7 +12,7 @@ ms.date: 05/09/2025
1212
ms.custom: azure-ai-agents
1313
---
1414

15-
# Setup your environment
15+
# Set up your environment
1616

1717
Creating your first agent with Azure AI Agent Service is a two-step process:
1818
1. Set up your agent environment.
@@ -44,17 +44,17 @@ Agents are scoped at the project level, which ensures data isolation—agents wi
4444
### Choose your setup
4545
Azure AI Foundry Agent Service offers three environment configuration modes to suit different needs:
4646

47-
1. **Basic Setup**:
47+
- **Basic Setup**:
4848

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.
5050

51-
2. **Standard Setup**:
51+
- **Standard Setup**:
5252

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.
5454

55-
3. **Standard Setup with Bring Your Own (BYO) Virtual Network**:
55+
- **Standard Setup with Bring Your Own (BYO) Virtual Network**:
5656

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.
5858

5959
### Compare setup options
6060

@@ -94,8 +94,8 @@ By default, the deployment template is configured with the following values:
9494
> 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.
9595
9696

97-
### What's Next?
97+
### What's next?
9898
* [Create your first agent](./quickstart.md)
9999
* Explore more:
100100
* [Use your existing resources](./how-to/use-your-own-resources.md)
101-
* [Network aecured agent setup](./how-to/virtual-networks.md)
101+
* [Network secured agent setup](./how-to/virtual-networks.md)

0 commit comments

Comments
 (0)