Skip to content

Commit 063c4e6

Browse files
committed
A few tweaks
1 parent 96ba94f commit 063c4e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/storage/blobs/access-tiers-best-practices.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Description goes here
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 01/10/2023
8+
ms.date: 01/20/2023
99
ms.service: storage
1010
ms.subservice: blobs
1111
ms.topic: conceptual
@@ -24,6 +24,8 @@ To identify the most optimal access tier, try to estimate what percentage of the
2424
> [!div class="mx-imgBorder"]
2525
> ![Chart that shows a bar for each tier which represents the monthly cost based on percentage read pattern](./media/access-tiers-best-practices/read-pattern-access-tiers.png)
2626
27+
To model and analyze the cost of using cool versus archive storage, see [Archive versus cool](archive-cost-estimation.md#archive-versus-cool). You can apply similar modeling techniques to compare the cost of hot to cool or archive.
28+
2729
## Migrate data directly to the most cost-efficient access tiers
2830

2931
Choosing the most optimal tier up front can reduce costs. If you change the tier of a block blob that you've already uploaded, then you'll pay the cost of writing to the initial tier when you first upload the blob, and then pay the cost of writing to the desired tier. If you change tiers by using a lifecycle management policy, then that policy will require a day to take effect and a day to complete execution. You'll also incur the capacity cost of storing data in the initial tier prior to the tier change.

articles/storage/blobs/convert-append-and-page-blobs-to-block-blobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: normesta
66

77
ms.service: storage
88
ms.topic: how-to
9-
ms.date: 01/11/2023
9+
ms.date: 01/20/2023
1010
ms.author: normesta
1111
ms.reviewer: fryu
1212
ms.subservice: blobs

0 commit comments

Comments
 (0)