Skip to content

Commit 59ef557

Browse files
committed
typo fix
1 parent f83c504 commit 59ef557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Azure AI Agent Service offers a standard agent configuration with private networ
8686
* Search Service Contributor
8787

8888
* Configures a managed virtual network with two subnet resources:
89-
* Azure resource subnet
89+
* Azure resources subnet
9090
* Enables service endpoints for:
9191
* `Microsoft.KeyVault`
9292
* `Microsoft.Storage`
@@ -197,7 +197,7 @@ For example, your connection string might look something like:
197197
Set this connection string as an environment variable named `PROJECT_CONNECTION_STRING`.
198198

199199
> [!NOTE]
200-
> The following code sample shows creating an agent uisng Python. See the [quickstart](../quickstart.md) for examples in other programming languages.
200+
> The following code sample shows creating an agent using Python. See the [quickstart](../quickstart.md) for examples in other programming languages.
201201
202202
```python
203203
import os

0 commit comments

Comments
 (0)