Skip to content

Commit f058637

Browse files
authored
Update tutorial-scaling.md
1 parent 7e5e82d commit f058637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/tutorial-scaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ az containerapp up \
120120
--resource-group my-container-apps \
121121
--location centralus \
122122
--environment 'my-container-apps' \
123-
--image mcr.microsoft.com/azuredocs/containerapps-helloworld:latest \
123+
--image mcr.microsoft.com/k8se/quickstart:latest \
124124
--target-port 80 \
125125
--ingress external \
126126
--query properties.configuration.ingress.fqdn \
@@ -134,7 +134,7 @@ az containerapp up `
134134
--resource-group my-container-apps `
135135
--location centralus `
136136
--environment my-container-apps `
137-
--image mcr.microsoft.com/azuredocs/containerapps-helloworld:latest `
137+
--image mcr.microsoft.com/k8se/quickstart:latest `
138138
--target-port 80 `
139139
--ingress external `
140140
--query properties.configuration.ingress.fqdn `

0 commit comments

Comments
 (0)