Skip to content

Commit 455acd8

Browse files
Merge pull request #17275 from leslielin-5/patch-40
Add delete command on aks-vmware-quickstart-deploy.md
2 parents 33b9535 + 0b2ef32 commit 455acd8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

AKS-Arc/aks-vmware-quickstart-deploy.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ author: sethmanheim
55
ms.author: sethm
66
ms.topic: quickstart
77
ms.custom: devx-track-azurecli
8-
ms.date: 03/22/2024
9-
ms.lastreviewed: 03/22/2024
8+
ms.date: 03/19/2025
9+
ms.lastreviewed: 03/19/2025
1010
ms.reviewer: leslielin
1111
---
1212

@@ -97,6 +97,17 @@ az aksarc create -n '<name of your cluster>' -g $resource_group --kubernetes-ver
9797
> [!NOTE]
9898
> In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. The Kubernetes version you provide in the command must align with the Arc Resource Bridge version. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes).
9999
100+
## Delete the cluster
101+
102+
Run the `az aksarc delete` command to clean up the cluster you created:
103+
104+
```azurecli
105+
az aksarc delete -n '<name of your cluster>' -g $resource_group
106+
```
107+
108+
> [!IMPORTANT]
109+
> The delete operation can fail if your vCenter credentials are invalid. To prevent this, verify that you have proper administrative access for Arc-enabled VMware vSphere. For more information, see [Updating the vSphere account credentials](/azure/azure-arc/vmware-vsphere/administer-arc-vmware#updating-the-vsphere-account-credentials-using-a-new-password-or-a-new-vsphere-account-after-onboarding).
110+
100111

101112
## Next steps
102113

0 commit comments

Comments
 (0)