Skip to content

Commit aba7820

Browse files
authored
Update azure-arc-create-container-app.md
1 parent b55df48 commit aba7820

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Next, add the required Azure CLI extensions.
3535
3636
```azurecli-interactive
3737
az extension add --upgrade --yes --name customlocation
38-
az extension remove --name containerapp
39-
az extension add -s https://aka.ms/acaarccli/containerapp-latest-py2.py3-none-any.whl --yes
38+
az extension add --name containerapp --upgrade --yes
4039
```
4140

4241
## Create a resource group

0 commit comments

Comments
 (0)