File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ az containerapp up \
47
47
--resource-group my-container-apps \
48
48
--location centralus \
49
49
--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 \
52
52
--ingress external \
53
53
--query properties.configuration.ingress.fqdn \
54
54
```
@@ -61,8 +61,8 @@ az containerapp up `
61
61
--resource-group my-container-apps `
62
62
--location centralus `
63
63
--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 `
66
66
--ingress external `
67
67
--query properties.configuration.ingress.fqdn `
68
68
```
You can’t perform that action at this time.
0 commit comments