Skip to content

Commit f3cf40a

Browse files
Merge pull request #225520 from MayankBargali-MSFT/patch-92
(AzureCXP) fixed containerapp command
2 parents da3711c + 73e8fdd commit f3cf40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/azure-arc-create-container-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ myConnectedEnvironment = az containerapp connected-env list --custom-location cu
8383
The following example creates a Node.js app.
8484

8585
```azurecli-interactive
86-
az container app create \
86+
az containerapp create \
8787
--resource-group myResourceGroup \
8888
--name myContainerApp \
8989
--environment myConnectedEnvironment \

0 commit comments

Comments
 (0)