File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ az containerapp up \
120
120
--resource-group my-container-apps \
121
121
--location centralus \
122
122
--environment 'my-container-apps' \
123
- --image mcr.microsoft.com/azuredocs/containerapps-helloworld :latest \
123
+ --image mcr.microsoft.com/k8se/quickstart :latest \
124
124
--target-port 80 \
125
125
--ingress external \
126
126
--query properties.configuration.ingress.fqdn \
@@ -134,7 +134,7 @@ az containerapp up `
134
134
--resource-group my-container-apps `
135
135
--location centralus `
136
136
--environment my-container-apps `
137
- --image mcr.microsoft.com/azuredocs/containerapps-helloworld :latest `
137
+ --image mcr.microsoft.com/k8se/quickstart :latest `
138
138
--target-port 80 `
139
139
--ingress external `
140
140
--query properties.configuration.ingress.fqdn `
You can’t perform that action at this time.
0 commit comments