Skip to content

Commit 967b903

Browse files
committed
Minor fixes.
1 parent bda8f18 commit 967b903

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/tutorial-scaling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ az containerapp up \
4747
--resource-group my-container-apps \
4848
--location centralus \
4949
--environment 'my-container-apps' \
50-
--image mcr.microsoft.com/k8se/quickstart:latest \
51-
--target-port 80 \
50+
--image mcr.microsoft.com/dotnet/samples:aspnetapp \
51+
--target-port 8080 \
5252
--ingress external \
5353
--query properties.configuration.ingress.fqdn \
5454
```
@@ -61,8 +61,8 @@ az containerapp up `
6161
--resource-group my-container-apps `
6262
--location centralus `
6363
--environment my-container-apps `
64-
--image mcr.microsoft.com/k8se/quickstart:latest `
65-
--target-port 80 `
64+
--image mcr.microsoft.com/dotnet/samples:aspnetapp `
65+
--target-port 8080 `
6666
--ingress external `
6767
--query properties.configuration.ingress.fqdn `
6868
```

0 commit comments

Comments
 (0)