We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dab022 + 79972ed commit 4ebbcceCopy full SHA for 4ebbcce
articles/app-service/manage-create-arc-environment.md
@@ -359,7 +359,7 @@ The [custom location](../azure-arc/kubernetes/custom-locations.md) in Azure is u
359
```bash
360
CUSTOM_LOCATION_NAME="my-custom-location" # Name of the custom location
361
362
- CONNECTED_CLUSTER_ID=$(az connectedk8s show --resource-group $GROUP_NAME --name $CLUSTER_NAME-query id --output tsv)
+ CONNECTED_CLUSTER_ID=$(az connectedk8s show --resource-group $GROUP_NAME --name $CLUSTER_NAME --query id --output tsv)
363
```
364
365
# [PowerShell](#tab/powershell)
0 commit comments