Revised for 2022-2023
Study notes and guide for the Azure Fundamentals Certification, part of a full O'Reilly course.
Each markdown has its own Learn Modules which are listed:
- Describe Cloud Computing
- Describe benefits of using cloud services
- Describe cloud service types Describe Azure Architecture and Services Describe Azure management and governance
This repository has my own notes but you should create yours as part of studying for the course. I show you how I did it below 👇
Centralized details: Certification https://docs.microsoft.com/en-us/learn/certifications/exams/az-900
-
Download the skills outline
-
Go through the 3 Learning Paths:
- Describe Cloud Concepts
- Describe Azure Architecture and Services
- Describe Azure management and governance
Next, go through each Learning Path and create a markdown file for each that includes every learn module.
- Summarize
Sample repo structure:
.
├── 1-cloud-concepts.md
├── 2-architecture-and-services.md
├── 3-management-and-governance.md
└── README.md
- Create a repository and add the markdown files, one for each section
- Start summarizing, adding the Learning Path and Learning Module for each section
- Capture services, definitions, and any key differentiators
Sample section:
## Main topic
### Service Name
Definition: Some definition
Features:
* Feature 1
* Feature 2
Find key differences for similar services. For example, IoT Hub vs. IoT Central:
IoT Hub: More control, less managed (no dashboard). Telemetry analysis.
IoT Central: Less control, more managed (dashboard included). Telemetry analysis.