Describe the core architectural components of Azure Flashcards
What is a requirement to use an azure service?
An account with an azure subscription.
What PowerShell command is used to determine the version of azure CLI is in use?
az version.
What PowerShell command is used to switch to BASH CLI?
bash
What powershell command initializes the CLI interactive mode in azure?
az interactive
What is an azure region?
Geographical area on the planet that contains at least one, but potentially multiple datacenters that are nearby and networked together.
What is an azure availability zone?
Physically separate datacenters within an Azure region.
How are availability zones isolated?
Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking.
How does azure ensure resiliency within a region?
A minimum of three separate availability zones are present in all availability zone-enabled regions.
Do all azure regions support availability zones?
No.
What services/applications are able to leverage availability zones?
VMs, managed disks, load balancers, and SQL databases.
What are the 3 types of availability zone services?
- Zonal services
- Zone-redundant services
- Non-regional services
Define a ‘Zonal’ availability service
You pin the resource to a specific zone (for example, VMs, managed disks, IP addresses).
Define a ‘Zone-redundant’ availability service
The platform replicates automatically across zones (for example, zone-redundant storage, SQL Database).
Define a ‘Non-regional’ availability service
Services are always available from Azure geographies and are resilient to zone-wide outages as well as region-wide outages.
How does azure ensure resiliency between regions?
Region pairs; Most Azure regions are paired with another region within the same geography.