Describe Azure architecture and services: Describe the core architectural components of Azure Flashcards

1
Q

What is Microsoft Azure?

A

Azure is a continually expanding set of cloud services that enable you to build, manage, and deploy applications globally using your preferred tools and frameworks.

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

What do you need 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
3
Q

What does the Azure Free Account include?

A

Access to 20 Azure products free for 12 months.
Access to 25+ products that are always free.
A credit to use during the first 30 days.

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

What is the foundation of Azure’s physical infrastructure?

A

Azure datacenters, grouped into regions and availability zones.

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

What is an Azure region?

A

A geographical area containing one or more datacenters connected by low-latency networks.

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

What is an Azure availability zone?

A

A physically separate datacenter within a region, with independent power, cooling, and networking for increased resilience.

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

How many availability zones are present in an enabled region?

A

At least three.

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

What is a region pair in Azure?

A

Two geographically distant regions paired for resilience and redundancy, enabling data replication and disaster recovery.

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

What are sovereign regions in Azure?

A

Isolated Azure regions designed for compliance and legal requirements, such as US Gov regions and China regions.

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

What is an Azure resource?

A

Anything you create, provision, or deploy in Azure, such as virtual machines, databases, and networks.

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

What is an Azure resource group?

A

A logical grouping of resources, enabling collective management (e.g., applying actions or permissions to all resources in the group).

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

Can a resource group contain another resource group?

A

No, resource groups cannot be nested.

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

What happens when you delete a resource group?

A

All resources within that group are also deleted.

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

What is an Azure subscription?

A

A unit of management, billing, and scale, linking resources to a specific billing account.

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

What are the two boundaries defined by an Azure subscription?

A

Billing boundary: Determines how costs are tracked and billed.
Access control boundary: Determines access management policies.

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

What are common use cases for creating multiple subscriptions?

A

Separate billing for production and development environments.
Isolating resources for compliance or organizational needs.
Managing access for different departments or teams.

17
Q

What is an Azure management group?

A

A level of hierarchy above subscriptions, used to organize and apply governance, access, and policy controls to multiple subscriptions.

18
Q

How many management groups can be supported in a single Azure directory?

A

Up to 10,000.

19
Q

What is the depth limit for a management group hierarchy?

A

Six levels, not including the root or subscription level.

20
Q

What is inherited when using Azure management groups?

A

Policies and permissions applied to a management group are inherited by all its subscriptions and resource groups.

21
Q

What is the Microsoft Learn Sandbox?

A

A temporary subscription provided by Microsoft Learn to create and test Azure resources during exercises.

22
Q

What is the purpose of billing profiles in Azure?

A

To create separate invoices and payment methods within the same billing account.

23
Q

Why use availability zones in your application architecture?

A

To run mission-critical applications with high availability and resilience by replicating resources across zones.

24
Q

What are the three types of Azure services related to zones?

A

Zonal services (pinned to a specific zone).
Zone-redundant services (automatically replicated across zones).
Non-regional services (resilient to zone and region outages).

25
Q

How do region pairs enhance resilience?

A

Automatic failover during outages.
Synchronized updates to minimize downtime.
Data residency within the same geography for legal compliance.

26
Q

What are examples of non-regional Azure services?

A

Azure Traffic Manager, Microsoft Entra ID, and Azure DNS.

27
Q

What is the unique aspect of Brazil South’s region pair?

A

It is paired with South Central US, which is outside its geography.

28
Q

What actions can be managed at the resource group level?

A

Applying permissions, monitoring, or deleting all resources in the group.