Skip to content

Latest commit

 

History

History
103 lines (76 loc) · 5.54 KB

README.md

File metadata and controls

103 lines (76 loc) · 5.54 KB

AZ-104 Microsoft Azure Administrator Study Guide

Welcome to the AZ-104 Study Guide repository! This repo provides a structured study plan, resources, and hands-on labs to help you prepare for the Microsoft AZ-104: Microsoft Azure Administrator certification exam. Each module aligns with the core AZ-104 exam objectives, covering essential Azure services and skills for managing and administering Azure environments.


Repository Structure

The repository is organized into folders for each key module in the AZ-104 curriculum. Each module includes:

  • README.md: A 1-day, 4-hour study plan outlining key topics and learning objectives.
  • labs/: Step-by-step hands-on labs for practical learning.
  • resources/: Additional reference materials, cheat sheets, and links for further reading.

Folder Structure

az-104-study-guide/
│
├── README.md                 # Main repository overview and structure
│
├── identities-governance/
│   ├── README.md             # Study plan and lab guide for identities and governance
│   ├── labs/                 # Hands-on lab exercises for identity management and governance
│   └── resources/            # Additional resources for further learning
│
├── storage/
│   ├── README.md             # Study plan and lab guide for storage
│   ├── labs/                 # Hands-on lab exercises for storage management
│   └── resources/            # Additional storage resources
│
├── compute/
│   ├── README.md             # Study plan and lab guide for compute resources
│   ├── labs/                 # Hands-on lab exercises for VMs, containers, and scaling
│   └── resources/            # Additional resources for compute topics
│
├── networking/
│   ├── README.md             # Study plan and lab guide for networking
│   ├── labs/                 # Hands-on lab exercises for virtual networks, VPNs, and security groups
│   └── resources/            # Additional networking resources
│
└── monitoring-backup/
    ├── README.md             # Study plan and lab guide for monitoring and backup
    ├── labs/                 # Hands-on lab exercises for monitoring and backup solutions
    └── resources/            # Additional resources for monitoring and backup

Modules Overview

Module Description Link to Module
Identities and Governance Manage Azure AD, RBAC, policies, and compliance for secure identity and governance. Identities and Governance
Storage Configure and manage Azure storage accounts, blob storage, file shares, and backups. Storage
Compute Deploy and manage VMs, scale sets, and container services for applications and workloads. Compute
Networking Set up and manage virtual networks, VPNs, ExpressRoute, and network security. Networking
Monitoring and Backup Implement monitoring, logging, backups, and disaster recovery for Azure resources. Monitoring and Backup

Getting Started

  1. Choose a Module: Each module covers a specific area of Azure. You can follow the recommended study sequence or dive into any module that interests you.
  2. Review the Study Plan: Each module README provides a 1-day, 4-hour study plan covering key concepts.
  3. Complete the Labs: Practical labs are included in each module's labs/ folder. Follow the instructions to get hands-on experience.
  4. Explore Additional Resources: Each resources/ folder contains documentation links, reference materials, and tips for deeper learning.

Recommended Study Sequence

  1. Identities and Governance
  2. Storage
  3. Compute
  4. Networking
  5. Monitoring and Backup

Prerequisites

  • Microsoft Azure Account: You'll need an active Azure account for completing the labs. If you don’t have one, you can create a free account at Azure Free Account.
  • Basic Knowledge of Azure: Familiarity with the Azure portal and basic cloud concepts is recommended but not required.

Helpful Resources

  • Microsoft Learn: Explore official learning paths for Azure Administrator skills at Microsoft Learn - AZ-104.
  • Azure Documentation: Refer to Azure Documentation for in-depth guides and tutorials on each Azure service.
  • AZ-104 Exam Skills Outline: Review the official AZ-104 Exam Outline to see a detailed breakdown of the topics covered.

Contributing

If you have suggestions, corrections, or additional resources, feel free to open an issue or submit a pull request!

License

This repository is licensed under the MIT License. See LICENSE for more information.


Happy studying, and best of luck on your journey to becoming an Azure Administrator!