Azure Organization and Infrastructure Flashcards
What is Microsoft Azure ?
It is a Microsoft’s public cloud computing platform. Public is a key term meaning it is available to the general public.
Microsoft Azure has over 200 individual products and services which provides a wide number of management and solutions for many business use cases you can think of.
Buil, run and manage application on Microsoft’s global infrastructure (IAAS, PAAS, SAAS)
What “managed services” refers to ?
PAAS and SAAS
Because they have an extra layer of management applied to them
What is the main advantage of cloud computing (financially)
It is pay as you go.
- No upfront commitment for resources
- Billed for the seconds of using services.
- OPEX : Operational Expenses.
Where are computing resources of Azure ?
In multiple datacenters all around the word (regions, zones)
Azure is a set of geographically distributed multiple sets of datacenters positionned all around the world to give them a global footprint.
What is a region ?
A region is defined as a collection of individual datacenters deployed within a single geographic region.
What is an availability zone ?
It is a division construct inside a region that refers to one of multiple physical locations within each individual Azure region.
It is made up of one or more individual datacenter buildings and each one of these individual data centers has its own self-contained construct of independent power, cooling and network capabilities.
What is the primary purpose of these multiple availability zones inside a single region ?
To provide an additional layer of fault tolerance and/or resiliency by offering the ability to replicate your application or whatever business solution that you are using accross multiple availability zones inside the same regions.
True or False: A region must only have 1 datacenter
False.
A region can be formed by one or multiple datacenters
True or False: An availability zone must only be formed by 1 datacenter
False
An availability zone can be formed by one or multiple datacenters
Compare the advantages of cloud computing applied to region vs availability zones
A region provide : High Availability and Fault Tolerance: Be closer to your end users (multiple regions - deployement). Defend against (unlikely) regional outages.
An Availability Zone provide Fault Tolerance: Deploy resources accross zones. Protect against single point of failures.
What are the layers of the Traditional IT stack ?
Networking
Storage
Servers
Virtualization
Operating System
Middleware
Runtime
Data
Applications
What is the method of interaction with the Azure services ?
ARM: Azure Resources Manager. That can be accessed through the Azure Web GUI console, Azure Powershell, Azure CLI, and Rest Client
How are the azure services organized ?
- The foundational services: the physical data center and the physical servers racs themselves, hypervisors capabiities
- The Core Infrastructure Services: Compute or virtual machines, the storage, the Networking
- The Managed Services: Platform Services and SAAS.
- Security & Management Services: not really solutions/services. Used for various security and management functions in relation to the managed solutions, such as authentication, identity, etc.
Which layers of the traditional IT stack are managed by the Cloud Provider in IAAS ?
Networking
Storage
Servers
Virtualization
Operating System (partially)
Which layers of the traditional IT stack are managed by the customer in IAAS ?
Operating System
Middleware
Runtime
Data
Applications
Which layers of the traditional IT stack are managed by the Cloud Provider in PAAS ?
Networking
Storage
Servers
Virtualization
Operating System
Middleware
Runtime