diff --git a/windows/deployment/do/mcc-ent-create-resource-and-cache.md b/windows/deployment/do/mcc-ent-create-resource-and-cache.md index bae29c6ffa..9340c11d38 100644 --- a/windows/deployment/do/mcc-ent-create-resource-and-cache.md +++ b/windows/deployment/do/mcc-ent-create-resource-and-cache.md @@ -303,16 +303,14 @@ Navigate to the Connected Cache resource to delete, then select the **Delete** o # [Azure CLI](#tab/cli) -Use the following command to delete the Connected Cache resource. +Use the following command to delete the cache node under the resource. Replace the following placeholders with your own information: * *\*: Name of the resource group in your subscription. * *\*: Name of your Microsoft Connected Cache for Enterprise resource. -* *\*: The name for your Microsoft Connected Cache node. - ```azurecli-interactive -az mcc ent node delete --cache-node-name --mcc-resource-name --resource-group +az mcc ent resource delete --mcc-resource-name --resource-group ``` --- @@ -323,16 +321,19 @@ On the left pane, select **Cache Nodes** under **Cache Node Management** to see # [Azure CLI](#tab/cli) -Use the following command to delete the cache node under the resource. +Use the following command to delete the Connected Cache node. Replace the following placeholders with your own information: * *\*: Name of the resource group in your subscription. * *\*: Name of your Microsoft Connected Cache for Enterprise resource. +* *\*: The name for your Microsoft Connected Cache node. + ```azurecli-interactive -az mcc ent node delete --mcc-resource-name --resource-group +az mcc ent node delete --cache-node-name --mcc-resource-name --resource-group ``` + ---
@@ -345,4 +346,4 @@ az mcc ent node delete --mcc-resource-name --resource-group