Core Azure Services & Well-Architected Framework Vocabulary

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

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards generated from the Core Components of Azure iPaaS, App Service, Architecture, Security, and Well-Architected Framework lecture questions.

Last updated 1:55 PM on 9/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

iPaaS

Stands for Integration Platform as a Service; its primary purpose is to connect applications, data, and business processes across an organization.

2
New cards

Azure API Management

An Azure service primarily used to manage, protect, and expose APIs to internal and external consumers while enforcing rate limits and access controls.

3
New cards

Azure Logic Apps

An Azure service used for workflow automation, allowing applications, databases, and third-party SaaS platforms to integrate through automated processes.

4
New cards

Azure Service Bus

An Azure service providing enterprise messaging through queues and topics for reliable asynchronous communication between applications.

5
New cards

Azure Event Grid

An Azure service designed for event-driven architectures that routes event notifications from publishers to subscribers.

6
New cards

Core Azure Integration Services

The set of four key Azure services: API Management, Logic Apps, Service Bus, and Event Grid.

7
New cards

Loose Coupling

An architectural approach that allows applications to communicate without being directly dependent on each other's immediate availability or internal implementation.

8
New cards

Asynchronous Communication

A communication method where systems interact without requiring both sender and receiver to be available at the exact same time.

9
New cards

Event

A notification representing a state change or fact that has already occurred, such as 'Order 123 has been created.'

10
New cards

Message

A data payload containing a specific command or request for action, such as 'Please process order #123.'

11
New cards

Azure Functions

An Azure serverless compute service commonly used to execute code on demand in response to events.

12
New cards

Azure Data Factory

An Azure service primarily designed for ETL/ELT data integration pipelines.

13
New cards

Azure Key Vault

A service designed to securely store application secrets, cryptographic keys, and certificates.

14
New cards

Azure App Service

A Platform as a Service (PaaS) offering used for hosting web applications, REST APIs, and mobile backends without managing physical infrastructure.

15
New cards

App Service Plan

A configuration that defines the set of compute resources (CPU, memory, instances) used to run App Service applications.

16
New cards

Scaling Up

The process of adding resources (such as increasing CPU capacity and RAM) to an existing single instance.

17
New cards

Scaling Out

The process of increasing the total number of application instances to handle increased traffic.

18
New cards

Deployment Slots

An App Service feature that allows testing and deploying application versions in a staging environment before swapping them into production with minimal downtime.

19
New cards

Azure Solution Architect

A role focused on designing solutions that fulfill both technical constraints and overall business requirements.

20
New cards

Azure Well-Architected Framework

A set of guiding principles across 5 key pillars used to design, evaluate, and optimize high-quality Azure workloads.

21
New cards

Reliability Pillar

The Well-Architected Framework pillar focusing on ensuring an application can recover from failures and remain functional.

22
New cards

Security Pillar

The Well-Architected Framework pillar focusing on protecting application systems, networks, and sensitive data.

23
New cards

Cost Optimization Pillar

The Well-Architected Framework pillar focusing on eliminating unneeded expenses and managing financial resources efficiently.

24
New cards

Operational Excellence Pillar

The Well-Architected Framework pillar focusing on deployment automation, continuous monitoring, and operational procedures.

25
New cards

Performance Efficiency Pillar

The Well-Architected Framework pillar focusing on matching application scaling and resource management to workload demands.

26
New cards

Autoscaling

The capability to automatically adjust server capacity and instance counts up or down based on incoming traffic demand.

27
New cards

Azure Cost Management

An Azure management service that provides analysis and visibility into organization cloud spending.

28
New cards

Azure Advisor

An automated Azure service providing recommendations to help optimize resources across cost, performance, security, and reliability.

29
New cards

Microsoft Entra ID

An Azure service providing cloud identity management, user authentication, and access control.

30
New cards

Principle of Least Privilege

A security practice that grants users and services only the minimal level of access rights required to perform their intended function.

31
New cards

Managed Identity

An Azure security feature allowing applications to authenticate securely to resources without hardcoding credentials or keys in application source code.

32
New cards

High Availability

The ability of a system to maintain operation and access during unexpected component failures.

33
New cards

Redundant Architecture

A design pattern that uses multiple instances of components to eliminate single points of failure and increase overall application availability.