Azure Compute Services

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/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:33 PM on 9/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

Renting a computer/server from Microsoft instead of buying a physical one

Azure Virtual Machine

2
New cards

A VM is what kind of service type? (IaaS, PaaS, Saas)

Infrastructure as a Service

3
New cards

Create and manage many identical VMs in a group

VM Scale Sets

4
New cards

Protect VMs from hardware failures and planned maintenance by distributing them across Fault Domains and Update Domains.

VM Availability Sets

5
New cards

Azure distributes VMs across these two types of availability sets

Update domain and fault domain

6
New cards

A group of physical hardware that gets rebooted at the same time

Update Domain

7
New cards

A group of physical hardware that shares a common power/network source.

Fault Domain

8
New cards

What is the Microsoft service called that moves the desktop computer experience into Azure instead of on the physical computer?

Azure Virtual Desktop

9
New cards

Virtual machines can only run one operating system, what is the solution to this limitation?

Containers!!

10
New cards

Container

Lightweight solution that bundles a single app + dependencies and deploys it as a unit to a container host

11
New cards

Container Host

Container hosts abstracts away the operating system, allowing multiple containerized apps to run simultaneously

12
New cards

VMs virtualize the ___ while containers virtualize the ___

VMs virtualize the hardware while containers virtualize the operating system

13
New cards

PaaS Azure service to run a container in Azure

Azure Container Instances (ACI)

14
New cards

PaaS Azure service to run your container like ACI, but adds built-in scaling and load balancing

Azure Container App

15
New cards

Distributing incoming network traffic across multiple servers/VMs so that no single server gets overwhelmed.

Load Balancing

16
New cards

Container orchestration service that manages the life cycle of containers. Helpful when deploying a fleet of services.

Azure Kubernetes Service

17
New cards

What is the severless service that runs your code when an event is triggered

Azure Functions

18
New cards

Stateless Functions

Doesn’t remember what happened previously

19
New cards

Stateful (durable) Functions

Maintains information about previous activity by passing context between executions

20
New cards

What is the service that provides prebuilt AI capabilities?

Azure AI Service

21
New cards

What is the service that lets you use generative AI models in Azure?

Azure OpenAI Service

22
New cards

Application pattern where an AI model can use instructions, context, and tools to accomplish multistep tasks

Agentic AI

23
New cards

What service allows you to build, train, and manage custom ML models?

Azure ML

24
New cards

What service connects IoT devices to azure ad allows 2-way communication?

IoT Hub

25
New cards

What is the ready to use SaaS platform for managing IoT solutions

IoT Central

26
New cards

What functionality lets you run cloud workloads directly on or near IoT devices? (brings cloud processing down to the devices)

IoT Edge or edge computing

27
New cards

What service lets you build and host web apps, background jobs, mobile backends, and RESTful APIs in the programming language of your choice without managing infrastructure

Azure App Services

28
New cards

What is used to run applications in Azure without the need of a VM, or provisioned server.

Azure Container Instance