Skip to content

Commit 38f42c5

Browse files
committed
fixing indentation
1 parent 3745d72 commit 38f42c5

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
@@ -147,10 +147,10 @@ Azure AI Agent Service offers a standard agent configuration with private networ
147147
```
148148

149149
1. To customize other parameters, including the OpenAI model deployment, download, and edit the `azuredeploy.parameters.json` file, then run:
150-
151-
```console
152-
az deployment group create --resource-group {my_resource_group} --template-file main.bicep --parameters @azuredeploy.parameters.json
153-
```
150+
151+
```console
152+
az deployment group create --resource-group {my_resource_group} --template-file main.bicep --parameters @azuredeploy.parameters.json
153+
```
154154

155155
## Configure and run an agent
156156

0 commit comments

Comments
 (0)