AZ900 Notes

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

1/94

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:28 AM on 8/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

95 Terms

1
New cards

Log Analytics

Allows for running queries in Azure Monitor to identify trends in activity.

2
New cards

Azure Monitor Alerts

Notifies one or more people when thresholds are crossed, such as high CPU or RAM usage.

3
New cards

Application Insights

Monitors web applications and can send synthetic requests to check the status of and monitor the application.

4
New cards

Reliability

Having another region take over computing if a region fails.

5
New cards

Predictability

Resources having a consistent behavior pattern.

6
New cards

Azure Resource Manager (ARM)

A management layer that enables one to create, update, and delete resources in an Azure account.

7
New cards

Entra ID

Works with users and roles for resources.

8
New cards

JSON

The file format ARM templates are built in.

9
New cards

Azure Portal

A GUI that allows one to manage an entire infrastructure, not just deployed resources.

10
New cards

Spot pricing

Allows resources to be bought at a reduced rate; resources aren't charged for unused capacity but can be decommissioned if Azure needs the space.

11
New cards

Reserved instances / reserved capacity

Up-front cost purchases in exchange for a reduced overall rate.

12
New cards

Azure Hybrid Benefit

Allows one to repurpose on-premises licenses for Azure resources.

13
New cards

Pay-as-you-go

The normal, non-discounted rate for resources.

14
New cards

Zero Trust

A security model that assumes a breach is happening at the outset of a network; access is based on authentication, not location.

15
New cards

Just-In-Time access

An access method that should be used in a zero trust model.

16
New cards

Management group

Can support multiple subscriptions and RBAC, but can have only one parent.

17
New cards

Azure Pricing Calculator

Provides estimates (not an actual price quote) for a package of services; region is a factor in the calculation.

18
New cards

TCO Calculator

Total Cost of Ownership calculator; first step is determining a workload for an infrastructure; compares Azure vs. on-premises costs.

19
New cards

Hot access tier

Used for data needed frequently, such as daily activity reports.

20
New cards

Cool access tier

Used for data stored at least 30 days and not accessed frequently, like reports updated every two months.

21
New cards

Cold access tier

Used for data not accessed frequently and stored at least 90 days, like inventory sheets updated 2-3 times a year.

22
New cards

Archive access tier

Used for data accessed rarely and stored at least 180 days, such as annual site updates.

23
New cards

Virtual Machines

Run an entire instance of an operating system.

24
New cards

Azure Functions

A serverless computing service.

25
New cards

Container

Runs independently of an operating system and does not need a virtual machine to run.

26
New cards

Azure Files

Manages file shares in the cloud.

27
New cards

Azure Queues

Provide messaging between apps.

28
New cards

Azure Disks

Provide block-level storage volumes for virtual machines (VMs).

29
New cards

Azure Tables

Store structured, non-relational data.

30
New cards

Policies

Define what is allowed, not who can manage resources.

31
New cards

Discretionary Access Control (DAC)

Puts control in the hands of owners for each resource; no roles are defined for access control.

32
New cards

Mandatory Access Control (MAC)

A subject-label method of access control where administrators, not users, are in complete charge of access.

33
New cards

Virtual machine scale sets

Groups of identical VMs that distribute work through a load balancer.

34
New cards

Availability sets

Place instances of VMs in separate update domains so one instance stays running while another domain reboots.

35
New cards

Azure Virtual Desktop

Allows the same virtual machine to be hosted multiple times so a group of people can use the same desktop configuration on any device.

36
New cards

Azure CLI

Can run Bash statements and works on Windows, macOS, and Linux.

37
New cards

Cloud Shell

Can run both PowerShell and Bash statements.

38
New cards

Microsoft Defender for Cloud

A monitoring tool for security posture management and threat protection.

39
New cards

Microsoft Management Console

A Microsoft Windows GUI management tool for on-premises computer management.

40
New cards

Microsoft Entra

Manages and protects users, devices, apps, and workloads, but does not manage other cloud functions.

41
New cards

Azure resource hierarchy

Management groups > Subscriptions > Resource groups > Resources.

42
New cards

VM resource types

The size of the VM (processors and RAM), the number/size of storage disks, and how VMs are connected via networking.

43
New cards

Azure Data Box

A physical migration service to assist in migrating large amounts of data into Azure quickly from an on-premises site.

44
New cards

Azure Migrate

Used to migrate data from on-premises to the cloud.

45
New cards

AzCopy

A command-line utility used to copy blobs or files to or from a storage account.

46
New cards

Azure Storage Explorer

A GUI-based app used to access Azure Storage Accounts.

47
New cards

