Network isolation support for tools in a toolbox
Network-isolated projects work best with tools that support private endpoints or VNet subnet integration. Review the support table before building a toolbox intended for regulated or highly secured environments. The following table shows how each tool’s traffic flows when your project uses network isolation. Some tools route through your VNet subnet or a private endpoint, some use public endpoints or the Microsoft backbone network, and some aren’t supported in a network-isolated project.
Tools that use your VNet subnet communicate through the delegated subnet associated with the Foundry project. These tools can access resources reachable from that subnet, subject to your network security rules.
For the authoritative, tool-by-tool support matrix, see Agent tools with network isolation. For the full list of tools and their SDK and tooling support, see Feature support.
Set up a network-secured project
Set up network isolation at the project level, then create your toolbox in that project. You can find the infrastructure-as-code templates in the Foundry samples infrastructure setup repository (Bicep, with a Terraform mirror). The template you choose depends on your agent project type.Configure a Basic agent project
A Basic agent project uses platform-managed data resources. To place it inside your own virtual network with private endpoints and no public egress, deploy the11-private-network-basic-vnet template. To restrict who can call the endpoint while keeping public egress, use 10-private-network-basic.
Configure a Standard agent project
A Standard agent project brings your own data resources (Azure Cosmos DB, Azure Storage, and Azure AI Search). For full isolation with no public egress and bring-your-own data resources, deploy the15-private-network-standard-agent-setup template.
For the full template catalog and what each one provisions, see the infrastructure setup README. For a step-by-step walkthrough of customizing the scaffolded infrastructure, see Set up private networking for Foundry Agent Service.