Skip to content

Commit 4ebbcce

Browse files
Merge pull request #118189 from gakushi-ishii/patch-1
Update manage-create-arc-environment.md
2 parents 8dab022 + 79972ed commit 4ebbcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/manage-create-arc-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The [custom location](../azure-arc/kubernetes/custom-locations.md) in Azure is u
359359
```bash
360360
CUSTOM_LOCATION_NAME="my-custom-location" # Name of the custom location
361361

362-
CONNECTED_CLUSTER_ID=$(az connectedk8s show --resource-group $GROUP_NAME --name $CLUSTER_NAME-query id --output tsv)
362+
CONNECTED_CLUSTER_ID=$(az connectedk8s show --resource-group $GROUP_NAME --name $CLUSTER_NAME --query id --output tsv)
363363
```
364364

365365
# [PowerShell](#tab/powershell)

0 commit comments

Comments
 (0)