AZ-900 Terms and Fundamentals

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

1/93

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:58 PM on 4/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

94 Terms

1
New cards

high availability

Is one of the benefits of the cloud that help maintain availability due to network outages, app failure, power outages and more

2
New cards

Scalability

Benefit of the cloud that allows the ability to add or reduce resources; can be horizontal or vertical

3
New cards

Elasticity

Benefits of the cloud that allows the ability to scale automatically based on metrics like CPU and memory

4
New cards

Agility

Benefit of the cloud that efficiency and speed to be when scaling up or out

5
New cards

fault tolerance

Benefit of the cloud that moves you from an unhealthy VM or resources to a healthy one to maintain availability;

6
New cards

Disaster Recovery

Benefit of the cloud that helps maintain reliable backups and maintaining your app resources in an available region

7
New cards

On-premises Model

In this model you pay for hardware, and physical servers; CapEx that is not agile

8
New cards

Cloud Model

In this model, you only pay for what you use and have the agility of the cloud; OpEx our day to day expenditures

9
New cards

economies of scale

Reduction in cost that occurs with the purchase of larger quantities

10
New cards

IaaS

In this service the cloud provide handles mainly the computing aspect and the customer maintains the middleware and application; offers the greatest flexibility

11
New cards

PaaS

In this service the hardware, OS and other middleware is handled by the cloud provider; user only handles the application framework; Azure App Service, SQL Database, IoT Central

12
New cards

SaaS

In the service the cloud provider provides everything from computing power all the way to the application; large availability but low customization

13
New cards

Public Cloud

Is a multi tenant environment that is accessible on a public network and provides resources that are shared with the public; ex. Microsoft Azure

14
New cards

Private Cloud

Is a model like the public cloud but for a single company or tenant; can be hosted on premises or by a third party

15
New cards

Hybrid Cloud

Is a combination of both public and private cloud environments; Azure Stack can be utilized to achieve this type of environment.

16
New cards

Azure Regions

Data centers that are located within geographies that are hundreds of miles apart; help maintain disaster recovery and high availability

17
New cards

Availability zones

Are locations within a region that help maintain fault tolerance and high availability; there is a maximum of three per region; must be explicitly deployed for VMs, managed disks and public IP addresses but not for SQL and zone-redundant storage

18
New cards

ARM Azure Resource Manager

Is the system in Azure that works behind the scenes to deploy and organize your resources through templates in JSON

19
New cards

Resources groups

Containers for your Azure resources that allow you easily organize, deploy and update your resources; allow the use of tags

20
New cards

Azure Virtual Machines

Are software based computers that run on a host computer in a Azure data center; can be several OSs

21
New cards

Availability sets

Are created to avoid planned maintenance or unplanned downtime; are made up of physical racks and individual computers; have to be explicitly created

22
New cards

Scale sets

Allow you to choose which OS to run in an availability set and are also scalable; compatible with availability zones

23
New cards

Containers

Are zipped versions of an application that includes everything the app needs to run; usually run on Docker; ACI is a PaaS offering

24
New cards

Kubernetes

Is a container manager that holds several containers within a pod that run on computers called nodes and are controlled by a master node; AKS helps configure pods.

25
New cards

Azure Virtual Network

Allows one resource to connect to another and communicate internally; can be split into subnets with their own private IP addresses; can't communicate with internet unless IP addresses is public

26
New cards

Azure Load Balancer

Is a networking product that sits between the users and VM and manages the traffic; maintains a public IP addresses that communicates with the subnets

27
New cards

Azure Application Gateway

A load balancer that is ideal for HTTP traffic; can use a cookie and display customized pages

28
New cards

Virtual Private Network (VPN) Gateway

Connect to resources from an on premises location to an azure virtual network through encrypted traffic.

29
New cards

Azure Content Delivery Network

Deliver large files or streaming content over the Internet with the use of point of presence servers; the content has a time to live

30
New cards

Azure Traffic Manager

A domain naming system that enhances the speed and reliability of your application; using routing rules and connects traffic to endpoints determined

31
New cards

Azure Blob Storage

A storage product that is designed for unstructured data such as images, text and files; come in hot, cold or archive tiers

32
New cards

Azure Queue Storage

A storage product that maintains messages that are sent to applications to perform a certain task

33
New cards

Azure Disk Storage

A type of storage used on VMs; is available as a hard disks (HDD) or solid-state disk (SSD); can be managed or unmanged

34
New cards

Azure Files

A storage type that is a completely managed file share

35
New cards

Azure SQL Database

A relational database PaaS offering that uses schema and queries to organize and retrieve data respectively; single database and elastic pool (SaaS offering)

36
New cards

Managed Instance

Is for customers who want to easily integrate from on premises or non-Azure to Azure

37
New cards

Azure Cosmos DB

Is a database that makes use of NO SQL databases that eliminate schema; include key-value (Azure Table), column (Cassandra), document(Mango API) and graph (Gremlin)

38
New cards

Azure Marketplace

Is where you go to find the resources that you need; has ARM templates that can be saved for future deployment

