Implement & Manage Storage — MOC

MS Learn path: Implement and manage storage in Azure · Every service you deploy persists data; storage fundamentals underpin them all.

Map / Canvas

The core idea

Azure Storage is the platform’s durable data core. A storage-account is the container with configurable redundancy and access tiers. Inside it: blobs (objects/files for apps), file shares (SMB/NFS), tables, and queues. Security is via access keys, SAS tokens, and network rules. Tooling: azcopy and the Azure Storage browser.

Concepts (linked from here)

Accounts & config

Data services

Security & access

Tooling

Modules in this path

(one module note per module, grounded in MS Learn learning objectives)

Skills measured

  1. Create and configure a storage account
  2. Configure blob & file storage
  3. Configure storage security & access
  4. Migrate/copy data (AzCopy)

Practice questions