Skip to content

Commit 73e8fdd

Browse files
(AzureCXP) fixed containerapp command
Updated the create containerapp command https://learn.microsoft.com/en-us/cli/azure/containerapp?view=azure-cli-latest#az-containerapp-create
1 parent da3711c commit 73e8fdd

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)