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/storage-lifecycle-management-concepts.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The lifecycle management policy lets you:
20
20
- Transition blobs to a cooler storage tier (hot to cool, hot to archive, or cool to archive) to optimize for performance and cost
21
21
- Delete blobs at the end of their lifecycles
22
22
- Define rules to be run once per day at the storage account level
23
-
- Apply rules to containers or a subset of blobs (using name prefixes or [blob index tags](storage-manage-and-find-blobs.md) as filters)
23
+
- Apply rules to containers or a subset of blobs (using name prefixes or [blob index tags](storage-manage-find-blobs.md) as filters)
24
24
25
25
Consider a scenario where data gets frequent access during the early stages of the lifecycle, but only occasionally after two weeks. Beyond the first month, the data set is rarely accessed. In this scenario, hot storage is best during the early stages. Cool storage is most appropriate for occasional access. Archive storage is the best tier option after the data ages over a month. By adjusting storage tiers in respect to the age of data, you can design the least expensive storage options for your needs. To achieve this transition, lifecycle management policy rules are available to move aging data to cooler tiers.
26
26
@@ -292,7 +292,7 @@ Filters include:
292
292
| blobIndexMatch | An array of dictionary values consisting of Blob Index tag key and value conditions to be matched. Each rule can define up to 10 Blob Index tag condition. For example, if you want to match all blobs with `Project = Contoso` under `https://myaccount.blob.core.windows.net/` for a rule, the blobIndexMatch is `{"name": "Project","op": "==","value": "Contoso"}`. | If you don't define blobIndexMatch, the rule applies to all blobs within the storage account. | No |
293
293
294
294
> [!NOTE]
295
-
> Blob Index is in public preview, and is available in the **France Central** and **France South** regions. To learn more about this feature along with known issues and limitations, see [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-and-find-blobs.md).
295
+
> Blob Index is in public preview, and is available in the **France Central** and **France South** regions. To learn more about this feature along with known issues and limitations, see [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-find-blobs.md).
296
296
297
297
### Rule actions
298
298
@@ -406,7 +406,7 @@ Some data is expected to expire days or months after creation. You can configure
406
406
```
407
407
408
408
### Delete data with Blob Index tags
409
-
Some data should only be expired if explicitly marked for deletion. You can configure a lifecycle management policy to expire data that are tagged with blob index key/value attributes. The following example shows a policy that deletes all block blobs tagged with `Project = Contoso`. To learn more about the Blob Index, see [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-and-find-blobs.md).
409
+
Some data should only be expired if explicitly marked for deletion. You can configure a lifecycle management policy to expire data that are tagged with blob index key/value attributes. The following example shows a policy that deletes all block blobs tagged with `Project = Contoso`. To learn more about the Blob Index, see [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-find-blobs.md).
410
410
411
411
```json
412
412
{
@@ -484,3 +484,7 @@ When a blob is moved from one access tier to another, its last modification time
484
484
Learn how to recover data after accidental deletion:
485
485
486
486
-[Soft delete for Azure Storage blobs](../blobs/storage-blob-soft-delete.md)
487
+
488
+
Learn how to manage and find data with Blob Index:
489
+
490
+
-[Manage and find data on Azure Blob Storage with Blob Index](storage-manage-find-blobs.md)
0 commit comments