Skip to content

Commit 3778d52

Browse files
committed
editing wording
1 parent a75cfad commit 3778d52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/ai-services/agents/how-to/use-your-own-vnet.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ ms.custom: azure-ai-agents
1313
---
1414

1515
# QuickStart: Create a new network-secured agent with user-managed identity
16+
Azure AI Agent Service offers a standard agent configuration with private networking, allowing you to bring your own private virtual network. This setup creates an isolated network environment that lets you securely access data and perform actions while maintaining full control over your network infrastructure. This guide provides a step-by-step walkthrough of the setup process and outlines all necessary requirements.
17+
18+
### Security Benefits of BYO Virtual Network
19+
20+
- **No public egress**: foundational infrastructure ensures the right authentication and security for your agents and tools, without you having to do trusted service bypass.
21+
22+
- **Container injection**: allows the platform network to host APIs and inject a subnet into your network, enabling local communication of your Azure resources within the same virtual network (VNet).
23+
24+
- **Private resource access**: If your resources are marked as private and non-discoverable from the Internet, the platform network can still access them, provided the necessary credentials and authorization are in place.
25+
1626

1727
## Prerequisites
1828

0 commit comments

Comments
 (0)