Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AKS-Arc/aks-bare-metal-delete-cluster-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This article shows you how to delete AKS on bare metal cluster and edge machine

## Step 1: Delete the AKS cluster

1. In the [Azure portal](https://portal.azure.com), navigate to your resource group.
1. In the [Azure portal](https://portal.azure.com), navigate to resource groups and then select the resource group that was created for the cluster.
1. Select the AKS cluster resource.
1. Select **Delete** and confirm.
1. **Wait** for the deletion to complete before proceeding.
Expand All @@ -42,9 +42,9 @@ This article shows you how to delete AKS on bare metal cluster and edge machine
az resource delete --ids <cluster-resource-id>
```

## Step 2: Delete the Logical Network (LNET)
## Step 2: Delete the Azure Local Logical Network (LNET)

1. In the resource group, select the Logical Network resource.
1. In the resource group, select the Azure Local Logical Network resource.
1. Select **Delete** and confirm.

**CLI alternative:**
Expand Down