Skip to content

Commit 7df9575

Browse files
Merge pull request #262667 from advarot/docs-editor/blob-inventory-1704729997
update known limitation for Inventory not working with immutable storage
2 parents bc36659 + be80169 commit 7df9575

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/storage/blobs/blob-inventory.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ Several filters are available for customizing a blob inventory report:
124124

125125

126126

127+
128+
127129
View the JSON for inventory rules by selecting the **Code view** tab in the **Blob inventory** section of the Azure portal. Filters are specified within a rule definition.
128130

129131
```json
@@ -253,6 +255,7 @@ View the JSON for inventory rules by selecting the **Code view** tab in the **Bl
253255
| RemainingRetentionDays (Will appear only if include deleted containers is selected) | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) |
254256

255257

258+
256259
## Inventory run
257260

258261
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.
@@ -420,6 +423,10 @@ An inventory job can take a longer amount of time in these cases:
420423

421424
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're partially completed which can cause inventory jobs to fail.
422425

426+
### Inventory and Immutable Storage
427+
428+
In instances where immutable storage is enabled, it's essential to be aware of a specific limitation pertaining to Inventory reports. Due to the inherent characteristics of immutable storage, notably its write-once, read-many (WORM) nature, the execution of Inventory reports is constrained. The results cannot be written when immutable storage is active. This stands as a known limitation, and we recommend planning your reporting activities accordingly.
429+
423430
## Next steps
424431

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

0 commit comments

Comments
 (0)