Skip to content

Commit 10ecd26

Browse files
committed
Addressing a CSS request
1 parent 89c3fee commit 10ecd26

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/storage/blobs/immutable-container-level-worm-policies.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77

88
ms.service: azure-blob-storage
99
ms.topic: concept-article
10-
ms.date: 03/26/2024
10+
ms.date: 07/14/2025
1111
ms.author: normesta
1212
# Customer intent: "As a data storage administrator, I want to implement container-level WORM policies for immutable blob data, so that I can ensure compliance and protection against data modification or deletion."
1313
---
@@ -34,6 +34,8 @@ A container with a container-level WORM policy set must be empty before the cont
3434
> [!div class="mx-imgBorder"]
3535
> ![Diagram that shows the order of operations in deleting an account that has a container-level WORM policy.](media/immutable-version-level-worm-policies/container-level-immutable-storage-deletion.png)
3636
37+
You can delete a container with a locked policy only by using control plane operations. All such requests are sent to the Azure Resource Manager URL. For example, the PowerShell command [Remove-AzRmStorageContainer](/powershell/module/az.storage/remove-azrmstoragecontainer) uses a control plane operation to delete a container. In contrast, the [Remove-AzStorageContainer](/powershell/module/az.storage/remove-azstoragecontainer) command attempts to use a data plane operation, which won't succeed. Similarly, the Azure CLI command [az storage container-rm delete](/cli/azure/storage/container-rm) uses a control plane operation, whereas [az storage container](/cli/azure/storage/container#az-storage-container-delete) delete relies on a data plane operation. You can also delete a container through the Azure portal, as it performs the task using a control plane operation.
38+
3739
## Scenarios
3840

3941
| Scenario | Prohibited operations | Blob protection | Container protection | Account protection |

articles/storage/blobs/immutable-version-level-worm-policies.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77

88
ms.service: azure-blob-storage
99
ms.topic: concept-article
10-
ms.date: 03/26/2024
10+
ms.date: 07/14/2025
1111
ms.author: normesta
1212
# Customer intent: "As a cloud storage administrator, I want to implement version-level WORM policies on blob data, so that I can protect critical data from deletion and ensure compliance with retention requirements."
1313
---
@@ -96,6 +96,8 @@ Once an account or container is enabled for an immutable policy, it can't be del
9696
> [!div class="mx-imgBorder"]
9797
> ![Diagram that shows the order of operations in deleting an account that has a version-level immutability policy.](media/immutable-version-level-worm-policies/version-level-immutable-storage-deletion.png)
9898
99+
You can delete a container with a locked policy only by using control plane operations. All such requests are sent to the Azure Resource Manager URL. For example, the PowerShell command [Remove-AzRmStorageContainer](/powershell/module/az.storage/remove-azrmstoragecontainer) uses a control plane operation to delete a container. In contrast, the [Remove-AzStorageContainer](/powershell/module/az.storage/remove-azstoragecontainer) command attempts to use a data plane operation, which won't succeed. Similarly, the Azure CLI command [az storage container-rm delete](/cli/azure/storage/container-rm) uses a control plane operation, whereas [az storage container](/cli/azure/storage/container#az-storage-container-delete) delete relies on a data plane operation. You can also delete a container through the Azure portal, as it performs the task using a control plane operation.
100+
99101
## Scenarios
100102

101103
| Scenario | Prohibited operations | Blob protection | Container protection | Account protection |

0 commit comments

Comments
 (0)