39
New cards

Azure IoT Hub

is a PaaS offering that allows you to manage IoT devices through monitoring or messaging; C2D and D2C; permits the use of tags and device twins in JSON format; Standard ( allows C2D) and Basic Tier pricing

40
New cards

Azure IoT Central

a SaaS offering for IoT devices that allows you to manage and create an application for your devices; allows simulated devices and can apply rules and jobs based on data metrics

41
New cards

Azure SQL Data Warehouse ( Synapse Analytics)

Is a big data solution that makes use of SQL queries on a large scale for large amounts of data; utilizes decoupling to separate computing and storage to make queries more efficient; DWU for SQL pool; works with ML algorithms like Spark and Hadoop to prepare large data sets for analytics

42
New cards

Data warehousing Units

Is an abstract, normalized measure of compute resources and performance

43
New cards

Azure Data Lake Storage

A big data solution that is built on blob storage and uses hierarchical namespace which organizes objects and files into a hierarchy of directories for efficient data access

44
New cards

Azure HDInsight

Is an Azure cluster management service that implements cloud-based analytic platforms like Hadoop and Spark; are scalable i.e. can add mor nodes to the cluster; billed per-hour basis depending on cluster power

45
New cards

Azure Databricks

Is as an Apache sparked based analytics platform that allows you to gather data from several storage and database resources and perform analytics on them; makes use of server-less computing and is compatible in R, Python and Scala

46
New cards

Azure Machine Learning Service

A cloud based solution for building machine learning algorithms through Python programming; makes use of server-less computing

47
New cards

Azure Machine Learning Studio

A SaaS offering that allows drag-and-drop platform that helps you build, test, train and deploy Machine Learning models in the cloud using server-less computing; has pre-built templates to clean and do a test train split; also includes datasets

48
New cards

Serverless Computing

Is the ability to use excess VMs to do your computing without having to pay for them when not in use

49
New cards

Azure Functions

Is a server-less computing component that allows you to create trigger based functions through Python, Azure Portal Line, Azure Portal and Visual Studio

50
New cards

Azure Logic Apps

A server-less computing component that doesn't require code like a functions; allows you to create complex workflows that can connect several resources and reacts to a trigger; also allows trigger history

51
New cards

Azure Event Grid

Works with Azure functions and logic apps to connect resources and trigger jobs based on events that happen amongst your resources

52
New cards

Azure Portal

Lists all of the available resources available in the cloud; makes the use of ARM templates on the back-end and allows customizable dashboards

53
New cards

Azure PowerShell

Is a cloud-based platform that manages and administers Azure resource from the command line; allows users to create automated tools that utilizes ARM

54
New cards

Azure CLI (command Line Interface)

allows you to script interactions with Azure resources through the command lines of various languages like Python, Ruby and more; is not cloud based

55
New cards

Azure Advisor

is a tool that offers advise to help maintain high availability, security, low costs and efficiency for your Azure resources; can be accessed through the portal

56
New cards

Azure Firewall

a cloud-based security service that filters traffic based on NAT (network address translation ) rules, Network rules and Application rules; is a stateful security service; sits on the outside of the network; hub and spoke

57
New cards

DDoS Protection

a security service that prevents overwhelming attacks made to resource to make them unavailable; comes in a basic tier which includes and IPv4 and IPv6 and a standard tier which includes monitoring, only IPv6 and is $2,994 per month.

58
New cards

Network Security Groups

is a security service that filters traffic that is within a network and uses rules that filter based on source and destination

59
New cards

Azure Active Directory

is an identity service that authorizes and authenticates users and assigns specific privileges for each user or create groups of like users; includes B2B collaboration and SSO

60
New cards

Multi-factor authentication

is a identity service that is available in the premium tier that allows you to add extra steps to authorizing users of your resources; in Azure there is two-step verification

61
New cards

Azure Security Center

is a security tool that is used for monitoring the compliance, health , security and potential threats of your Azure resources; includes a feature called JIT access

62
New cards

Azure Key Vault

is a secure way to store secrets, keys and certificates that are encrypted; these keys are used for applications and resources can call on it to retrieve keys

63
New cards

Azure Information Protection

a security tool that ensure that sensitive/confidential information such as e-mails or documents are protected and shared with intended recipients

64
New cards

Azure Advanced Threat Protection

is a security tool that protect your on-premises resources from network attacks using sensors to monitor traffic

65
New cards

Azure Policy

a governance methodology that allows you to determine how Azure resources are created and managed; ex. the size of a VM that can be deployed and the region it is deployed to.

66
New cards

Role-Based Access Control (RBAC)

a governance methodology that allows you to assign roles to users in a system or company; it is enforced by ARM through ARM templates; can be down to the resource level

67
New cards

Locks

is a governance methodology that can help prevent changes or deletion of a resource; is applied to everyone with access to the resource

68
New cards

Azure Monitor

is a single interface that can be accessed through the Azure portal that aggregates metrics for your Azure services; allows you to create alerts and reports/ graphs; can also connect with function apps or logic apps.

69
New cards

Azure Service Health

