Skip to content

Commit e200ed5

Browse files
committed
Fix code block formatting and update base URL in README files for Azure IaaS
1 parent 8443693 commit e200ed5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

04-cloud/azure/iaas/00-vnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ az network vnet create \
4545

4646
o si estás en Windows:
4747

48-
```bash
48+
```pwsh
4949
echo -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
5151
az network vnet create `

04-cloud/azure/iaas/01-db-vm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ az network nsg rule create \
171171

172172
o si estás en Windows:
173173

174-
```bash
174+
```pwsh
175175
echo -e "Create a network security group rule for SQL Server port 1433"
176176
177177
az network nsg rule create `

04-cloud/azure/iaas/02-api-vm/api.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
GET {{base_url}} HTTP/1.1
55

04-cloud/azure/iaas/04-load-balancer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LOAD_BALANCER_NAME="frontend-lb"
1515
LB_IP_NAME="tour-of-heroes-lb-ip-$RANDOM"
1616
PROBE_NAME="frontend-probe"
1717
BACKEND_POOL_NAME="tour-of-heroes-backend-pool"
18-
````
18+
```
1919

2020
o si estás en Windows:
2121

@@ -202,7 +202,7 @@ FRONTEND_LB_PUBLIC_IP=$(az network public-ip show \
202202
--output tsv)
203203

204204
echo -e "Front end VM public IP address: http://$FRONTEND_LB_PUBLIC_IP"
205-
````
205+
```
206206

207207
o si estás en Windows:
208208

0 commit comments

Comments
 (0)