Skip to content

Commit 2f41fbb

Browse files
committed
Remove storage path section
1 parent 33b9535 commit 2f41fbb

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

azure-local/manage/troubleshoot-arc-enabled-vms.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Arc VM management for Azure Local
33
description: Learn how to troubleshoot Azure Arc VM management
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 10/24/2024
6+
ms.date: 03/19/2025
77
ms.author: alkohli
88
ms.reviewer: vlakshmanan
99
ms.service: azure-local
@@ -121,26 +121,6 @@ The `SystemAssigned` managed identity object is under `Microsoft.HybridCompute/m
121121
122122
The deployment template should match the provided sample template. For more information, see the sample template in [Create Arc virtual machines on Azure Local](./create-arc-virtual-machines.md).
123123
124-
## Failure deleting storage path
125-
126-
When trying to delete a storage path on your Azure Local instance, you might see an error similar to the following message. Resource numbers and versions may vary in your scenario.
127-
128-
**Error:** `"errorMessage" serviceClient returned an error during deletion: The storage container service returned an error during deletion: rpc error: code = Unknown desc = Container is in ACTIVE use by Resources [6:`
129-
`- linux-cblmariner-0.2.0.10503`
130-
`- windows-windows2019-0.2.0.10503`
131-
`- windows-windows2022-0.2.0.10503`
132-
`].`
133-
`Remove all the Resources from this container, before trying to delete: In Use: Failed,`
134-
135-
**Resolution:**
136-
137-
The images listed in the error message differ from typical workloads, which are represented as Azure Resource Manager (ARM) objects on the Azure portal and CLI. This error occurs because these images are directly downloaded onto the file system, which Azure couldn't recognize.
138-
139-
Follow these steps before trying to remove a storage path:
140-
141-
1. Remove the associated workloads and the images present on the storage path you want to delete. Look for the following prefixes on the image names: `linux-cblmariner`, `windows-windows2019`, `windows-windows2022`, `windows_k8s`, `aks-image-merged`, `linux-K8s`.
142-
1. File a [support ticket in the Azure portal](/azure/azure-portal/supportability/how-to-create-azure-support-request).
143-
144124
## Azure CLI installation isn't recognized
145125
146126
If your environment fails to recognize Azure CLI after installing it, run the following code block to add the Azure CLI installation path to the environment path.

0 commit comments

Comments
 (0)