Skip to content

Commit 4584bac

Browse files
Merge pull request #220231 from normesta/inventory
Some updates based on PM input
2 parents 74f4543 + 5e37da6 commit 4584bac

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

articles/storage/blobs/blob-inventory.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ services: storage
55
author: normesta
66

77
ms.service: storage
8-
ms.date: 11/02/2022
8+
ms.date: 12/02/2022
99
ms.topic: conceptual
1010
ms.author: normesta
11-
ms.reviewer: klaasl
1211
ms.subservice: blobs
1312
ms.custom: references_regions
1413
---
@@ -388,13 +387,23 @@ For more information about pricing for Azure Storage blob inventory, see [Azure
388387

389388
This section describes limitations and known issues of the Azure Storage blob inventory feature.
390389

391-
### Inventory job fails to complete for hierarchical namespace enabled accounts
390+
#### Inventory jobs take a longer time to complete in certain cases
392391

393-
The inventory job might not complete within 2 days for an account with hundreds of millions of blobs and hierarchical namespace enabled. If this happens, no inventory file is created. If a job does not complete successfully, check subsequent jobs to see if they complete before contacting support. The performance of a job can vary, so if a job doesn't complete, it's possible that subsequent jobs will.
392+
An inventory job can take a longer amount of time in these cases:
394393

395-
### Inventory job cannot write inventory reports
394+
- A large amount new data is added
396395

397-
An object replication policy can prevent an inventory job from writing inventory reports to the destination container. Some other scenarios can archive the reports or make them immutable when they are partially completed. This can lead to inventory job failure.
396+
- A rule or set of rules is being run for the first time
397+
398+
The inventory run might take longer time to run as compared to the subsequent inventory runs.
399+
400+
- In inventory run is processing a large amount of data in hierarchical namespace enabled accounts
401+
402+
An inventory job might take more than one day to complete for hierarchal namespace enabled accounts that have hundreds of millions of blobs. Sometimes the inventory job fails and doesn't create an inventory file. If a job doesn't complete successfully, check subsequent jobs to see if they are complete before contacting support.
403+
404+
#### Inventory jobs can't write reports to containers that have an object replication policy
405+
406+
An object replication policy can prevent an inventory job from writing inventory reports to the destination container. Some other scenarios can archive the reports or make the reports immutable when they are partially completed which can cause inventory jobs to fail.
398407

399408
## Next steps
400409

articles/storage/blobs/calculate-blob-count-size.md

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

77
ms.author: normesta
8-
ms.date: 08/16/2021
8+
ms.date: 12/02/2022
99
ms.service: storage
1010
ms.subservice: blobs
1111
ms.topic: how-to
@@ -16,8 +16,6 @@ ms.custom: subject-rbac-steps
1616

1717
This article uses the Azure Blob Storage inventory feature and Azure Synapse to calculate the blob count and total size of blobs per container. These values are useful when optimizing blob usage per container.
1818

19-
Blob metadata is not included in this method. The Azure Blob Storage inventory feature uses the [List Blobs](/rest/api/storageservices/list-blobs) REST API with default parameters. So, the example doesn't support snapshots, '$' containers, and so on.
20-
2119
## Enable inventory reports
2220

2321
The first step in this method is to [enable inventory reports](blob-inventory.md#enabling-inventory-reports) on your storage account. You may have to wait up to 24 hours after enabling inventory reports for your first report to be generated.

0 commit comments

Comments
 (0)