Core Architectural Components of Azure Flashcards

1
Q

What are the core Azure architectural components?

A
  • Azure Regions
  • Region Pairs
  • Sovereign Regions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Region in Azure?

A
  • areas of the world where azure has a set of datacenters (min. 3 in a set)
  • not necessarily “countries” but can be
  • about 60 world-wide
  • a region is usually connected to another to make a “region-pair”
  • anyone can use regions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Region-Pair?

A
  • a connection of two regions
  • have highest speed connections and special treatment during Azure updates
  • during Azure updates they are not going to be both updated at the same time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is data storage dealt with in regions?

A
  • concept of data residency:
  • data stored in regions of a land nevers leaves
  • i.e two regions in Canada, data never leaves canada
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is data dealt with when there is no close region-pair?

A

I.e in the past with Brazil
Only datacenter in South America
One-way pairing with South Central US
-> data leaves Brazil to the US

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How available are the 60+ regions for everyone?

A
  • most of them are not available to everyone
  • some restrictions apply, i.e in some regions you have to be a resident of
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Sovereign Regions?

A
  • Usually connected to a country or a government
  • not connected to Azure public cloud
  • require approval to join / create a subscription
  • adhere to different sets of standards
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Availability Zones?

A
  • effectively (sets of) datacenters that are physically separated within each Azure region
  • one or more datacenters are representing each availability zon within a region
  • very high-speed connections
  • physically seperate and own maintenance and infrastructure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Are Availability Zones available everywhere?

A

No, not supported in every region.
Also not every service supports Availability Zones

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What types of Services exist that support Availability zones?

A
  • Zonal Services
  • Zone-redundant services
  • Always available Services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are Zonal Services and what do they enable?

A
  • special type of service that supports AZs
  • you can choose a specific Availablity Zone to deploy the service to
  • you should then deploy a duplicate service to another zone to achieve resiliency
  • i.e. Virtual Machines
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are Zone Redundant Services and what do they do?

A
  • Automatically deployed across zones for you
  • you don’t have to configure it
  • e.g. Azure SQL Database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are Always Available Services and what do they enable?

A
  • global services
  • Microsoft takes care of ensuring that they are always on
  • also called “non-regional” services
  • e.g. Azure Portal, Azure Active Directoy, Azure Front Door
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What kind of choice do you have additionally about Availability Zone services?

A
  • some services give the choice between zonal services and zone redundant services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are Azure Resources?

A
  • generic term to represent Azure service that you have access to
  • such as a specific Database, VM, Storage account
  • you can create a resource in many different ways (Azure Portal, CLI, PowerShell, …)
  • has a name created by you
  • name has sometimes to be unique, sometimes not
  • generally you indicate the region where they are to be created
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What hierarchy exists about Azure Elements (resources, …)

A
  1. Management Groups
  2. Subscriptions
  3. Resource groups
  4. Resources
17
Q

How are resouces and subscriptions connected?

A
  • a resource is associated with only one subscription
  • to which its cost is billed
18
Q

What is a Resource Group?

A
  • like a folder or container of resources - logical grouping
  • has to be associated with a region, but every resource can be put within a resource group no matter what region the resource is in
  • all resources in a resource group should have some connection with each other, similiar lifecycle - deploy together, create together
19
Q

How are Reouces and Resource groups connected?

A
  • a resource must belong to one and only one resource group
  • Permissions can be assigned at resource group level
  • no security boundary offered by resource groups for communications
20
Q

What are Subscriptions?

A
  • billing unit within Azure
  • always payment method associated with a subscription
  • users can have access to more than one subscriptions and different roles
21
Q

How are resource groups and Subscriptions connected?

A
  • resource groups need to belong to one subscription
22
Q

What subscriptions plans exist

A
  • Free plan - $200 credits first 30 days
  • Pay as you Go - billed to credit card
  • Enterprise Agreement - EA
  • Free credits - MSDN, Startup plans
23
Q

How are multiple subscriptions dealt withß

A
  • some companies can choose to have multiple subscriptions
  • can be used to seperate out business units within an organization - e.g. Sales, IT, Finance
  • or seperate by geography - Nort America, Europe
24
Q

What are Management Groups?

A
  • organizational unit for subscriptions
  • optional
  • groups itself can belong to other groups
  • allows to control subscriptions from centralized place
  • via a Azure Policy or Blueprint certain resource groups, ARM templates, polices and stuff can be applied to the subscriptions
25
Q
A