B2B collaboration

Supports the use of external identities for credentialing.

48
New cards

B2B direct connect

Allows Entra organizations to set up mutual trust.

49
New cards

Azure AD B2C

Enables identity and access management by Azure AD for custom-developed apps.

50
New cards

Locally redundant storage (LRS)

The lowest-cost storage option, but also the least durable (11 nines of durability).

51
New cards

Zone-redundant storage (ZRS)

Offers 12 nines of durability.

52
New cards

Geo-redundant storage (GRS)

Copies data synchronously three times within a single physical location, then asynchronously to another location; offers 16 nines of durability; a secondary region storage type.

53
New cards

Geo-zone-redundant storage (GZRS)

Copies data across three Azure availability zones, then replicates that data to another geographic location.

54
New cards

Azure Arc

Allows organizations to manage servers, Kubernetes clusters, Azure data services, SQL Server, and VMs hosted outside of Azure.

55
New cards

Microsoft Intune

Manages mobile devices; Endpoint Manager is part of it.

56
New cards

Blob

Part of a storage account; managed in Azure, not outside of it.

57
New cards

Scalability

The flexibility to easily increase or decrease resources, such as adding virtual servers in a server farm.

58
New cards

High availability

The ability of a system to operate without downtime.

59
New cards

Elasticity

The ability to increase or decrease resources dynamically, such as adding an app server when CPU load reaches a certain percentage.

60
New cards

Azure DNS

Provides DNS-related services, including custom domain names usable in a private virtual network.

61
New cards

Peering

Connects virtual networks so they appear as one network.

62
New cards

Network security groups

Allow or block traffic; do not provide domain names.

63
New cards

Azure App Service

Hosts apps (which have names) but does not provide domain names.

64
New cards

Resource groups

Can contain resources from the same or other regions; deleting a resource group deletes all resources within it; moved resources inherit the new group's permissions.

65
New cards

Azure Virtual Network

Allows Azure VMs to communicate with each other securely; can be segmented into subnets.

66
New cards

ExpressRoute

Connections that go through secure channels not involving the public internet.

67
New cards

VPN gateway

Used to send encrypted traffic between an on-premises site and an Azure virtual network.

68
New cards

Standard general-purpose v2

Used for most blobs, file shares, queues, and tables.

69
New cards

Premium block blobs

Used for situations with high transaction rates.

70
New cards

Premium file shares

Support both SMB and NFS file shares.

71
New cards

Premium page blobs

Used in high-performance storage scenarios.

72
New cards

PowerShell

Runs cmdlets; can run inside Cloud Shell.

73
New cards

Azure Containers

Contain apps and make it easy to run multiple instances on a single host.

74
New cards

Azure Active Directory

Provides application management, authentication, B2B and B2C identity services, device management, and SSO; does not provide authorization or on-premises server management.

75
New cards

Billing account

Used for invoicing purposes.

76
New cards

Microsoft Cost Management

Shows cost details for an existing infrastructure along with predictions for future costs.

77
New cards

Reserved instance

Can save up to 72% off the original cost of a virtual machine.

78
New cards

Reserved capacity

Can lower the cost of using storage resources.

79
New cards

Spot instances

Resources not charged for unused capacity.

80
New cards

Microsoft Purview

Offers risk, compliance, and unified data governance to protect data and help comply with regulations.

81
New cards

Azure Blueprints

Sets of roles, policies, and templates used to help an organization comply with industry regulations; can be deployed across multiple subscriptions.

82
New cards

Initiatives

Groups of policies.

83
New cards

Azure Blob Storage

Best suited for storing videos and binary files.

84
New cards

Azure File Storage

Best utilized for file shares.

85
New cards

Azure Table Storage

Best served for NoSQL data.

86
New cards

Azure Queue Storage

Stores messages sent between applications.

87
New cards

Cost factors

Resource types, services, locations, and maintenance; the number of virtual networks itself is not a cost factor (items within them are).

88
New cards

Templates (compliance)

Ensure deployed resources meet compliance mandates.

89
New cards

Auditing

Helps identify resources that are out of compliance.

90
New cards

Automatic patching

Lowers maintenance effort for platform as a service and software as a service.

91
New cards

DDoS protection

Increases network security.

92
New cards

Azure File Sync

Installed on a local server; manages file transfers to and from Azure.

93
New cards

Microsoft Authenticator app

One of many options organizations can use for passwordless authentication.

94
New cards

Multi-Factor Authentication (MFA)

Used when a password plus a code sent to a mobile device are required for authentication.

95
New cards

Single Sign-On (SSO)

Allows one to authenticate once and then access multiple systems.