🥒
Dill's Knowledge Base
  • Hello World
  • 💻SQL
    • ❌Error Handling
    • 🧀Parameter Sniffing
      • Indexes
      • Query Hints
      • RECOMPILE
      • Branching
      • Memory Grants
      • Summary
      • Bonus
    • SQL Server Buffer Pool
  • 🖱️MongoDB
    • Instructor Led Training
      • DF100
      • DF200
      • DF300
      • DF400
    • MongoDB DBA University
      • DBA Admin Tools
      • DBA Basics
      • Metrics & Monitoring
  • 💻Web Design
    • Oxygen Tips
    • Bricks Builder
      • Tips
      • Discovery Call
      • Utility vs Custom Classes
      • Math Functions
      • Static vs Relative Units
  • Azure
    • AZ-900
      • Benefit of Cloud Computing
      • CapEx, OpEx and Consumption-based
      • Differences Between Cloud Service Categories
      • Identify The Right Service Type
      • Differences Between Types of Cloud Computing
      • Reliability and Predictability
      • Regions and Region Pairs
      • Availability Zones
      • Resource Groups
      • Subscriptions
      • Management Groups
      • Azure Resource Manager
      • Azure ARC
      • Resources Required for VM
      • Benefits and Usage of Core Compute Resources
      • Benefits and Usage of Core Network Resources
      • Public/Private Endpoints
      • Benefits and Usage of Storage Accounts
      • Benefits and Usage of Database Resources
      • Data Movement and Migration Options
      • Benefits and Usage of IoT Services
      • Benefits and Usage of Big Data and Analytics Services
      • Benefits and Usage of AI Services
      • Benefits and Usage of Serverless Technologies
      • Benefits and Usage of DevOps Technologies
      • Functionality of Azure Management Solutions
      • Functionality and Usage of Azure Advisor
      • Functionality and Usage of ARM Templates
      • Functionality and Usage of Azure Monitor
      • Functionality and Usage of Azure Service Health
      • Functionality of Microsoft Defender for Cloud
      • Functionality and Usage of Key Vault
      • Functionality and Usage of Microsoft Sentinel
      • Azure Dedicated Host
      • Defense in Depth
      • Describe the Concept of Zero Trust
      • Functionality and Usage of NSGs
      • Functionality and Usage of Azure Firewall
      • Functionality and Usage of Azure DDoS Protection
      • Explain Authentication and Authorization
      • Functionality and Usage of Azure AD
      • Microsoft Entra Overview
      • Functionality of Conditional Access, MFA and SSO
      • Functionality and Usage of RBAC
      • Functionality and Usage of Resource Locks
      • Functionality and Usage of Tags
      • Functionality and Usage of Azure Policy
      • Governance Hierarchy Constructs
      • Azure Blueprints
      • Describe Microsoft Privacy Statement, OST and DPA
      • Purpose of Trust Center and Azure Compliance Documentation
      • Purpose of Azure Sovereign Regions
      • Factors That Affect Costs
      • Factors to Reduce Cost
      • Functionality and Usage of Azure Cost Management
      • Purpose of Service Level Agreements
    • DP-900
      • Study Cram
    • DP-300
      • Deploy IaaS Soluton with Azure SQL
  • 📦Kubernetes
    • Udemy: Kubernetes for Beginners
Powered by GitBook
On this page
  1. Azure
  2. AZ-900

Benefits and Usage of Storage Accounts

https://www.youtube.com/watch?v=b8BrfsxLSx8&list=PLlVtbbG169nED0_vMEniWBQjSoxTsBYS3&index=19

Storage accounts live in a specific region

  • You should always consider the region in where a storage account is placed geographically

    • Put it in a region where the compute services are going to be that will leverage the storage account

  • Standard is normally a general purpose v2

    • It has LRS, ZRS, GRS, GZRS

      • You can also utilize read secondaries for certain file types like Blob

  • Premium (low latency) could be Block Blob, Page Blob, or Files and it requires you to choose one of them

    • It has LRS and ZRS

Redundancy

  • LRS - Locally redundant storage has 3 copies of the data in the same building

  • ZRS - Zone redundant storage has 3 copies over the 3 different AZs

  • GRS - Geo redundant storage has 3 copies in one building of region 1 and 3 copies in one building of region 2

  • GZRS - Geo Zone redundant storage has 3 copies in region 1 in 3 separate buildings and 3 copies in region 2 in 3 separate buildings

Services

  • Blob - unstructured piece of data

    • Block - made up of blocks and lives in a container

      • access tiers: hot, cool, archive

    • ADLS Gen 2

    • Page - made up of pages and are great for random read/writes

    • Append - constantly adding to the end of something such as a log file

    • Files - SMB/NFS

      • Azure File Sync establishes a relationship to Azure to sync files up to Azure with on-premises windows based file servers

    • Queues - Small pieces of data that are first in first out (FIFO)

    • Tables - Schemaless key-value pairs

PreviousPublic/Private EndpointsNextBenefits and Usage of Database Resources

Last updated 2 years ago