Skip to content

Commit a188777

Browse files
authored
Merge pull request #292775 from arunmk-ms/dicom-storage-tier
Update storage access tier info
2 parents defecc7 + 9a888a7 commit a188777

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/healthcare-apis/dicom/dicom-data-lake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ The DICOM service is granted access to the data like any other service or applic
5757

5858
You can manage costs for imaging data stored by the DICOM service by using Azure Storage access tiers for the data lake storage account. The DICOM service only supports online access tiers (either hot, cool, or cold), and can retrieve imaging data in those tiers immediately. The hot tier is the best choice for data that is in active use. The cool or cold tier is ideal for data that is accessed less frequently but still must be available for reading and writing.
5959

60+
Using the data lake, users can manage their storage costs efficiently by moving files between Hot, Cool and Cold tiers based on their usage patterns. For example, users can move files from Hot tier to Cool or Cold tiers after an initial time period. This may reduce long-term storage costs if the files which are moved, are accessed infrequently after a period of initial use.
61+
62+
Users can add a lifecycle policy that automatically moves files to the Cool or Cold tier after a certain number of days. If a file is accessed after being moved, the policy can bring it back to the Hot tier. To implement this policy, users need to enable access tracking, which allows the Azure to monitor and respond to file access patterns.
63+
64+
:::image type="content" source="media/data-lake-storage-tier.png" alt-text="Screenshot showing how to efficiently manage data lake storage using Life cycle management policies." lightbox="media/data-lake-storage-tier.png":::
65+
6066
To learn more about access tiers, including cost tradeoffs and best practices, see [Azure Storage access tiers](/azure/storage/blobs/access-tiers-overview)
6167

6268
## Health check
44.1 KB
Loading

0 commit comments

Comments
 (0)