Skip to content

Commit b462442

Browse files
authored
Merge pull request #5310 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents d85a74b + 89a304c commit b462442

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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

@@ -154,7 +154,7 @@ For Agents, private endpoints ensure secure, internal-only connectivity for the
154154
| **Azure Cosmos DB** | Sql | `privatelink.documents.azure.com` | `documents.azure.com` |
155155
| **Azure Storage** | blob | `privatelink.blob.core.windows.net` | `blob.core.windows.net` |
156156

157-
157+
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.
158158

159159
### Access your secured agents
160160

@@ -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)