Curriculum Overview685 words
Curriculum Overview: Azure Storage Accounts and Data Types
Describe storage account options and storage types
Curriculum Overview: Azure Storage Accounts and Data Types
This curriculum provides a comprehensive deep-dive into the core storage offerings within Microsoft Azure, specifically aligned with the AZ-900: Azure Fundamentals certification. It covers the structural foundation (Storage Accounts), the nature of data handled (Blobs, Files, Disks), and the strategic configurations (Tiers and Redundancy) required for cloud-scale solutions.
Prerequisites
Before starting this module, students should have a baseline understanding of the following:
- Cloud Computing Fundamentals: Familiarity with IaaS, PaaS, and SaaS models.
- Azure Core Infrastructure: Understanding of Regions and Availability Zones.
- Resource Management: Knowledge of how to create and manage resources in the Azure Portal.
- Basic Data Concepts: A general understanding of structured vs. unstructured data.
Module Breakdown
| Module | Topic | Difficulty | Est. Time |
|---|---|---|---|
| 1 | The Storage Account Foundation | Beginner | 30 mins |
| 2 | Storage Services & Data Types | Beginner | 45 mins |
| 3 | Performance Tiers & Account Types | Intermediate | 45 mins |
| 4 | Redundancy & High Availability | Intermediate | 40 mins |
| 5 | Data Migration & Tools | Beginner | 30 mins |
Learning Objectives per Module
Module 1: The Storage Account Foundation
- Define the Storage Account as the primary container for all Azure Storage data objects.
- Explain why the storage account name must be globally unique.
- Describe the relationship between a storage account and an Azure Subscription/Resource Group.
Module 2: Storage Services & Data Types
- Distinguish between Azure Blob Storage (unstructured data like images/videos) and Azure Files (managed SMB/NFS file shares).
- Describe Azure Disk Storage and its role in persistent VM data.
- Understand Page Blobs and their specific use cases for random read/write operations.
Module 3: Performance Tiers & Account Types
- Compare Standard General-purpose v2 with Premium storage account types.
- Identify the appropriate usage for Hot, Cool, and Archive access tiers.
- Understand that storage account types cannot be changed once created.
Loading Diagram...
Module 4: Redundancy & High Availability
- Describe Locally Redundant Storage (LRS) and Zone Redundant Storage (ZRS).
- Compare local redundancy with regional redundancy (GRS and GZRS).
Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
Module 5: Data Migration & Tools
- Identify when to use AzCopy for command-line data transfers.
- Understand the visual interface benefits of Azure Storage Explorer.
- Describe Azure File Sync for caching Azure Files on-premises.
Success Metrics
To achieve mastery of this curriculum, the learner should be able to:
- Select the correct storage service given a scenario (e.g., "Which service should store 5TB of log files?" -> Blob Storage).
- Calculate cost-efficiency by correctly assigning data to Hot, Cool, or Archive tiers based on access frequency.
- Architect for Resilience by choosing between LRS, ZRS, or GRS based on a recovery point objective (RPO).
- Execute a data move using the
AzCopyutility to transfer a local directory to a cloud container.
Real-World Application
- Cost Optimization: A company saves thousands of dollars monthly by moving legacy backup data from Standard Hot storage to the Archive tier.
- Disaster Recovery: By selecting Geo-Redundant Storage (GRS), a business ensures that even if an entire Azure region goes offline due to a natural disaster, their data remains accessible in a secondary region.
- Hybrid Cloud: Using Azure File Sync, a branch office maintains the performance of a local file server while automatically backing up all files to Azure for centralized management and cloud-tiering.