AZ-900 Domain 2: Describe Azure architecture and services (35–40%)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/57

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:45 AM on 3/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

58 Terms

1
New cards

Azure Geography

A discrete market, typically containing two or more regions, that preserves data residency and compliance boundaries

2
New cards

Azure Regions

A set of datacenters deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network

3
New cards

Azure sovereign regions

Special regions that you might need to for compliance or legal purposes: Government (Fed govt. DOD), China

4
New cards

Region Pairs

A relationship between 2 Azure Regions within the same geographic region for disaster recovery purposes.

5
New cards

Management Groups

Management  groups provide a level of above subscriptions. Each directory is given a single top-level management group called the root

6
New cards

Subscriptions

Subscription is a logical container used to provision resources in Azure. Logical use cases: when subscription limits are reached,  to use different payment methods,  to isolate resources between departments, projects, etc

7
New cards

Resource Groups

A container that holds related resources for an Azure solution. Used to group resources that share a common resource lifecycle.

8
New cards

Resources

An entity managed by Azure, like a virtual machine, virtual network, or storage account

9
New cards

Availability Zones

Unique physical locations within a region with independent power, network, and Comprised of one or more datacenters. Tolerant to datacenter failures via redundancy and isolation

10
New cards

Azure Datacenters

datacenters are locate  all over the world and are organized into regions. Designed to secure, reliable, and efficient, leveraging economies of scale, multi-tenant.

11
New cards

Azure VMS

Server virtualization (compute) on-demand without need for hardware purchase

12
New cards

Virtual machine scale sets

Allow you to create and manage a group of identical. load-balanced VMS. The number Of VM instances can automatically increase or decrease in response to demand or based on a schedule.

13
New cards

Virtual machine availability sets

Help build a more resilient, highly available environment by staggering VM updates and ensuring varied power and network connectivity

14
New cards

Update domains

Allows you to apply updates while only one update domain grouping will be offline at a time.

15
New cards

Fault domains

Groups your VMS by common power source and network switch. By default an availability set will split your VMs across up to three fault domains

16
New cards

Azure Virtual Desktop

A desktop and app virtualization service that runs in Microsoft Azure

17
New cards

Azure Container Instance (ACI)

Runs Docker containers on-demand in a serverless Azure environment. A solution for any scenario that can operate in isolated containers, without orchestration

18
New cards

Azure Kubernetes Services (AKS)

A hosted Kubernetes service, where Azure handles critical tasks like health monitoring and maintenance for you. You pay only for the agent nodes within your clusters, not for the masters (free tier) For a financially backed SLA, you pay a few cents per hour for cluster management

19
New cards

VM Resource Requirements

Virtual Disk, Virtual Network (VNET) , Network Interface (Virtual NIC) , Network Security Group, Public IP Address

20
New cards

App Service

An HTTP-based service for hosting web applications, REST APIs, and mobile back ends.

21
New cards

Virtual Network (VNET)

A logical representation of your network in Azure. VNETs provide logical isolation in Azure dedicated to your subscription. Securely extend your data center (Site-to-Site VPN) and hybrid cloud scenarios

22
New cards

Virtual Subnet

Segment address space of VNET to create sub-networks, allows Azure resource deployment into a specific subnet

23
New cards

VPN Gateway

A virtual network gateway that sends encrypted traffic between an Azure VNET and an on-premises location over the Internet

24
New cards

VNET Peering

Enables seamless connection of two or more Virtual Networks in Azure. The two networks function as one in terms of connectivity

25
New cards

ExpressRoute

Extends your on-premises networks into Azure over a private connection with the help of a connectivity provider, traffic does not traverse the public internet

26
New cards

Azure DNS

a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure. Can provide internal and external DNS

27
New cards

Service Endpoint

Provides a way to lock down access to all instances Of a PaaS service to a VNET (accessible from public internet)

28
New cards

Private Endpoint

Grants access to a specific instance (resource) of a PaaS service in your VNET on a private IP address (Enables access from on prem without public endpoint)

29
New cards

Defense in-Depth

A layered (defense in depth) approach that does not rely on one method to completely protect an environment

30
New cards

Network security Group

Contains security rules that allow or deny inbound network traffic to, or outbound network traffic from, several types of Azure resources. For each rule, you can specify source and destination port and protocol. Can be applied to a subnet or network adapter

31
New cards

Azure Firewall

A managed, cloud-based network security service that protects your Azure Virtual Network resources. It's a fully stateful firewall as a service with built-in high availability and unrestricted cloud scalability.

32
New cards

Blob Storage

Storage optimized for storing massive amounts of unstructured data

33
New cards

Unstructured data

Cannot be in a row-column database and does not have and associated data model

34
New cards

Structured data

Data contained in rows and columns such as an excel spreadsheet or relational database

35
New cards

File Storage

Fully managed file shares in Azure accessible via SMB (Server message block) or NFS (Network file system)

