File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ az network vnet create \
4545
4646o si estás en Windows:
4747
48- ``` bash
48+ ``` pwsh
4949echo -e "Creating virtual network $VNET_NAME with address prefix $VNET_ADDRESS_PREFIX and subnet $DB_SUBNET_NAME with address prefix $DB_SUBNET_ADDRESS_PREFIX"
5050
5151az network vnet create `
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ az network nsg rule create \
171171
172172o si estás en Windows:
173173
174- ``` bash
174+ ``` pwsh
175175echo -e "Create a network security group rule for SQL Server port 1433"
176176
177177az network nsg rule create `
Original file line number Diff line number Diff line change 11#@base_url = http://tour-of-heroes-api-vm-<TU_NUMERO_RANDOM>.uksouth.cloudapp.azure.com/api/hero
2- @base_url = http://tour-of-heroes-api-vm-6203 .uksouth.cloudapp.azure.com/api/hero
2+ @base_url = http://tour-of-heroes-api-vm-8250 .uksouth.cloudapp.azure.com/api/hero
33
44GET {{base_url }} HTTP/1.1
55
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ LOAD_BALANCER_NAME="frontend-lb"
1515LB_IP_NAME=" tour-of-heroes-lb-ip-$RANDOM "
1616PROBE_NAME=" frontend-probe"
1717BACKEND_POOL_NAME=" tour-of-heroes-backend-pool"
18- ````
18+ ```
1919
2020o si estás en Windows:
2121
@@ -202,7 +202,7 @@ FRONTEND_LB_PUBLIC_IP=$(az network public-ip show \
202202--output tsv)
203203
204204echo -e " Front end VM public IP address: http://$FRONTEND_LB_PUBLIC_IP "
205- ````
205+ ```
206206
207207o si estás en Windows:
208208
You can’t perform that action at this time.
0 commit comments