Skip to content

Commit 779b265

Browse files
committed
adding fixes to wording for clarity
1 parent 1cea36a commit 779b265

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/agents/how-to/byo-vnet-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ ms.custom: azure-ai-agents
1313
---
1414
# Overview Standard setup with Virtual Networking
1515

16-
Azure AI Agent Service offers a standard agent configuration with private networking, allowing you to bring your own private virtual network.
16+
Azure AI Agent Service offers a standard agent configuration with private networking, allowing you to bring your own (BYO) private virtual network.
1717

1818
> [!NOTE]
19-
> Standard setup with private networking can only be configured by deploying the Bicep template. Once deployed, agents must be created using the SDK. You cannot use the UI to create agents in a project with private networking enabled.
19+
> Standard setup with private networking can only be configured by deploying the Bicep template. Once deployed, agents must be created using the SDK. You can't use the UI to create agents in a project with private networking enabled.
2020
2121
### Security Benefits of BYO Virtual Network
2222

2323
- **No public egress**: foundational infrastructure ensures the right authentication and security for your agents and tools, without you having to do trusted service bypass.
2424

2525
- **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).
2626

27-
- **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.
27+
- **Private resource access**: If your resources are marked as private and nondiscoverable from the Internet, the platform network can still access them, provided the necessary credentials and authorization are in place.
2828

2929
### Known Limitations
3030

31-
- Azure Blob Storage: Using Azure Blob Storage files with the File Search tool is not supported.
31+
- Azure Blob Storage: Using Azure Blob Storage files with the File Search tool isn't supported.

0 commit comments

Comments
 (0)