Azure Classroom Series – 06/Nov/2021

Azure Storage Account Contd…

  • Table Storage:
    • This is a service that stores non-relation data (NoSQL data) in the cloud providing a key/attribute store with schemaless design
    • Concepts:
      • Accounts: All access to Azure Storage is done through a storage account
      • Table: A Table is collection of Entitities. To Access the Table Azure Provides API’s Refer Here
      • Entity: An entity is a set of properties similar to database row/record. An entity in Azure Storage Account cane be of size upto 1MB
      • Properties: A property is a name-value pair. Each entity can include upto 252 properties to store data
    • Creating a Table Storage:
  • Queue Storage:
    • For applications which use messaging accross application components, we can use Azure Queue Storage, as it is a message queue as a service. Preview

    • Create Queue Storage: Preview Preview Preview Preview

    • For interacting with Queue Storage

    • Activity:

      • Create a new resource group exploring
      • Create a linux vm with size Standard_B1s
      • Create a windows 2016 server with size Standard_B1s (Standard_B2s)
      • When we create vm’s along with vm a disk will be created with operating system in it such disks are called as os disk Preview
      • In addition to the os disk we can also attach data disks to increase storage capacity (optional)
      • OS disk or Data disk can be attached to only one vm at any given moment
      • In some cases we would like to have shared storage across vm’s
  • Image demonstrating different disks and their usage Preview

Leave a Reply

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

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

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