Microsoft Azure Storage Access Tiers

Azure storage offers different access tiers so that you can store your blob data in the most cost-effective manner based on how it is being used. Azure Storage access tiers include:

  • Hot tier - An online tier optimized for storing data that is accessed or modified frequently. The hot tier has the highest storage costs, but the lowest access costs.
  • Cool tier - An online tier optimized for storing data that is infrequently accessed or modified. Data in the cool tier should be stored for a minimum of 30 days. The cool tier has lower storage costs and higher access costs compared to the hot tier.
  • Cold tier - An online tier optimized for storing data that is rarely accessed or modified, but still requires fast retrieval. Data in the cold tier should be stored for a minimum of 90 days. The cold tier has lower storage costs and higher access costs compared to the cool tier.
  • Archive tier - An offline tier optimized for storing data that is rarely accessed, and that has flexible latency requirements, on the order of hours. Data in the archive tier should be stored for a minimum of 180 days.

Azure Archive storage tier is not recommended for image-based backups, disaster recovery files, and large amounts of files. If you need to restore data from such storage to the cloud, it is recommended to restore data locally, and then move the data to the cloud

For more information on Microsoft Azure storage tiers, refer to the Microsoft documentation page

https://git.cloudberrylab.com/egor.m/doc-help-mbs.git