Skip to content

Commit 84fe6df

Browse files
Merge pull request #249291 from cachai2/updateAP
update CLI to create
2 parents 3accd2e + 491a041 commit 84fe6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/ingress-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ You can expose additional TCP ports from your application. To learn more, see th
174174
Adding additional TCP ports can be done through the CLI by referencing a YAML file with your TCP port configurations.
175175

176176
```azurecli
177-
az containerapp update
177+
az containerapp create
178178
--name <app-name> \
179179
--resource-group <resource-group> \
180180
--yaml <your-yaml-file>
@@ -191,7 +191,7 @@ properties:
191191
ingress:
192192
additionalPortMappings:
193193
- exposedPort: 21025
194-
external: true
194+
external: false
195195
targetPort: 1025
196196
allowInsecure: false
197197
external: true

0 commit comments

Comments
 (0)