Skip to content

Commit 83e70f2

Browse files
Merge branch 'main' of github.com:jose1824/acordeon-az900-innovaccion
2 parents bfa02a9 + 52d8bc0 commit 83e70f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: res/tutorial-k8s-wordpress.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Tutorial de Wordpress con Kubernetes
22

33
Para ver el tutorial introductorio y que instalar, checa este video:
4-
- [Tutorial básico de Kubernetes y contenedores](/res/tutorial-k8s-wordpress.md)
4+
- [Tutorial básico de Kubernetes y contenedores](/res/tutorial_kubernetes_basic.md)
55
- [Video tutorial](https://web.microsoftstream.com/video/380105ad-3a67-4134-8acd-608bbb5bacc3)
6+
- [Descarga Wordpress](https://wordpress.org/download/)
67

78
## Contenido de los archivos
89

@@ -121,7 +122,7 @@ docker build --tag myblog:latest .
121122

122123
- Creación del recurso Azure Container Registry (ACR)
123124
```
124-
acr create --resource-group NOMBRE_GRUPO_RECURSO --name NOMBRE_ACR --sku Basic
125+
az acr create --resource-group NOMBRE_GRUPO_RECURSO --name NOMBRE_ACR --sku Basic
125126
```
126127

127128
- Creación del recurso de Azure Kubernetes Service (AKS)

0 commit comments

Comments
 (0)