Skip to content

Commit a5a62b8

Browse files
Merge pull request #216782 from normesta/inventory
Blob Inventory Updates
2 parents a951248 + e7aa002 commit a5a62b8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/storage/blobs/blob-inventory.md

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

77
ms.service: storage
8-
ms.date: 06/14/2022
8+
ms.date: 11/02/2022
99
ms.topic: conceptual
1010
ms.author: normesta
1111
ms.reviewer: klaasl
@@ -245,9 +245,13 @@ View the JSON for inventory rules by selecting the **Code view** tab in the **Bl
245245

246246
## Inventory run
247247

248-
A blob inventory run is automatically scheduled every day. It can take up to 24 hours for an inventory run to complete. For hierarchical namespace enabled accounts, a run can take as long as two days, and depending on the number of files being processed, the run might not complete by end of that two days. If a run does not complete successfully, check subsequent runs to see if they complete before contacting support. The performance of a run can vary, so if a run doesn't complete, it's possible that subsequent runs will.
248+
If you configure a rule to run daily, then it will be scheduled to run every day. If you configure a rule to run weekly, then it will be scheduled to run each week on Sunday UTC time.
249249

250-
Inventory policies are read or written in full. Partial updates aren't supported.
250+
Most inventory runs complete within 24 hours. For hierarchical namespace enabled accounts, a run can take as long as two days, and depending on the number of files being processed, the run might not complete by end of that two days. The maximum amount of time that a run can complete before it fails is six days.
251+
252+
Runs don't overlap so a run must complete before another run of the same rule can begin. For example, if a rule is scheduled to run daily, but the previous day's run of that same rule is still in progress, then a new run will not be initiated that day. Rules that are scheduled to run weekly will run each Sunday regardless of whether a previous run succeeds or fails. If a run does not complete successfully, check subsequent runs to see if they complete before contacting support. The performance of a run can vary, so if a run doesn't complete, it's possible that subsequent runs will.
253+
254+
Inventory policies are read or written in full. Partial updates aren't supported. Inventory rules are evaluated daily. Therefore, if you change the definition of a rule, but the rules of a policy have already been evaluated for that day, then your updates won't be evaluated until the following day.
251255

252256
> [!IMPORTANT]
253257
> If you enable firewall rules for your storage account, inventory requests might be blocked. You can unblock these requests by providing exceptions for trusted Microsoft services. For more information, see the Exceptions section in [Configure firewalls and virtual networks](../common/storage-network-security.md#exceptions).
@@ -281,7 +285,7 @@ The following table describes the schema of the `BlobInventoryPolicyCompleted` e
281285

282286
|Field|Type|Description|
283287
|---|---|
284-
|scheduleDateTime|string|The time that the inventory policy was scheduled.|
288+
|scheduleDateTime|string|The time that the inventory rule was scheduled.|
285289
|accountName|string|The storage account name.|
286290
|ruleName|string|The rule name.|
287291
|policyRunStatus|string|The status of inventory run. Possible values are `Succeeded`, `PartiallySucceeded`, and `Failed`.|

0 commit comments

Comments
 (0)