Skip to content

Commit 42acc0d

Browse files
committed
Update resource group and base URL
1 parent eca2793 commit 42acc0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

04-cloud/00-aks/01-mi-primer-aks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LOCATION="uksouth"
1313
o si estás en Windows:
1414

1515
```pwsh
16-
$RESOURCE_GROUP="aks-demo"
16+
$RESOURCE_GROUP="bootcamp-lemoncode"
1717
$AKS_NAME="lemoncode-cluster"
1818
$LOCATION="uksouth"
1919
```

04-cloud/00-aks/01-mi-primer-aks/heroes.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@base_url = http://172.165.69.163/api/hero
1+
@base_url = http://172.165.145.185/api/hero
22

33
GET {{base_url}} HTTP/1.1
44

0 commit comments

Comments
 (0)