1 Flashcards
(55 cards)
What is IaaS?
Infrastructure as a Service – You manage OS and apps, Azure manages hardware.
Example: Azure Virtual Machines
What is PaaS?
Platform as a Service – You manage the app, Azure handles OS and infrastructure.
Example: Azure App Service
What is SaaS?
Software as a Service – Fully managed by provider.
Example: Microsoft 365
CapEx vs OpEx
CapEx = upfront hardware cost, OpEx = cloud pay-as-you-go billing
Benefits of cloud computing
Scalability, Elasticity, Agility, Fault Tolerance, High Availability, Geo-distribution
What is Azure Virtual Machines?
IaaS – Fully controlled, customizable virtual server. No physical hardware needed.
What is Azure App Service?
PaaS – Host websites and APIs. Built-in autoscaling, SSL, custom domains.
What are Azure Functions?
Serverless – Event-based code execution. No server to manage. Pay-per-execution.
What are Azure Container Instances?
Deploy containers without managing servers.
What is Azure Kubernetes Service (AKS)?
Manages containers using Kubernetes for scalability and orchestration.
What is Azure Blob Storage?
Object storage for unstructured data (videos, images, backups).
What is Azure Disk Storage?
Block storage used for Azure VMs (virtual hard drives).
What is Azure File Storage?
Shared file system with SMB protocol (cloud file server).
What are the storage tiers?
Hot: frequent | Cool: infrequent | Archive: rarely accessed (cheap).
What is Azure SQL Database?
PaaS relational database – fully managed SQL Server in the cloud.
What is Azure Cosmos DB?
NoSQL DB – globally distributed with low latency.
What are Azure Database for MySQL/PostgreSQL?
Managed open-source relational databases.
What is a Virtual Network (VNet)?
Private network in Azure to securely host resources.
What is a Subnet?
Smaller segment within a VNet for organization.
What is a Network Security Group (NSG)?
Filters traffic to/from resources. Acts like a firewall.
What is a VPN Gateway?
Secure connection between on-premises and Azure.
What is ExpressRoute?
Dedicated private connection between on-prem and Azure.
What is Azure Load Balancer?
Distributes traffic across multiple resources for availability.
What is Azure DNS?
Hosts and manages domain names in Azure.