Mod 2 - Understand the Physical and Logical Layout of Azure Flashcards

1
Q

How far are Secondary Regions placed from Primary?

A

more than 300 miles away from primary regions

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

Regions

A

is a geographical area on the planet that contains at least one, but potentially multiple datacenters that are nearby and networked together with a low-latency network

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

What do Regions contain?

A

Contains availability zones or a buddy region/sub region of a geography ex. US has US West and US East

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

Geography

A

Refers to a geographical area, Example U.S, E.U, Asia

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

Availability Zone

A

physical zone containing three datacenters connected together by high speed fiber connections

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

Can you choose which datacenter to use in AZs?

A

Yes, EX. South central US has three datacenters in texas that are connected

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

Disks

A

a storage resource, can be in a different datacenter and be synced with VMs on DC1 and DC2

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

Zonal Services

A

means you pick the zone, ex. I want server in AV1 and another in AV2

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

Zone redundant by default

A

means when using PaaS, Microsoft has deployed resources in a way with redundancy in mind

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

Non-regional services

A

resource/service MS provides in Azure that isn’t dependent on uptime of a AV ex. Azure AD

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

What is the High level hierarchy of Azure Logical layout of resources

A

Management Groups»Subs»RGs

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

Resource Groups

A

a container that you logically assign resources together. First way of organizing our stuff, required to deploy resources. Ex. Assign several VMs to Front end group for website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • Governance policy
A

: policy set on RGs that defines requirements resources need to have to be in that group, ex. VMs have Ubuntu OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • Security policy
A

policy set on RG to determine access

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

What are three Examples of how to use RGs

A
  • Project based: organize resources by a project ex. LB, VMs, and storage for a website. Can run metrics on it
  • Business Unit based: organize resources by BU or department ex. IT or HR
  • Team Based: organize by team ex. Systems eng and Net eng should have different access to resources.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Subscriptions

A

: a logical container that organizes RGs under specific budget categories and sets policies that apply to those RGs. Ex. IT sub or HR sub.

17
Q

Do you need a credit card to create a new sub?

A

No

18
Q

How can you setup a sub to show in default sub lists?

A
  • Can go to account settings and select what subs show in your default sub list
19
Q

Management group

A

a logical grouping of subscriptions. Useful for medium-large orgs where users in different depts Need access to resources in multiple subs. Ex. IT mngmt group Ops and Dev mngmt group&raquo_space;>Dev group has Test env group»Test env group has a subscription»Test env sub has RGs

20
Q

Root Management group

A

The top tier mngmt group. By default, all subs and resources fall under this root group when you create an Azure account