IT:AD:Azure:Resources:Microsoft:Storage

Summary

Storage accounts are one of the basic building blocks.

They're required whether you're talking about IT:AD:Azure:IaaS, IT:AD:Azure:PaaS or IT:AD:Azure:SaaS.

Different types for different uses:

 
  • Blob Storage:
    • Simple REST interface (Put/Get/Delete)
    • Use for:
      • Data Sharing: share docs, images, videos, etc.
      • Big Data
      • Storing backups.
  • Table Storage:
    • ODATA over REST protocol
    • Massively scalable Key/value db
    • Auto load balances partitions to meet need
    • Use for:
      • Store user/device metadata
  • Queues:
    • Reliable messaging system
    • Use for:
      • Decoupling components
      • Implement scheduling of async tasks
      • Process workflows
  • Disks:
    • Persistent Disks for VMs
    • Are VHDs stored in Blobs
    • VM sees them as Disks
  • /home/skysigal/public_html/data/pages/it/ad/azure/resources/microsoft/storage/home.txt
  • Last modified: 2023/11/04 02:45
  • by 127.0.0.1