Study Notes

AZ-900 Microsoft Azure Fundamentals: Core Concepts and Architecture

Free ยท 2 imports included

Study Notes Preview

3 sections locked
Section 1

AZ-900 Microsoft Azure Fundamentals: Core Concepts and Architecture

STUDY GUIDE

๐ŸŽ“ AZ-900: Microsoft Azure Fundamentals - Study Guide

๐Ÿ“‹ Course Structure

code
๐Ÿ“š AZ-900 Microsoft Azure Fundamentals โ”œโ”€โ”€ ๐Ÿ“– Chapter 1: Cloud Computing Fundamentals โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Cloud Deployment Models โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Cloud Service Models (IaaS, PaaS, SaaS) โ”‚ โ””โ”€โ”€ ๐Ÿ”น Economic Benefits (CapEx vs OpEx) โ”œโ”€โ”€ ๐Ÿ“– Chapter 2: Azure Architectural Components โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Regions and Availability Zones โ”‚ โ””โ”€โ”€ ๐Ÿ”น Resource Organization Hierarchy โ”œโ”€โ”€ ๐Ÿ“– Chapter 3: Azure Identity, Security, and Governance โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Identity and Access Management โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Network Security and Traffic Filtering โ”‚ โ””โ”€โ”€ ๐Ÿ”น Governance and Compliance โ””โ”€โ”€ ๐Ÿ“– Chapter 4: Azure Management and Cost Tools โ”œโ”€โ”€ ๐Ÿ”น Monitoring and Alerts โ””โ”€โ”€ ๐Ÿ”น Cost Management and Optimization
Section 2

๐Ÿ“– Chapter 1: Cloud Computing Fundamentals

What this chapter covers: This chapter defines the core cloud computing paradigms. It explores how deployment models determine infrastructure ownership, how service models define the shared responsibility between the provider and the user, and the financial transition from capital to operational expenditure.

๐Ÿ”‘ Essential Concepts & Formulas

ConceptDefinitionUse CaseQuick Check
CapExUpfront hardware investmentData center buildsFixed asset costs
OpExPay-as-you-go consumptionCloud subscriptionsVariable monthly costs
IaaSInfrastructure controlVirtual MachinesUser manages OS
SaaSSoftware deliveryMicrosoft 365Provider manages all

๐Ÿ› ๏ธ Problem Types

Type A: Service Model Identification

Setup: "When you encounter a scenario requiring the selection of a deployment model based on control requirements."

Method: Evaluate the level of abstraction. If the user manages the OS, it is IaaS. If the user only manages data and application code, it is PaaS. If the user only manages user access, it is SaaS.

Example: A company needs to migrate a legacy app requiring specific OS patches.

"
โœ…
Solution: IaaS.

Type B: Economic Model Analysis

Setup: "If presented with a business case comparing on-premises hardware costs versus cloud subscription costs."

Method: Identify if the expense is a one-time capital investment (CapEx) or a recurring operational expense (OpEx).

Example: Converting server hardware purchase to monthly Azure VM billing.

"
โœ…
Solution: Shift from CapEx to OpEx.

๐Ÿงฎ Solved Example

Problem: A business wants to minimize administrative overhead by using a service where the provider manages the OS, middleware, and runtime. Which model is this?

Steps:

  1. Identify the requirement: Provider manages OS/Middleware.
  2. Evaluate models: IaaS (User manages OS), PaaS (Provider manages OS), SaaS (Provider manages app).
  3. Select the best fit: Platform as a Service (PaaS).
"
โœ…
Answer: PaaS (Platform as a Service).

๐Ÿ“– Chapter 2: Azure Architectural Components

What this chapter covers: This chapter focuses on the physical and logical structure of Azure. It covers the global distribution of datacenters and the hierarchical management structure used to organize resources, enforce policies, and manage billing.

๐Ÿ”‘ Essential Concepts & Formulas

ConceptDefinitionUse CaseQuick Check
RegionSet of datacentersGlobal deploymentLatency requirements
Avail. ZonePhysically separate DCHigh AvailabilityFault tolerance
Resource GroupLogical containerLifecycle managementGrouped deletion
Mgmt GroupGovernance scopeEnterprise scaleHierarchy enforcement

๐Ÿ› ๏ธ Problem Types

Type A: High Availability Selection

Setup: "When you encounter a requirement for datacenter failure protection."

Method: Use Availability Zones to ensure resources are physically separated within a region.

Example: Protecting a SQL database from a single datacenter power failure.

"
โœ…
Solution: Deploy across Availability Zones.

๐Ÿงฎ Solved Example

Problem: You need to apply a policy to multiple subscriptions simultaneously. What is the highest level in the hierarchy?

Steps:

  1. Analyze hierarchy: Resource Group < Subscription < Management Group.
  2. Determine scope: Management Groups allow policy assignment across multiple subscriptions.
"
โœ…
Answer: Management Group.

๐Ÿ“– Chapter 3: Azure Identity, Security, and Governance

What this chapter covers: This chapter details the security framework of Azure. It covers identity verification, network perimeter security, and the implementation of automated governance to ensure compliance across the environment.

๐Ÿ”‘ Essential Concepts & Formulas

ConceptDefinitionUse CaseQuick Check
Azure ADIdentity ProviderUser authenticationMFA enforcement
NSGTraffic filterSubnet securityPort blocking
Azure PolicyCompliance ruleStandard enforcementDeny non-compliant
Resource LockDeletion preventionCritical resourcesReadOnly/NoDelete

๐Ÿ› ๏ธ Problem Types

Type A: Network Traffic Filtering

Setup: "If presented with a requirement to restrict traffic to a specific VM port."

Method: Apply a Network Security Group (NSG) rule to the subnet or the network interface.

Example: Blocking HTTP traffic on port 80.

"
โœ…
Solution: Create an inbound NSG Deny rule for port 80.

๐Ÿงฎ Solved Example

Problem: How to prevent an administrator from accidentally deleting a production database?

Steps:

  1. Identify the tool: Resource Locks.
  2. Apply the lock type: CanNotDelete.
"
โœ…
Answer: Apply a CanNotDelete resource lock to the database.

3 more sections

Create a free account to import and read the full study notes โ€” all 5 sections.

No credit card ยท 2 free imports included

    AZ-900 Microsoft Azure Fundamentals: Core Concepts and Architecture โ€” Cheatsheet | Evrika | Evrika Study