Home / Community / Azure Fundamentals (AZ-900) - Cloud Concepts & Architecture
Public

Azure Fundamentals (AZ-900) - Cloud Concepts & Architecture

Master Azure Fundamentals (AZ-900) with this high-yield flashcard deck, covering core cloud concepts, deployment models, and essential Azure architectural components. Prepare to ace your certification by understanding Regions, Availability Zones, Resource Groups, VNets, Blob Storage, and ARM.

21 accessible of 21 cards

Card Preview

21 accessible of 21 cards

A quick, read-only look at the deck content.

Term

What is cloud computing?

Definition

Cloud computing is the on-demand delivery of compute power, database storage, applications, and other IT resources through a cloud services platform via the internet with pay-as-you-go pricing.

Term

What are the key benefits of cloud computing?

Definition

Key benefits include high availability, scalability, elasticity, agility, geo-distribution, disaster recovery, and cost-effectiveness (shifting from Capital Expenditure to Operational Expenditure).

Term

Differentiate between Capital Expenditure (CapEx) and Operational Expenditure (OpEx) in the context of cloud computing.

Definition

CapEx involves upfront spending on physical infrastructure (e.g., servers, data centers). OpEx involves paying for services or products as you use them, typically on a recurring basis, which is characteristic of cloud computing.

Term

Define Infrastructure as a Service (IaaS) and provide an Azure example.

Definition

IaaS provides fundamental computing resources like virtual machines, networks, and storage over the internet. You manage the operating system, applications, and data. An Azure example is Azure Virtual Machines.

Term

Define Platform as a Service (PaaS) and provide an Azure example.

Definition

PaaS provides a complete development and deployment environment in the cloud, including infrastructure, operating systems, programming language execution environment, databases, and web servers. An Azure example is Azure App Service.

Term

Define Software as a Service (SaaS) and provide an Azure example.

Definition

SaaS provides a complete, ready-to-use application managed by a third-party vendor over the internet. Users typically access it via a web browser. An Azure example is Microsoft 365 or Dynamics 365.

Term

Explain the Shared Responsibility Model in cloud computing.

Definition

The Shared Responsibility Model outlines security duties between the cloud provider and the customer. The cloud provider is responsible for the "security of the cloud" (e.g., physical infrastructure), while the customer is responsible for the "security in the cloud" (e.g., data, applications, network configuration).

Term

What is a Public Cloud deployment model?

Definition

A Public Cloud is owned and operated by a third-party cloud service provider (e.g., Microsoft Azure), which delivers its computing resources over the internet. Resources are shared among multiple tenants, but logically isolated.