IT:AD:Azure:Resources:Microsoft:Storage
- See also:
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.
Notes
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