Microsoft Certified: Azure Fundamentals (AZ-900) Flashcards
Browse all 29 cards
What is cloud computing?
The delivery of computing services—such as compute, storage, databases, networking, and analytics—over the internet, letting organizations rent resources instead of owning and maintaining physical infrastructure.
Explain the shared responsibility model.
Security and compliance responsibilities are divided between the cloud provider and the customer. The provider always secures the underlying physical infrastructure; the customer's share of responsibility varies by service type, growing largest in IaaS and smallest in SaaS.
What is IaaS (Infrastructure as a Service)?
A cloud model where the provider supplies virtualized compute, storage, and networking, while the customer manages the operating system, runtime, and applications on top of it.
What is PaaS (Platform as a Service)?
A cloud model where the provider manages the infrastructure and runtime environment, and the customer only manages the application and its data—useful for developers who want to focus on code rather than infrastructure.
What is SaaS (Software as a Service)?
A cloud model where the provider hosts and manages a complete application, and the customer simply uses it, typically through a browser (e.g., Microsoft 365).
What is the consumption-based (pay-as-you-go) model?
A pricing approach where customers pay only for the resources they actually use, rather than paying upfront for fixed capacity—reducing the need for large capital expenditure.
Name the core benefits of cloud services covered on AZ-900.
High availability, scalability, elasticity, agility, fault tolerance, and disaster recovery, along with the shift from capital expenditure (CapEx) to operational expenditure (OpEx).
What is an Azure region?
A geographic area containing one or more datacenters that are networked together with low-latency connections, used to deploy Azure resources close to users.
What is an Availability Zone in Azure?
A physically separate location within an Azure region, each with independent power, cooling, and networking, used to protect applications from datacenter-level failures.
What is an Azure Resource Group?
A logical container that holds related Azure resources for a solution, allowing them to be managed, deployed, and billed together as a unit.
What is Azure Resource Manager (ARM)?
The deployment and management layer for Azure that allows you to create, update, and delete resources through a consistent API, portal, CLI, or template.
What is Azure Virtual Machines?
An IaaS compute service that provisions on-demand, scalable virtual machines running Windows or Linux inside Azure's infrastructure.
What is an Azure Virtual Machine Scale Set?
A service that lets you deploy and manage a group of identical, load-balanced virtual machines that automatically increase or decrease in number based on demand.
What is Azure App Service?
A fully managed PaaS offering for hosting web apps, REST APIs, and mobile back ends without managing the underlying infrastructure.
What are Azure Functions?
A serverless compute service that runs small pieces of event-triggered code on demand, without provisioning or managing servers, and bills based on execution.
What is Azure Virtual Network (VNet)?
The fundamental building block for private networking in Azure, enabling Azure resources to securely communicate with each other, the internet, and on-premises networks.
What is VPN Gateway used for?
It sends encrypted traffic between an Azure virtual network and an on-premises location (or between virtual networks) over the public internet.
What is Azure Blob Storage used for?
Storing large amounts of unstructured object data, such as text or binary files, images, and documents, accessible via HTTP/HTTPS.
Name the Azure Blob Storage access tiers and their purpose.
Hot (frequently accessed data), Cool (infrequently accessed, stored for at least 30 days), and Archive (rarely accessed, stored offline for at least 180 days)—tiers trade off storage cost against access/retrieval cost.
What is redundancy in Azure Storage, and what does LRS mean?
Redundancy replicates data to protect against loss. Locally Redundant Storage (LRS) copies data synchronously three times within a single datacenter in one region.
What is Azure Active Directory (Microsoft Entra ID)?
Microsoft's cloud-based identity and access management service, used to authenticate users and manage access to Azure resources and other cloud applications.
What is Multi-Factor Authentication (MFA)?
A security process requiring users to provide two or more verification methods (such as a password plus a phone prompt) to prove their identity before gaining access.
What is Role-Based Access Control (RBAC)?
An authorization system that grants users only the specific permissions they need by assigning roles at a particular scope, following the principle of least privilege.
What is Azure Defender for Cloud (Microsoft Defender for Cloud)?
A unified security management and threat protection tool that assesses the security posture of cloud resources and provides recommendations to improve it.
What is Azure Cost Management?
A set of tools that help monitor, allocate, and optimize cloud spending, including budgets, cost analysis, and recommendations for reducing waste.
What is Azure Policy?
A governance service that creates, assigns, and enforces rules over resource properties, ensuring resources stay compliant with organizational standards.
What is Azure Advisor?
A free personalized recommendation engine that analyzes resource configuration and usage to suggest ways to improve cost, security, reliability, and performance.
What is Azure Monitor?
A comprehensive platform for collecting, analyzing, and acting on telemetry (metrics and logs) from Azure and on-premises environments to maximize performance and availability.
What is the Service Level Agreement (SLA) in Azure?
A formal commitment from Microsoft specifying the guaranteed uptime/performance level for a service, along with remedies if that level isn't met.