Skip to content

Commit 96737cc

Browse files
committed
fix wording
1 parent 45a6704 commit 96737cc

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,13 +412,13 @@ You can delete the Azure Arc-enabled Kubernetes resource, any associated configu
412412
az connectedk8s delete --name AzureArcTest1 --resource-group AzureArcTest
413413
```
414414

415-
In some cases, the deletion process may not complete. If this happens, use the following command to force deletion (to bypass the confirmation prompt, add '-y'):
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
418418
az connectedk8s delete -g <> -n <> --force
419419
```
420420

421-
If you experience issues when creating a new cluster deployment, running this command may help resolve the problem by completely removing any previously-created resources.
421+
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).
422422

423423
>[!NOTE]
424424
> Deleting the Azure Arc-enabled Kubernetes resource using the Azure portal removes any associated configuration resources, but *does not* remove any agents running on the cluster. Best practice is to delete the Azure Arc-enabled Kubernetes resource using `az connectedk8s delete` rather than deleting the resource in the Azure portal.

0 commit comments

Comments
 (0)