Skip to content

Commit 62240f4

Browse files
committed
fix commands
1 parent 96737cc commit 62240f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/kubernetes/quickstart-connect-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ You can delete the Azure Arc-enabled Kubernetes resource, any associated configu
412412
az connectedk8s delete --name AzureArcTest1 --resource-group AzureArcTest
413413
```
414414

415-
If the deletion process hangs, use the following command to force deletion (adding `y` if you want to bypass the confirmation prompt):
415+
If the deletion process hangs, use the following command to force deletion (adding `-y` if you want to bypass the confirmation prompt):
416416

417417
```azurecli
418-
az connectedk8s delete -g <> -n <> --force
418+
az connectedk8s delete -g AzureArcTest1 -n AzureArcTest --force
419419
```
420420

421421
This command can also be used if you experience issues when creating a new cluster deployment (due to previously-created resources not being completely removed).

0 commit comments

Comments
 (0)