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/lifecycle-management-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,11 @@ You must define at least one action for each rule. Actions are applied to the fi
84
84
85
85
| Action | Description |
86
86
|---|---|
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.|
92
92
93
93
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.
0 commit comments