2.1 Core Azure Architectural components Flashcards

1
Q

What is a GEOGRAPHY in Azure?

A

Boundary, often times that of a country, that have regulations for data handling.

Many companies are more comfortable when their data resides within the geography which they operate.

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

How are GEOGRAPHIES divided in Azure?

A

Geographies are broken into two or more regions (hundreds of miles apart). EX In the USA there is a Western, Eastern, Southern, and Eastern region.

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

In Azure, what is a regional pair?

A

A logical boundary containing two regions within the geography.

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

How does Microsoft perform updates to Azure?

A

Updates are performed on one region of a regional pair at a time. This ensures no service disruptions.

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

How and why should you deploy resources redundantly in Azure?

A

Deploy resources redundantly within regional pairs. Regions are separated by hundreds of miles. This protects from natural disasters.

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

What does an Azure region contain?

A

Each region has a datacenter and operates its own network infrastructure for low latency.

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

Are availability zones available for all Azure regions?

A

No

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

What do availability zones provide?

A

High availability and fault tolerance.

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

How many availability zones are in each region?

A

There are at least 3 availability zones in each region. Each availability zone has its own datacenter

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

Do all services support availability zones?

A

No. Availability zones support infrastructure components.

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

Name at least three Azure services that support availability zones.

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

What do availability sets allow you to create?

A

Availability sets allow you to create two or more virtual machines in different physical server racks in an Azure datacenter. Microsoft has a 99.99% availability for its SLA.

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

What two service categories support availability zones?

A

zonal services and zone redundant services.

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

What is a ZONAL SERVICE?

A

Services such as VMs, managed disks, public IP address used in VMs.

Explicitly deploy zonal services in two or more zones for maximum availability.

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

What happens when you create a virtual machine in Azure and deploy it to an availability zone?

A

Azure automatically deploys the managed disks and public IP address to the same availability zone.

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

What is a ZONE REDUNDANT service?

A

Services such as zone redundant storage and SQL Databases. You must specify the option to make these services redundant.

17
Q

What is a RESOURCE GROUP?

A

It is a logical container for Azure services.

18
Q

What benefits does a RESOURCE GROUP offer?

A

You can deploy and manage as a single entity all of the Azure services associated with an application.

19
Q

What is an ARM template?

A

Azure Resource Management template.

Designed mostly for single resource groups.

20
Q

Can you have an Azure resource in multiple resource groups?

A

No. But you can move a resource from one group to another group.

21
Q

What does AUTOMATION SCRIPTING do?

A

It generates an ARM template that can be used to deploy all Azure resources that are connected to a resource group.

22
Q

What are the Azure “limits” (quotas) for Azure Storage accounts, Virtual Machines, and Resource Groups?

A

250 Azure Storage accounts per region
25000 VMs per region
980 Resource Groups across all regions

23
Q

In an Azure account, under the Overview blade, what can you view?

A

You can see spending data for the Azure subscription.

24
Q

What are MANAGEMENT GROUPS in Azure?

A

Management groups are a convenient way to apply policies and access control to Azure resources. It is a container for organizing resources. Can only contain Azure subscriptions or other management group.

25
Q

How many MANAGEMENT GROUPS can you have total?

A

10000

26
Q

How many levels can a management group hierarchy have?

A

6 levels

27
Q

Can you have multiple parents for a single management group or subscription?

A

No.

28
Q

What is AZURE RESOURCE MANAGER (ARM)?

A

ARM is a service that runs in Azure that is responsible for all interaction with Azure services.

  • ARM authenticates you when you create a new Azure service
  • Talks to resource provider
29
Q

How does ARM use DECLARATIVE SYNTAX?

A

When using Azure, Azure tells ARM what you want to do, and ARM completes the task for you.

30
Q

What does ARM use to complete a request using DECLARATIVE SYNTAX?

A

ARM uses ARM Templates which are files encoded using JavaScript Object Notation (JSON).

31
Q

Name four benefits of Azure Resource Manager (ARM)

A

1) Allows you to deploy multiple Azure resources simultaneously
2) enables the reproduction of any deployment with consistent results
3) lets you use declarative templates (ARM templates) for deployments rather than writing and maintaining deployment scripts
4) enables dependencies to allow resources to deploy in the correct order every time

32
Q

Does a resource group store metadata?

A

Yes, it stores metadata about the resources

33
Q

What can a resource group contain?

A

It can contain all resources for a solution or only the resources that the user wants to manage as a group.

34
Q

How many resource groups can an Azure resource reside in?

A

Only one resource group

35
Q

What is a resource group?

A

A logical container for Azure services.