Hi Ueroa,
Yes, you are correct. When you upload a file to Azure Data Lake Storage in the hot tier, you pay for the storage cost based on the size of the file. For a 1 GB file, you would pay $0.0335 to upload it. Additionally, you will continue to pay $0.0335 per month for each GB stored in the hot tier
So, if you upload a 1 GB file, the cost breakdown would be:
- Initial upload cost: $0.0335
- Monthly storage cost: $0.0335 per month
Example, if you keep the file stored for 3 months, the total cost would be:
- Initial upload cost: $0.0335
- Storage cost for 3 months: $0.0335 * 3 = $0.1005
Total cost for 3 months: $0.0335 (upload) + $0.1005 (storage) = $0.134
For more information:
https://azure.microsoft.com/en-us/pricing/details/storage/blobs/
https://learn.microsoft.com/en-us/azure/storage/blobs/blob-storage-estimate-costs
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.
If you have any other questions or are still running into more issues, let me know in the "comments" and I would be glad to assist you.