You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/blob-inventory.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: storage
5
5
author: normesta
6
6
7
7
ms.service: storage
8
-
ms.date: 06/14/2022
8
+
ms.date: 11/02/2022
9
9
ms.topic: conceptual
10
10
ms.author: normesta
11
11
ms.reviewer: klaasl
@@ -245,9 +245,13 @@ View the JSON for inventory rules by selecting the **Code view** tab in the **Bl
245
245
246
246
## Inventory run
247
247
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.
249
249
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.
251
255
252
256
> [!IMPORTANT]
253
257
> 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
281
285
282
286
|Field|Type|Description|
283
287
|---|---|
284
-
|scheduleDateTime|string|The time that the inventory policy was scheduled.|
288
+
|scheduleDateTime|string|The time that the inventory rule was scheduled.|
285
289
|accountName|string|The storage account name.|
286
290
|ruleName|string|The rule name.|
287
291
|policyRunStatus|string|The status of inventory run. Possible values are `Succeeded`, `PartiallySucceeded`, and `Failed`.|
0 commit comments