Skip to content

Commit 173f48b

Browse files
revert an unnecessary change
1 parent 3f4c9f3 commit 173f48b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ A connected environment is largely the same as a standard Container Apps environ
7777

7878
```azure-interactive
7979
myContainerApp="my-container-app"
80-
myConnectedEnvironmentName="<NAME_OF_CONNECTED_ENVIRONMENT>"
81-
myConnectedEnvironmentResourceGroup="<RESOURCE_GROUP_NAME_OF_CONNECTED_ENVIRONMENT>"
82-
myConnectedEnvironment=$(az containerapp connected-env show --resource-group $myConnectedEnvironmentResourceGroup --name $myConnectedEnvironmentName -o tsv --query id)
80+
myConnectedEnvironment=$(az containerapp connected-env list --custom-location $customLocationId -o tsv --query '[].id')
8381
```
8482

8583
## Create an app

0 commit comments

Comments
 (0)