Describe Core Azure Services Flashcards

1
Q

Azure geography

A

Market that contains two or more regions. Like U.S. Europe, China, Africa

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

Azure region

A

A set of data centers within a latency defined area. West us, east us, central us

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

Region pairs

A

Two regions that are paired for disaster recovery reasons. East us is paired with west us. Chosen by azure Microsoft.

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

Availability zones

A

Unique physical locations within a region with independent power, network and cooling. Usually a 2 or more within an area.

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

What is zone redundant

A

Means Load balancer if one out of 3 data centers within a regions goes out the load balancer would then route to the next two. Single front up address would survive outage.

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

Management groups, subscriptions, resource groups in order

A

Management groups, subscriptions, resource groups

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

Management groups

A

Think of it as the root level of the subscription. Management provide a level of scope above subscriptions. Can contain multiple subscriptions.

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

What are subscriptions

A

Used to provision resources in azure. Multiple subscriptions are used due to reaching limits or to pay different ways or isolate resources between projects/departments. Also unit of billing.

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

What is a resource group

A

Contains azure solutions like vms, vnets, or storage account. Can be a part of one subscription.

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

Resources, give examples

A

Can be virtual machines, vnet, storage, container. Can be a part of one resource group.

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

What is a virtual machine.

A

Is a server or workstation that is virtual and has no actual hardware you maintain and is quick to create and set up.

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

App service is what.

A

Is an http based service for hosting web applications, REST api, and mobile back end.

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

Azure container instance. ACI

A

Runs docker containers on demand. Is an isolated container, does not use orchestration or clusters.

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

Aks azure kubernetes services what is it.

A

Monitors health and maintenance

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

Windows virtual desktop

A

Runs virtual windows computers on the fly.

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

What is a blob

A

It can handle and save any type of file or format data if any size.