Skip to content

Commit 66b9b28

Browse files
authored
(Azure CXP) fixes a typo
resolves MicrosoftDocs/azure-docs#103953
1 parent a14821a commit 66b9b28

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
@@ -34,7 +34,7 @@ Next, add the required Azure CLI extensions.
3434
3535
```azurecli-interactive
3636
az extension add --upgrade --yes --name customlocation
37-
az extension remove --name containerapps
37+
az extension remove --name containerapp
3838
az extension add -s https://download.microsoft.com/download/5/c/2/5c2ec3fc-bd2a-4615-a574-a1b7c8e22f40/containerapp-0.0.1-py2.py3-none-any.whl --yes
3939
```
4040

0 commit comments

Comments
 (0)