Skip to content

Commit e838949

Browse files
Update virtual-networks.md
1 parent b58fc65 commit e838949

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,26 @@ For customers without an existing virtual network, the Standard Setup with Priva
106106
```
107107

108108
1. Run the CheckCapabilityHostReadiness.ps1 and edit the command to add your subscription ID, resource group name, and your newly deployed AI Services account resource name.
109+
109110
```
110111
.\CheckCapabilityHostReadiness.ps1 -subscriptionId "<your-sub-id>" -resourcegroup "<new-rg-name>" -accountname "<your-aiservices-name>"
111112
```
112-
If you do not want to run the Powershell script, you can run a bash script instead, from the file CheckCapabilityHostReadiness.sh. Run the following two commands:
113+
114+
If you don't want to run the PowerShell script, you can run a bash script instead, from the file CheckCapabilityHostReadiness.sh. Run the following two commands:
115+
113116
```
114117
chmod +x CheckCapabilityHostReadiness.sh
115118
./CheckCapabilityHostReadiness.sh "<your-sub-id>" "<new-rg-name>" "<your-aiservices-name>"
116119
```
120+
117121
1. Deploy the main-project-caphost-create.bicep
122+
118123
```
119124
az deployment group create --resource-group <new-rg-name> --template-file main-project-caphost-create.bicep
120125
```
121-
After running this script, you are required to input the following values:
126+
127+
After running this script, you're required to input the following values:
128+
122129
```
123130
Please provide string value for 'accountName' (? for help): <your-account-name>
124131
Please provide string value for 'projectName' (? for help): <your-project-name>

0 commit comments

Comments
 (0)