36
New cards

Disk Storage

Azure managed disks are block-level storage volumes that are managed by Azure and used with Azure VMS

37
New cards

Table Storage

A service that stores structured NoSQL data in Azure, including a schemaless key/attribute store

38
New cards

Queue Storage

A service for storing large numbers of messages, accessible from anywhere via authenticated HTTP or HTTPS calls

39
New cards

Storage tiers

Hot, cool, cold and archive

40
New cards

LRS (Locally redundant storage)

Copies your data synchronously three times within a single physical location in the primary region

41
New cards

ZRS (Zone redundant storage)

Copies your data synchronously across three Azure availability zones in the primary region

42
New cards

GRS (Geo-redundant storage)

Copies your data synchronously three times Within a single physical location in the using LRS. it then copies it asynchronously  to a single physical LRS location in the secondary region

43
New cards

GZRS (Geo-zone redundant storage)

copies your synchronously three times within the primary region using ZRS it then copies it asynchronously to a single physical location in the secondary region

44
New cards

Azcopy

A command line utility that you can use to copy blobs or files to or from a storage account

45
New cards

Azure storage explorer

A standalone app that provides a graphical interface to manage files and blobs in your azure account

46
New cards

Azure file sync

A tool that lets you centralize your file shares in azure files and keep the flexibility, performance and compatibility of a windows file server, Once installed on a local Windows servers, it Will automatically stay bi-directionally synced with your files in Azure.

47
New cards

Azure Migrate

A service that provides a simplified migration, modernization. and optimization for Azure. Includes all pre-migration steps such as discovery, assessments, and right-sizing

48
New cards

Azure Data Box

A cloud solution that lets you send terabytes Of data into and out Of Azure in a quick, inexpensive, and reliable fashion. Customers are shipped a proprietary Data Box Storage device

49
New cards

Authentication (AuthN)

Is the process of proving that you are who you say you are. (Identity)

50
New cards

Authorization (AuthZ)

Is the act of granting an authenticated party permission to do something. (Access)

51
New cards

Entra ID

Entra is Microsoft's cloud-based identity and access management

52
New cards

Single Sign-on (SSO)

Single sign-on means a user doesn't have to sign into every application they use (Modern authentication)

53
New cards

MFA ( Multi-factor authentication)

MFA in Entra ID works by requiring two or more of the following authentication methods: Something you know (pin or password), Something you have (trusted device), Something you are (biometric)

54
New cards

Conditional Access

Used by Entra ID to bring signals together, to make decisions, and enforce organizational policies

55
New cards

Azure RBAC

who has access to Azure resources, what they can do with those resources, which resources/areas they have access to

56
New cards

Defender for Cloud

A unified infrastructure security management system that strengthens the security posture of your cloud and on-premises data centers

57
New cards
58
New cards

Explore top notes

note
Science - Chapter 8
Updated 1058d ago
0.0(0)
note
Risk / Riesgo (IT)
Updated 1245d ago
0.0(0)
note
Chemistry Chapter 3
Updated 426d ago
0.0(0)
note
B1
Updated 1268d ago
0.0(0)
note
Body Disorders
Updated 1154d ago
0.0(0)
note
Conformity
Updated 1037d ago
0.0(0)
note
Impacts of Urbanization
Updated 1164d ago
0.0(0)
note
Science - Chapter 8
Updated 1058d ago
0.0(0)
note
Risk / Riesgo (IT)
Updated 1245d ago
0.0(0)
note
Chemistry Chapter 3
Updated 426d ago
0.0(0)
note
B1
Updated 1268d ago
0.0(0)
note
Body Disorders
Updated 1154d ago
0.0(0)
note
Conformity
Updated 1037d ago
0.0(0)
note
Impacts of Urbanization
Updated 1164d ago
0.0(0)

Explore top flashcards

flashcards
Camping Vocab
44
Updated 564d ago
0.0(0)
flashcards
Chemistry Unit 8 Ions
56
Updated 1117d ago
0.0(0)
flashcards
APUSH Vocab Quiz
30
Updated 1098d ago
0.0(0)
flashcards
Russia - APCG
47
Updated 1234d ago
0.0(0)
flashcards
Bio evolution test
41
Updated 12d ago
0.0(0)
flashcards
Genetics E1- Medical Pedigree
34
Updated 286d ago
0.0(0)
flashcards
Camping Vocab
44
Updated 564d ago
0.0(0)
flashcards
Chemistry Unit 8 Ions
56
Updated 1117d ago
0.0(0)
flashcards
APUSH Vocab Quiz
30
Updated 1098d ago
0.0(0)
flashcards
Russia - APCG
47
Updated 1234d ago
0.0(0)
flashcards
Bio evolution test
41
Updated 12d ago
0.0(0)
flashcards
Genetics E1- Medical Pedigree
34
Updated 286d ago
0.0(0)