Skip to content

Commit bdb41d8

Browse files
authored
Merge pull request #406 from AhmadAbdullah91/patch-4
Update virtual-networks.md
2 parents e0aac65 + f865ad6 commit bdb41d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/agents/how-to/virtual-networks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For customers without an existing virtual network, the Standard Setup with Priva
8080
### Option 1: manually deploy the bicep template
8181

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

104104
```console
105-
az deployment group create --resource-group {my_resource_group} --template-file main.bicep
105+
az deployment group create --resource-group {my_resource_group} --template-file main-create.bicep
106106
```
107107
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).
108108

@@ -180,4 +180,4 @@ Our goal is to accelerate the development and deployment of AI agents without co
180180

181181

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

0 commit comments

Comments
 (0)