Skip to content

Commit ba9e7dd

Browse files
authored
Merge pull request #121771 from LavredisG/main
Update tutorial-kubernetes-prepare-app.md and paas-services.md
2 parents 09983b9 + 87a9922 commit ba9e7dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/aks/tutorial-kubernetes-paas-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ In previous tutorials, you used a RabbitMQ container to store orders submitted b
143143
```
144144
145145
2. Open the `aks-store-quickstart.yaml` file in a text editor.
146-
3. Remove the existing `rabbitmq` Deployment, ConfigMap, and Service sections and replace the existing `order-service` Deployment section with the following content:
146+
3. Remove the existing `rabbitmq` StatefulSet, ConfigMap, and Service sections and replace the existing `order-service` Deployment section with the following content:
147147
148148
```yaml
149149
apiVersion: apps/v1

articles/aks/tutorial-kubernetes-prepare-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ You can use [Docker Compose][docker-compose] to automate building container imag
183183

184184
### Docker
185185

186-
1. Create the container image, download the Redis image, and start the application using the `docker compose` command:
186+
1. Create the container image, download the RabbitMQ image, and start the application using the `docker compose` command:
187187

188188
```console
189189
docker compose -f docker-compose-quickstart.yml up -d

0 commit comments

Comments
 (0)