Skip to content

Update virtual-networks.md #407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions articles/ai-services/agents/how-to/virtual-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ For customers without an existing virtual network, the Standard Setup with Priva
* A Microsoft-managed key vault is used by default.


### Option 1: manually deploy the bicep template
### Manually deploy the bicep template

> [!NOTE]
> Bicep template is the only way available to deploy a network secured environment for Agent Services.

1. To deploy and customize the bicep templates, [download the template from GitHub](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup). Download the following from the `private-network-standard-agent-setup` folder:
1. `main.bicep`
Expand Down Expand Up @@ -180,4 +183,4 @@ Our goal is to accelerate the development and deployment of AI agents without co


## What's next?
You’ve now successfully configured a Network Secure Account and project, use the [quickstart](../quickstart.md) to create your first agent.
You’ve now successfully configured a Network Secure Account and project, use the [quickstart](../quickstart.md) to create your first agent.