Microsoft Azure Fundamentals - Describe the core architectural components of Azure Flashcards

This module explains the basic infrastructure components of Microsoft Azure. You'll learn about the physical infrastructure, how resources are managed, and have a chance to create an Azure resource.

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

What is Microsoft Azure?

A

Microsoft’s cloud computing platform.

Offers a wide range of services and supports IaaS, PaaS and Saas.

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

How many services does Azure provide

A

More than 100 services

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

What do you need in order to create and use Azure services?

A

An Azure subscription

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

What is included in an Azure free account?

A
  1. Free access to popular Azure products for 12 months.
  2. Credit to use for first 30 days
  3. Access to 25+ products that are permanently free.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the different ways to manage the Azure environment?

4 points

A

PowerShell CLI (command line interface)

BASH CLI

Azure CLI (Interactive mode)

Azure Portal (web interface)

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

What are the two main categories of Azure Core Architecture?

A
  1. Physical Infrastructure
  2. Management Infrastructure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Azure’s datacentres grouped into?

2 points

A

Azure Regions or Azure Availability Zones

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

What is an Azure Region

A

Geographical area containing one of more datacenters, networked together on low-latency network.

You can choose the region you want your resource deployed.

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

What is an Azure availability zone?

A

Physically separate datacenters within an Azure region. Set up to be an isolation boundary - if one zone goes down, the other continues to work.

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

How are Azure availability zones connected?

A

Through high-speed, private fibre-optic networks

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

What services are Azure availability zones primarily for?

A
  • VMs
  • Managed disks
  • Load balancers
  • SQL databases
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 3 Azure service categories that support availability zones?

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

What happends with a Zonal Service

A

Resource is pinned to specific zone.

(for example, VMs, managed disks, IP addresses).

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

What happens with zone-redundant services?

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
16
Q

Non-regional services

A

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

17
Q

What are Azure Region Pairs?

A

Most Azure regions are paired with another region within the same geography (such as US, Europe, or Asia) at least 300 miles away.

This approach allows for the replication of resources across a geography that helps reduce the likelihood of interruptions because of events such as natural disasters, civil unrest, power outages, or physical network outages.

18
Q

Sovereign Regions

A

Sovereign regions are instances of Azure that are isolated from the main instance of Azure. You may need to use a sovereign region for compliance or legal purposes.

19
Q

What is a resource?

A

Basic building block of Azure. Anything you create, provision, deploy, etc. is a resource. Virtual Machines (VMs), virtual networks, databases, cognitive services, etc. are all considered resources within Azure.

20
Q

How many management groups can be supported by a single directory?

A

10,000

21
Q

How many levels of depth can be supported by a management tree?

A

6

This limit doesn’t include the root level or the subscription level.

22
Q

What does Azure RBAC stand for?

A

Azure role-based access control

23
Q
A