You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/virtual-networks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ For customers without an existing virtual network, the Standard Setup with Priva
80
80
### Option 1: manually deploy the bicep template
81
81
82
82
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`
84
84
1. `azuredeploy.parameters.json`
85
85
1. `modules-network-secured folder`
86
86
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
102
102
1. To use default resource names, run:
103
103
104
104
```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
106
106
```
107
107
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).
108
108
@@ -154,7 +154,7 @@ For Agents, private endpoints ensure secure, internal-only connectivity for the
To create a conditional forwarder in the DNS Server to the Azure DNS Virtual Server, use the list of zones mentioned in the above table. The Azure DNS Virtual Server IP address is 168.63.129.16.
158
158
159
159
### Access your secured agents
160
160
@@ -180,4 +180,4 @@ Our goal is to accelerate the development and deployment of AI agents without co
180
180
181
181
182
182
## 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