Microsoft Azure Fundamentals - Describe the core architectural components of Azure Flashcards
This module explains the basic infrastructure components of Microsoft Azure. You'll learn about the physical infrastructure, how resources are managed, and have a chance to create an Azure resource.
What is Microsoft Azure?
Microsoft’s cloud computing platform.
Offers a wide range of services and supports IaaS, PaaS and Saas.
How many services does Azure provide
More than 100 services
What do you need in order to create and use Azure services?
An Azure subscription
What is included in an Azure free account?
- Free access to popular Azure products for 12 months.
- Credit to use for first 30 days
- Access to 25+ products that are permanently free.
What are the different ways to manage the Azure environment?
4 points
PowerShell CLI (command line interface)
BASH CLI
Azure CLI (Interactive mode)
Azure Portal (web interface)
What are the two main categories of Azure Core Architecture?
- Physical Infrastructure
- Management Infrastructure
What are Azure’s datacentres grouped into?
2 points
Azure Regions or Azure Availability Zones
What is an Azure Region
Geographical area containing one of more datacenters, networked together on low-latency network.
You can choose the region you want your resource deployed.
What is an Azure availability zone?
Physically separate datacenters within an Azure region. Set up to be an isolation boundary - if one zone goes down, the other continues to work.
How are Azure availability zones connected?
Through high-speed, private fibre-optic networks
What services are Azure availability zones primarily for?
- VMs
- Managed disks
- Load balancers
- SQL databases
What are the 3 Azure service categories that support availability zones?
- Zonal services
- Zone-redundant services
- Non-regional services
What happends with a Zonal Service
Resource is pinned to specific zone.
(for example, VMs, managed disks, IP addresses).
What happens with zone-redundant services?
The platform replicates automatically across zones (for example, zone-redundant storage, SQL Database).