Skip to content

Commit bf1c0cf

Browse files
committed
adding byo vnet concept page
1 parent 3778d52 commit bf1c0cf

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: 'Standard setup and your own vnet overview'
3+
titleSuffix: Azure OpenAI
4+
description: Concept page for how to use your own vnet with the Azure AI Agent Service.
5+
services: cognitive-services
6+
manager: nitinme
7+
ms.service: azure-ai-agent-service
8+
ms.topic: how-to
9+
ms.date: 02/22/2025
10+
author: fosteramanda
11+
ms.author: fosteramanda
12+
ms.custom: azure-ai-agents
13+
---
14+
# Overview Standard setup with Virtual Networking
15+
16+
Azure AI Agent Service offers a standard agent configuration with private networking, allowing you to bring your own private virtual network.
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+
26+
### Known Limitations
27+
28+
- Azure Blob Storage: Using Azure Blob Storage files with the File Search tool is not supported.

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ 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.
2116

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.
17+
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.
2518

19+
For more details [BYO Vnet overview](byo-vnet-overview.md).
2620

2721
## Prerequisites
2822

0 commit comments

Comments
 (0)