Skip to content

Commit 4d61cd3

Browse files
committed
Addressing some validation issues
1 parent fbaa039 commit 4d61cd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Best practices for using blob access tiers
33
titleSuffix: Azure Storage
4-
description: Description goes here
4+
description: Learn about best practice guidelines that help you use access tiers to optimize performance and reduce costs.
55
author: normesta
66

77
ms.author: normesta
@@ -54,17 +54,17 @@ For information about how to convert append and page blobs to block blobs, see [
5454

5555
## Pack small files before moving data to cooler tiers
5656

57-
Each read or write operation incurs a cost. To reduce the cost of reading and writing data, consider packing small files into larger ones by using file formats such as TAR or ZIP. Fewer files reduces the number of operations required to transfer data.
57+
Each read or write operation incurs a cost. To reduce the cost of reading and writing data, consider packing small files into larger ones by using file formats such as TAR or ZIP. Fewer files reduce the number of operations required to transfer data.
5858

5959
The following chart shows the relative impact of packing files for the cool tier. The read cost assumes a monthly read percentage of 30%.
6060

6161
> [!div class="mx-imgBorder"]
62-
> ![Chart that shows the impact on costs when you pack small files before uploading to the cool access tier](./media/access-tiers-best-practices/packing-impact-cool.png)
62+
> ![Chart that shows the impact on costs when you pack small files before uploading to the cool access tier.](./media/access-tiers-best-practices/packing-impact-cool.png)
6363
6464
The following chart shows the relative impact of packing files for the archive tier. The read cost assumes a monthly read percentage of 30%.
6565

6666
> [!div class="mx-imgBorder"]
67-
> ![Chart that shows the impact on costs when you pack small files before uploading to the archive access tier](./media/access-tiers-best-practices/packing-impact-archive.png)
67+
> ![Chart that shows the impact on costs when you pack small files before uploading to the archive access tier.](./media/access-tiers-best-practices/packing-impact-archive.png)
6868
6969
> [!TIP]
7070
> To facilitate search and read scenarios, consider creating an index that maps packed file paths with original file paths, and then storing these indexes as block blobs in the hot tier.

0 commit comments

Comments
 (0)