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/blob-storage-estimate-costs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,11 +132,11 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
132
132
|**Cost to write 1000 blobs to the hot tier**<sup>1 |**$3.53**|**$3.53**|**$3.53**|**$3.53**|
133
133
| Number of blobs in the hot tier after monthly ingest | 1000 | 2000 | 2100 | 2155 |
134
134
| Number of blobs to move to the cool tier | 0 | 1000 | 1050 | 1078 |
135
-
|**Cost to set blobs to the cool tier (billed as a write operation)**|**$0.00000000**|**$0.01000000**|**$0.01050000**|**$0.01077500**|
135
+
|**Cost to set blobs to the cool tier (billed as a write operation)**|**$0.00**|**$0.01**|**$0.0105**|**$0.010775**|
136
136
| Number of blobs in the cool tier | 0 | 1000 | 1050 | 1078 |
137
137
| Total size of blobs in the cool tier (GB) | 0 | 5000 | 5250 | 5388 |
138
138
| Number of blobs read from the cool tier then moved back to the hot tier | 0 | 100 | 105 | 108 |
139
-
|**Cost to read blobs from the cool tier and then to move them to the hot tier (2 read operations per blob)**|**$0.00000000**|**$0.00020000**|**$0.00021000**|**$0.00021550**|
139
+
|**Cost to read blobs from the cool tier and then to move them to the hot tier (2 read operations per blob)**|**$0.00**|**$0.0002**|**$0.00021**|**$0.0002155**|
140
140
| Number of blobs that remain in the cool tier | 0 | 900 | 945 | 970 |
141
141
| Total size of blobs that remain in the cool tier (GB) | 0 | 4500 | 4725 | 4849 |
142
142
|**Cost to store blobs in the cool tier**|**$0.00**|**$51.75**|**$54.34**|**$55.76**|
@@ -145,8 +145,8 @@ Using the [Sample prices](#sample-prices) that appear in this article, the follo
145
145
| Total size of blobs that remain in the hot tier (GB) | 5000 | 5500 | 5775 | 5926 |
146
146
|**Cost to store blobs in hot tier**|**$104.00**|**$114.40**|**$120.12**|**$123.27**|
147
147
| Number of blobs read from the hot tier | 500 | 550 | 578 | 593 |
148
-
|**Cost to read blobs from the hot tier**|**$0.00022000**|**$0.00024200**|**$0.00025410**|**$0.00026076**|
<sup>1</sup>The number of operations required to complete each monthly upload is **641,000**. The formula to calculate that number is 1000 blobs * 5 GB / 8-MiB block + the write operation that is required to assemble all of the blocks into a blob.<br />
0 commit comments