helps keep you up-to-date with the health of your resource by looking at them by region; also displays upcoming planned maintenance

70
New cards

Microsoft Privacy Statement

is a comprehensive statement that outlines how data and personal information is handled by Microsoft

71
New cards

Trust Center

a web portal where you can learn about how Microsoft handle security , compliance and privacy

72
New cards

Service Trust Portal

a portal that provides compliance tools for your resource and is the launch point for compliance manager, audit reports, data protection info and privacy

73
New cards

Compliance manager

a tool within the service trust portal that helps you visualize your compliance with industry standards like GDPR, ISO, and NIST

74
New cards

Azure Government

is a cloud environment that is specifically for the data that is controlled by the US government; employees working in this cloud must be US citizens

75
New cards

Azure Germany

is a cloud environment that is like Azure government but is for the compliance of data that resides in the EU; is available to customer in the EU and the UK; data centers are physically in Germany

76
New cards

Azure Subscriptions

is obtained automatically when you sign up for Azure and allows you to have access to Azure resources; each one has quotas or limits assigned to them.

77
New cards

Azure Subscription Types

include Free Trial, Pay-as-you-go and Pay-as-you-go Dev/Test

78
New cards

Azure Free Account

gives you access to Azure for 12 months and provide a $200 credit for 30 days; will have to upgrade to pay-as-you-go after 30 days

79
New cards

Cost Affecting Factors

include resource type, purchase method, region and billing zone

80
New cards

Zones

Geographies that are broken into groups for billing purposes; there are 4 total

81
New cards

Pricing Calculator

tool that is used to help you get an idea of the potential cost of the resource that you would use in Azure.

82
New cards

Total Cost of Ownership (TCO) Calculator

tool that is used to get an idea of how much could be saved in Azure based on the current on-premises setup one may have

83
New cards

Best Practice to Minimize Azure Costs

careful planning, ensuring full use of resources, allowing scalability and making use of the pricing and TCO calculator

84
New cards

Azure Cost Management

is a tool in Azure that allows you to analyze cost at a granular level and create a budget; can also configure alerts when cost are near budget

85
New cards

Support Plans

Basic (free), Developer, Standard, Professional Direct and Premier; the paid ones offer access to Support Engineers

86
New cards

Knowledge Center

helps you find documentation and blogs regarding common issues

87
New cards

Service Level Agreement (SLA)

defines specific availability targets and outlines what the cloud provider will do if those targets are not met; if not met usually credited to an Azure account invoice.

88
New cards

Public and Private Preview Features

beta offerings and updates that are not officially released and do not offer an SLA;

89
New cards

General Availability (GA)

is the point where a preview feature or service reaches quality and availability that suits the engineering team; is then given a SLA provided by Microsoft

90
New cards

Azure DevOps

provides developer services to support teams to plan work, collaborate on code development, and build and deploy applications; can be done in the cloud or on-premises

91
New cards

Azure DevTest Labs

is a "sandbox" environment that allows developer to to efficiently self-manage VMs and PaaS resources without waiting for approvals; can also set policies on VMs

92
New cards

Azure Service Bus

A message queueing system that connects applications, services, and devices, etc.

93
New cards

Azure Cognitive Services

services available to help developers build intelligent applications without having direct AI or data science skills or knowledge; Vision, Speech, Language, Web Search, and Decision

94
New cards

Still learning (2)

You've started learning these terms. Keep it up!

Explore top notes

note
Unit 7: Period 7: 1890–1945
Updated 90d ago
0.0(0)
note
Chapter 20: Cancer
Updated 1001d ago
0.0(0)
note
AP Human Geography NOTES
Updated 425d ago
0.0(0)
note
Literary Devices
Updated 1302d ago
0.0(0)
note
kpl 2 alleviivaukset ruotsi-suomi
Updated 1287d ago
0.0(0)
note
Unit 7: Period 7: 1890–1945
Updated 90d ago
0.0(0)
note
Chapter 20: Cancer
Updated 1001d ago
0.0(0)
note
AP Human Geography NOTES
Updated 425d ago
0.0(0)
note
Literary Devices
Updated 1302d ago
0.0(0)
note
kpl 2 alleviivaukset ruotsi-suomi
Updated 1287d ago
0.0(0)

Explore top flashcards

flashcards
AP Gov AMENDMENTS
27
Updated 721d ago
0.0(0)
flashcards
Art appreciation
50
Updated 1224d ago
0.0(0)
flashcards
troika chapter 7
34
Updated 1062d ago
0.0(0)
flashcards
Module 1
56
Updated 1004d ago
0.0(0)
flashcards
STV4022
74
Updated 1243d ago
0.0(0)
flashcards
AP Gov AMENDMENTS
27
Updated 721d ago
0.0(0)
flashcards
Art appreciation
50
Updated 1224d ago
0.0(0)
flashcards
troika chapter 7
34
Updated 1062d ago
0.0(0)
flashcards
Module 1
56
Updated 1004d ago
0.0(0)
flashcards
STV4022
74
Updated 1243d ago
0.0(0)