Skip to content

Update virtual-networks.md #406

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

Merged
merged 1 commit into from
May 30, 2025
Merged
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
6 changes: 3 additions & 3 deletions articles/ai-services/agents/how-to/virtual-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For customers without an existing virtual network, the Standard Setup with Priva
### Option 1: manually deploy the bicep template

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`
1. `main-create.bicep`
1. `azuredeploy.parameters.json`
1. `modules-network-secured folder`
1. To authenticate to your Azure subscription from the Azure CLI, use the following command:
Expand All @@ -102,7 +102,7 @@ For customers without an existing virtual network, the Standard Setup with Priva
1. To use default resource names, run:

```console
az deployment group create --resource-group {my_resource_group} --template-file main.bicep
az deployment group create --resource-group {my_resource_group} --template-file main-create.bicep
```
For more details, see the [README](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup).

Expand Down Expand Up @@ -180,4 +180,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.