AZ-900 Flashcards
(184 cards)
What is High Availability?
High Availability refers to a set of technologies that minimize IT disruptions by providing business continuity of IT services through redundant, fault-tolerant, or failover-protected components inside the same data centre
What is Fault Tolerance?
FT describes how Azure will ensure you have zero downtime for their services
What is Disaster Recovery?
Disaster Recovery is a business continuity strategy that helps organizations secure data, applications, and workloads during planned or unplanned outages
What is scalability?
Scalability refers to scaling up or out to handle increased load.
What is elasticity?
Elasticity is the ability to quickly increase or decrease computer processing and resources. It is the ability of the system to scale automatically - basically auto-scaling
What is Capex vs Opex?
CapEx is money spent aquiring or maintaining fixed assets.
OpEx is the cost of running on a daily basis
What are IaaS, PaaS and Saas?
IaaS provides servers, storage and networking as a service.
PaaS is a superset of IaaS and includes middleware such as db management tools.
SaaS is a service built on top of PaaS, such as Office365
What are the pros and cons of private Cloud?
Pros:
- complete control of your infrastructure
- benefits of public Cloud
- better security and privacy
Cons:
- maintenance
- staffing
What are the pros and cons of Public Cloud?
Pros:
- no purchase of hardware
- low monthly fees
Cons:
- no control of features and versions
- no physical access
What is Private Cloud?
The private cloud is defined as computing services offered either over the Internet or a private internal network and to selected users only instead of the general public.
What is Public Cloud?
Public Cloud is Azure, AWS, GCP. No upfront costs, but monthly usage costs. Little control over services and infrastructure
What is a Hybrid Cloud model?
Hybrid Cloud is the best of Public and Private, but can be complex
What are the Cloud Service models?
IaaS, PaaS and SaaS are the Cloud Service models.
What is the Azure Marketplace?
A means to use and integrate 3rd party products and services.
What are the Cloud Architecture models?
Private, Public and Hybrid are the Cloud Architecture models.
What is a region in Azure?
A region is a set of datacentres deployed within a latency-defined perimeter connected by a low-latency network.
What are paired regions?
Paired regions:
- are in the same geographic area
- enable failover from primary to secondary region
- enable one region to be updated before its pair
- some services use paired regions for replication
What is an Availability Zone?
AZs are individual physical locations within a region.
Each zone is made up of one or more datacentres equipped with independent power, cooling, and networking.
What are resource groups are what are the rules?
Resource Groups are containers for resources.
Every resource must be in a resource group.
Each resource can only exist in a single resource group.
Resources can be added or removed to a resource group at any time.
When a resource group is removed or deleted, all of the resources within it are deleted with it.
Resources can be moved from one resource group to another.
Resources from multiple regions can be in the same resource group.
What is ARM?
ARM is Azure Resource Manager.
The Azure Resource Manager is the common architectural layer which all commands must go through to interact with Azure resources. The Resource Manager manages all resources on Azure, and is the only tool that creates resources on Azure.
What are the benefits of ARM?
Group Resource handling - allow resources to be deployed, managed and monitored as a group.
Consistency - resources will be consistent
Access control - ARM makes it easier to assign access rights
Tagging - Tag resources to identify them for future scenarios and for billing purposes
What are the three foundational components of Cloud computing?
Compute, Networking and Storage are the three foundational components of Cloud computing
What ‘as-a-service’ are VMs?
VMs are part of IaaS because the hardware is emulated.
What are Azure Functions?
Azure Functions are single-task services that can take an input, process it, then die.