Skip to content

Commit 89555ba

Browse files
Merge pull request #270552 from normesta/inventory
Adding text to address a CSS item
2 parents 464bfb6 + 37a9046 commit 89555ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/storage/blobs/blob-inventory.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: normesta
66

77
ms.service: azure-blob-storage
8-
ms.date: 10/23/2023
8+
ms.date: 03/28/2024
99
ms.topic: conceptual
1010
ms.author: normesta
1111
ms.custom: references_regions
@@ -425,6 +425,12 @@ An object replication policy can prevent an inventory job from writing inventory
425425

426426
You can't configure an inventory policy in the account if support for version-level immutability is enabled on that account, or if support for version-level immutability is enabled on the destination container that is defined in the inventory policy.
427427

428+
### Reports might exclude soft-deleted blobs in accounts that have a hierarchical namespace
429+
430+
If a container or directory is deleted with soft-delete enabled, then the container or directory and all its contents are marked as soft-deleted. However, only the container or directory (reported as a zero-length blob) appears in an inventory report and not the soft-deleted blobs in that container or directory even if you set the `includeDeleted` field of the policy to **true**. This can lead to a difference between what appears in capacity metrics that you obtain in the Azure Portal and what is reported by an inventory report.
431+
432+
Only blobs that are explicitly deleted appear in reports. Therefore, to obtain a complete listing of all soft-deleted blobs (directory and all child blobs), workloads should delete each blob in a directory before deleting the directory itself.
433+
428434
## Next steps
429435

430436
- [Enable Azure Storage blob inventory reports](blob-inventory-how-to.md)

0 commit comments

Comments
 (0)