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
| Early deletion fee | Rough number of months penalty | (180 days - 90 days) / 30 days | 3 |
42
+
|| Price per month of archive storage (per GB) | Taken from sample prices | $0.0020 |
43
+
|| Cost of early deletion<br></br> | (4000 blobs * $0.0020) * 3 |**$24.00**|
44
+
| Read from hot tier | Number of read operations on hot tier | The number of blobs moved to hot tier | 400 |
45
+
|| Price of a read operation on the hot tier | Taken from sample prices | $0.00000044 |
46
+
|| Cost to read blobs from the hot tier<br></br> | 400 operations * $0.00000044 | $0.0002 |
47
+
|**Total cost**|||**112.22**|
60
48
61
-
The following table describes factors that can impact the cost of this scenario.
62
-
63
-
| Factor | Impact | Learn more |
64
-
|---|---|----|
65
-
| Copying blobs instead of changing their tier | Adds a cost to write to the target tier, but avoids the early deletion penalty.|[Blob rehydration from the archive tier](archive-rehydrate-overview.md)|
66
-
| Block size | Larger block size reduces the number of write operations required to upload data. |[The cost to upload data](blob-storage-estimate-costs.md)|
67
-
| Uploading data by using the Data Lake Storage endpoint | Smaller fixed block sizes of 4 MiB increases the number of write operations. |[Cost of uploading to the Data Lake Storage endpoint](azcopy-cost-estimation.md#cost-of-uploading-to-the-data-lake-storage-endpoint)|
68
-
| Redundancy configuration of the account | Storage redundancy configuration impacts the cost of certain operations. |[Azure Storage redundancy](../common/storage-redundancy.md)|
49
+
This sample estimate doesn't include the [cost of data storage](blob-storage-estimate-costs.md#the-cost-to-store-data) which is billed per GB.
0 commit comments