Skip to content

Commit 3348525

Browse files
committed
Tweaks
1 parent 720edb2 commit 3348525

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/blobs/lifecycle-management-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ You must define at least one action for each rule. Actions are applied to the fi
8484

8585
| Action | Description |
8686
|---|---|
87-
| **TierToCool**<sup>1</sup> | Set a blob to the cool access tier. Not supported with append blobs, page blobs, or with blobs in a premium block blob storage account.|
88-
| **TierToCold**<sup>1</sup> | Set a blob to the cold access tier. Not supported with append blobs, page blobs, or with blobs in a premium block blob storage account.|
89-
| **TierToArchive**<sup>1,2</sup> | Set a blob to the archive access tier. Not supported with append blobs, page blobs, or with blobs in a premium block blob storage account. Also not supported with blobs that use an encryption scope or with blobs in accounts that are configured for Zone-redundant storage (ZRS), geo-zone-redundant storage (GZRS) / read-access geo-zone-redundant storage (RA-GZRS)|
90-
| **enableAutoTierToHotFromCool**<sup>3</sup> | If a blob is set to the cool tier, this action automatically moves that blob into the hot tier when the blob is accessed.<br>This action is available only when used with the **daysAfterLastAccessTimeGreaterThan** run condition. Not supported with previous versions or snapshots. |
91-
| **Delete**<sup>4</sup> | Deletes a blob. Not supported with page blobs or blobs in an immutable container.|
87+
| **TierToCool** | Set a blob to the cool access tier.<br><br>Not supported with append blobs, page blobs, or with blobs in a premium block blob storage account.|
88+
| **TierToCold** | Set a blob to the cold access tier.<br><br>Not supported with append blobs, page blobs, or with blobs in a premium block blob storage account.|
89+
| **TierToArchive** | Set a blob to the archive access tier.<br><br>Not supported with append blobs, page blobs, or with blobs in a premium block blob storage account. Also not supported with blobs that use an encryption scope or with blobs in accounts that are configured for Zone-redundant storage (ZRS), geo-zone-redundant storage (GZRS) / read-access geo-zone-redundant storage (RA-GZRS)|
90+
| **enableAutoTierToHotFromCool** | If a blob is set to the cool tier, this action automatically moves that blob into the hot tier when the blob is accessed.<br>This action is available only when used with the **daysAfterLastAccessTimeGreaterThan** run condition.<br><br>Not supported with previous versions or snapshots. |
91+
| **Delete** | Deletes a blob.<br><br>Not supported with page blobs or blobs in an immutable container.|
9292

9393
If you define more than one action on the same blob, then lifecycle management applies the least expensive action to the blob. For example, a **delete** action is cheaper than the **tierToArchive** action and the **tierToArchive** action is cheaper than the **tierToCool** action.
9494

0 commit comments

Comments
 (0)