Azure Flashcards
(265 cards)
What are Azure VM Scale sets?
Automatically increase or decrease in response to demand or a defined schedule
What is SQL Server Stretch Database ?
Dynamically stretch warm and cold transactional data from Microsoft SQL Server 2016 to Microsoft Azure
Evolution of Computing
Physical Server -> VMs -> Containers -> Functions
What is a region ?
A region is a grouping of multiple datacenters
Azure has 58 regions across 140 countries
What is a geography?
A Geography is a discreet market of two or more regions that preserves data residency and compliance boundaries
What are paired regions
Each region is paired with another region 300 miles away to ensure less downtime, disaster recovery
What is Azure GRS ?
Azure Geo-redundant Storage(GRS) replicates data to a secondary region automatically, ensuring that data is durable even in the event that the primary region isn’t recoverable
Are all cloud services available in every region ?
No, Not all cloud services are available in every region.
What is Recommended region ?
A region that provides the broadest range of service capabilities and is designed to support availability zones now or in the future
What is Alternate region ?
Alternate (other) region is a region that extends Azure’s footprint within a data residency boundary where a recommended region also exists . Not designed to support AZs
What is General Availability?
General Availability(GA) is when a service is considered ready to be used publicly by everyone.
How the availability of service is categorized in Azure ?
Azure categorizes availability into three types : Foundational , Mainstream and Specialized
What is Foundational Availability?
When GA, immediately or in 12 months in Recommended and Alternate regions
What is Mainstream Availability?
When GA immediately or in 12 months in Recommended Regions . May become available in Alternate regions based on the customer demand
What is Specialized Availability ?
Available in Recommended or Alternatre regions based on customer demand
What is Availability Zone ?
Availability is physical location made up of one or more datacenter
What is Fault Domain ?
A logical grouping of hardware to avoid a single point of failure within an AZ group of virtual machines that share a common power source and network switch
What is Update Domain ?
Azure may need to apply updates to the underlying hardware and software. Update domains ensure your resources do not go offline
What type of domain is the Availability Zone in?
An Availability Zone(AZ) in an Azure region is a combination of a fault domain and an update domain
What are different computing services provided in Azure ?
Azure provides Azure Virtual Machines, Azure Container Instances, Azure Kubernetes Service, Azure Service Fabric, Azure Functions, Azure Batch
What are Azure Virtual Machines?
Windows or Linux virtual Machines. The most common type of Compute. You choose your OS, Memory, CPU, and Storage. You share hardware with other customers.
What are Azure Container Instances?
Docker as a Service - Run containerized apps on Azure without provisioning servers or VMs
What is Azure Kubernetes Service(AKS) ?
Kubernetes as a Service - Easy to deploy, manage, and scale containerized applications. Uses the Open Source Kubernetes (k8) software
What is Azure Service Fabric?
Tier 1 Enterprise Containers as a Service
Distributed Systems Platform. Runs in Azure or on-premises.
Easy to package, deploy , and manage scalable and reliable microservices