Azure Classroomnotes 03/Nov/2022

Azure Storage Account

  • Azure Storage Account supports the following storage options

    • Blob Storage: This supports three different types of blobs
      • Block Blob: Any file with size less than 4.7 TiB
      • Page Blob: This is virtual hard disk storage (not recommended anymore)
      • Append Blob: This is used to store log files.
    • Azure File Share
    • Table Storage
    • Queue Storage
    • Data lakes
  • You can work with storage account as if the the size is unlimited.
  • Azure storage account should have unique name across azure.

Creating a Storage Account

  • Steps:
    • Create a resource group
      Preview
      Preview
      Preview
    • Create a storage account
      Preview
      Preview
      Preview
      Preview
    • Create a container
      Preview
      Preview
      Preview
    • Now upload any images into the container
      Preview
    • Now select any image uploaded and copy url
      Preview
    • Now open this url in any browser
      Preview
    • Lets look at the url for pattern
      https://qtstoragedemo.blob.core.windows.net/images/azstorage1.png
      => https://<storage-acc-name>.blob.core.windows.net/<container-name>/<blob-name>
    • The storage account name has to be unique to match the url and resolve different storage accounts
    • When we created the container we have selected anonymous blob acccess to ensure any one with link of the blob can access using open internet.

Azure Storage account – Concepts

  • Pricing: Azure charges for the usage of storage account in terms of
    • size
    • data transfers
  • Access Tier: Azure storage costs will be two fold. cost for storage of data in storage account and cost for accessing (data transfer). There are three options
    • Hot tier:
      • This represents files which are accessed frequently
      • In this case the storage cost is more and access cost is less
    • Cool tier:
      • This represents files which are accessed rarely
      • In this case the storage cost is less and access cost is more
    • Archive tier:
      • This represents archival data. Here there is no way to access the data
      • Storage cost is extreemly low
      • If you want to access archive tier convert the data from archive tier to cool/hot

Understanding costs based on access tier

  • For Azure Pricing calculator Refer Here
  • Scenario 1:
    • Storage size = 1 TB
    • Data is frequently accessed by approximately 10,000 users
    • Hot tier
      Preview
      Preview
    • Cool tier
      Preview
    • Archive tier: we cannot access the data
      Preview
  • Scenario 2:
    • Storage size = 1 TB
    • Data is accessed by 1 user
    • Hot tier:
      Preview
    • Cool tier
      Preview

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

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

Please turn AdBlock off
Social Network Widget by Acurax Small Business Website Designers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube