Describe the core architectural components of Azure Flashcards

1
Q

What is a requirement to use an azure service?

A

An account with an azure subscription.

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

What PowerShell command is used to determine the version of azure CLI is in use?

A

az version.

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

What PowerShell command is used to switch to BASH CLI?

A

bash

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

What powershell command initializes the CLI interactive mode in azure?

A

az interactive

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

What is an azure region?

A

Geographical area on the planet that contains at least one, but potentially multiple datacenters that are nearby and networked together.

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

What is an azure availability zone?

A

Physically separate datacenters within an Azure region.

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

How are availability zones isolated?

A

Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking.

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

How does azure ensure resiliency within a region?

A

A minimum of three separate availability zones are present in all availability zone-enabled regions.

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

Do all azure regions support availability zones?

A

No.

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

What services/applications are able to leverage availability zones?

A

VMs, managed disks, load balancers, and SQL databases.

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

What are the 3 types of availability zone services?

A
  1. Zonal services
  2. Zone-redundant services
  3. Non-regional services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define a ‘Zonal’ availability service

A

You pin the resource to a specific zone (for example, VMs, managed disks, IP addresses).

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

Define a ‘Zone-redundant’ availability service

A

The platform replicates automatically across zones (for example, zone-redundant storage, SQL Database).

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

Define a ‘Non-regional’ availability service

A

Services are always available from Azure geographies and are resilient to zone-wide outages as well as region-wide outages.

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

How does azure ensure resiliency between regions?

A

Region pairs; Most Azure regions are paired with another region within the same geography.

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

What is the purpose/function of a region pair?

A

Allows for the replication of resources across a geography that helps reduce the likelihood of interruptions that may affect a region.

17
Q

Do all azure services automatically replicate or provide failover to a different zone/region?

A

No, in some cases the tenant must configure replication/redundancy.

18
Q

How do region pairs help with maintenance of azure?

A

Planned Azure updates are rolled out to paired regions one region at a time to minimize downtime.

19
Q

Define a ‘sovereign region’

A

Instances of Azure that are isolated from the main instance of Azure.

20
Q

What are examples of a sovereign region?

A

US DoD Central, US Gov Virginia, US Gov Iowa, China East, China North, etc.

21
Q

Define a ‘resource group’

A

Groupings of resources.

22
Q

Can a resource be in multiple resource groups?

A

No, a single resource can only be in one resource group at a time.

23
Q

Can resource groups be nested?

A

No, resource groups can’t be nested, meaning you can’t put resource group B inside of resource group A.

24
Q

What is the purpose of a resource group?

A

To make it easier to perform an action to multiple resources that are similar.

25
What is the purpose of an azure subscription?
Provides authenticated and authorized access to Azure products and services to provision resources.
26
What are the two ways azure subscriptions can define boundaries around Azure products, services, and resources?
1. Billing boundary 2. Access control boundary
27
Define a 'billing boundary'
Subscription type determines how an Azure account is billed for using Azure.
28
Define an 'Access control boundary'
Azure applies access-management policies at the subscription level, and you can create separate subscriptions to reflect different organizational structures.
29
How can subscriptions be used to create separate environments?
Create subscriptions to set up separate environments for development and testing, security, or to isolate data for compliance reasons.
30
How can subscriptions be used to create role based access?
You can create subscriptions to reflect different organizational structures allowing different levels of access to certain resources.
31
What is the purpose of an azure management group?
To help organize subscriptions and apply governance conditions to subscriptions within a management group.
32
What is the outcome of a subscription being assigned to a management group?
All subscriptions within a management group automatically inherit the conditions applied to the management group.
33
What is the maximum amount of management groups that can be supported in a single directory?
10,000 management groups.
34
What is the maximum depth that a management group tree can support?
A management group tree can support up to six levels of depth. This limit doesn't include the root level or the subscription level.
35
Can management groups and subscriptions have multiple parents?
Each management group and subscription can support only one parent.