From d6b3caa6cf4cfc0de1bf3ad31f003343f2834738 Mon Sep 17 00:00:00 2001 From: Bob-Pratt <168686642+Bob-Pratt@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:37:58 -0700 Subject: [PATCH] Update aks-bare-metal-delete-cluster-resources.md cleaned up a couple of things, clarified that the network in question to delete will be the azure logical network --- AKS-Arc/aks-bare-metal-delete-cluster-resources.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AKS-Arc/aks-bare-metal-delete-cluster-resources.md b/AKS-Arc/aks-bare-metal-delete-cluster-resources.md index d70a70f75b..84d8282b83 100644 --- a/AKS-Arc/aks-bare-metal-delete-cluster-resources.md +++ b/AKS-Arc/aks-bare-metal-delete-cluster-resources.md @@ -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. @@ -42,9 +42,9 @@ This article shows you how to delete AKS on bare metal cluster and edge machine az resource delete --ids ``` -## 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:**