Skip to content

Commit 2c27078

Browse files
committed
Update resource group and AKS name
1 parent e8b39a5 commit 2c27078

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
@@ -5,7 +5,7 @@ Para poder ejecutar los siguientes comando necesitas tener instalado Azure CLI c
55
Una vez lo tengas, utiliza estas variables de entorno para configurar las tuyas propias si fuera necesario:
66

77
```bash
8-
RESOURCE_GROUP="aks-demo"
8+
RESOURCE_GROUP="bootcamp-lemoncode"
99
AKS_NAME="lemoncode-cluster"
1010
LOCATION="uksouth"
1111
```

04-cloud/00-aks/03-keda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ STORAGE_CONNECTION_STRING=$(az storage account show-connection-string \
4040
--name $STORAGE_ACCOUNT_NAME \
4141
--resource-group $RESOURCE_GROUP \
4242
--output tsv)
43-
``````
43+
```
4444

4545
Una vez creada la cuenta de almacenamiento, vamos a crear una cola de mensajes:
4646

0 commit comments

Comments
 (0)