Azure Classroomnotes 19/Apr/2023

Storage Account Access tiers

  • Storage account pricing is based on two factors
    • Storage cost
    • access costs
  • Access tiers providie options around
    • Storage cost
    • access costs

Types of Access Tier

  • Hot:
    • This represents frequently accessed data
      • Storage cost will be high
      • Access costs will be less.
  • Cool:
    • This represents infrequently accessed data
      • Storage cost will be low
      • Access cost will be high
    • Recommendations for using this tier
      • frequency: less than once in 30 days
  • Archive:

    • This represents archival data
      • Storage cost is extreeemly low
      • access cost is highest
    • Recommendations for using this tier
      • frequency: less than once in 180 days
    • Blobs in Archive tier are offline, to read we need to convert this into cool or hot tier (Rehydrate)
  • Lets view the access tiers in the storage account
    Preview
    Preview
    Preview
    Preview

Exercise

  • Create a resource group and then
  • Create a storage account with general purpose v2 and create 3 containers
    • videos
    • music
    • docs
  • upload any files into these containers
  • Try accessing any file in the videos container.
  • Now delete any two files and try recovering
    Preview
    Preview
    Preview
    Preview
    Preview
  • This recovering is possible as azure storage accounts support soft delete.
    Preview

Recovering a Deleted storage account.

  • After deleting storage account, this recovery will work
    • if the resource group with the same name is not recreated
    • With in 14 days
  • Lets delete a storage account
    Preview
  • Navigate to the storage accounts and selct restore
    Preview
    Preview
    Preview
    Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner