Skip to content

Commit d8b0ae0

Browse files
Merge pull request #3214 from fosteramanda/vnet-minor-fixes
Minor fixes vnet wording
2 parents 44f3d5d + 092721a commit d8b0ae0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Azure AI Agent Service offers a standard agent configuration with private networ
4848
* `Microsoft.MachineLearningServices`
4949
* `Microsoft.Search`
5050
* `Microsoft.Network`
51+
* `Microsoft.App`
5152
* To use Bing Search tool: `Microsoft.Bing`
5253

5354
```console
@@ -109,7 +110,7 @@ Azure AI Agent Service offers a standard agent configuration with private networ
109110

110111
| Template | Description | Autodeploy |
111112
| ------------------- | -----------------------------------------------| -----------------------|
112-
| `network-secured-agent.bicep` | Deploy a network secured agent setup that uses user-managed identity authentication on the Agent connections. | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Frefs%2Fheads%2Fmaster%2Fquickstarts%2Fmicrosoft.azure-ai-agent-service%2Fnetwork-secured-agent%2Fazuredeploy.json)
113+
| `network-secured-agent.bicep` | Deploy a network secured agent setup that uses user-managed identity authentication on the Agent connections. | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazureai-samples%2Fmain%2Fscenarios%2FAgents%2Fsetup%2Fnetwork-secured-agent%2Fazuredeploy.json)
113114

114115
### Option 2: manually deploy the bicep template
115116

@@ -131,7 +132,7 @@ Azure AI Agent Service offers a standard agent configuration with private networ
131132

132133
Make sure you have the Azure AI Developer role for the resource group you created.
133134

134-
1. Using the resource group you created in the previous step and one of the template files (either `basic-agent-keys.bicep` or `basic-agent-identity.bicep`), run one of the following commands:
135+
1. Using the resource group you created in the previous step and one of the template files (`network-secured-agent`), run one of the following commands:
135136

136137
1. To use default resource names, run:
137138

0 commit comments

Comments
 (0)