Azure Services and Concepts Flashcards

1
Q

What is an Azure Region

A

The location of a physical Microsoft datacenter

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

Which region to choose?

A

Consider:
distance to users
if the required Azure services are available at particular region
if amount of storage, compute for your requirements are available
data regulatory compliance

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

Azure geography

A

A grouping of one or more azure regions.

e.g.,
Azure Geography - Canada
Contains Azure Regions - Canada Central and Canada East

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

Why use Azure geographies?

A

Microsoft may copy data between regions in a given geo for data redundancy or other operational purposes.

This is important for data regulatory compliance!!

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

Region Pairs

A

Regions within a geo.

Data centers usually 300+ miles apart

Automatic replication and failover for some services

High Availability

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

Availability Zones

A

Are unique physical data centers within a single region with independent power, cooling and networking.

Not all regions have availability zones.

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

Azure Resources

A

A resource is a manageable item in Azure.

i.e., virtual machines, storage accounts, web apps, databases, VNETs, etc.

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

Resource Group

A

Container that contains resources that share the same lifecycle

Resources can be in different regions.

Resources can only exist in one resource group

Resources can communicate across resource groups

Container for security boundaries.

Resource manager templates. (IaC)

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

Azure Resource Manager (ARM)

A

The deployment and management service for Azure.

Central to all creation, deletion and modification of resources in Azure.

REST endpoint for Azure Portal, Azure CLI, Azure Power Shell, Azure SDKs.

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

Azure Resource Manager Templates

A

JSON

Defines infrastructure and configuration for Azure resources

Declarative Syntax

Deployment of resources using:
Azure pipelines
GitHub
PowerShell Azure CLI
Resource Manager REST API
Azure Portal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure Service Health

A

Global view of the health of Azure across all regions!

Comes from Azure Status but filtered only for services you use

Available in the portal

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

Azure Monitor

A

Collecting and analyzing telemetry for your azure resources.

Detailed monitoring for single resources.

Metrics differ per resource.

Can set up Alerts.

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

Azure Advisor

A

A dashboard of automated recommendations on your current resources broken up into 5 sections.

Cost - alerts when underutilizing resources, resizing resources, etc.
Security - alerts when MFA should be setup, HTTPS, etc. etc.
Reliability - alerts relating to replication, backups settings, etc.
Operational Excellence -
Performance -

Can also create alerts that trigger an action.

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

Azure Subscriptions

A

a logical unit of Azure services that are linked to an Azure account.

In order to take advantage of Azure’s cloud-based services, you must have a subscription as it serves as a single billing unit for Azure resources used in that account.

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