Describe the core architectural components of Azure Flashcards

1
Q

What is PowerShell and what is it primarily used for?

A

PowerShell is a task automation and configuration management framework developed by Microsoft and is used primarily for automating administrative tasks and managing systems, both on-premises and in the cloud. It consists of a command-line shell and a scripting language.

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

Name three key features of PowerShell.

A

Three key features of PowerShell include: it utilizes cmdlets, small single-function commands; it is object-oriented, returning objects instead of text; and it is cross-platform and runs on Windows, macOS, and Linux.

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

What are Azure Regions and why are they important?

A

Azure Regions are geographical areas on the planet that contain one or more datacenters connected via low-latency networks. They are important because they allow users to deploy resources in specific locations, ensuring proximity to users and compliance with regulations.

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

What are Availability Zones, and how do they contribute to application resilience?

A

Availability Zones are physically separate datacenters within an Azure region, each equipped with independent power, cooling, and networking. They contribute to application resilience by providing isolation boundaries; if one zone fails, others continue to operate.

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

What is an Azure Region Pair, and what advantages does it offer?

A

An Azure Region Pair is when most Azure regions are paired with another region within the same geography, at least 300 miles away. It offers the advantages of enhanced resilience against regional outages, prioritized restoration during extensive outages, and staged updates to minimize downtime.

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

What is the purpose of Azure Sovereign Regions?

A

Azure Sovereign Regions are isolated instances of Azure, separate from the main Azure environment and are designed for compliance or legal requirements, such as US government agencies or those in China.

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

Explain the difference between an Azure Resource and a Resource Group.

A

An Azure Resource is a basic building block, like a virtual machine or a database, while a Resource Group is a container that holds these resources, providing a way to manage them together.

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

How do Azure Subscriptions relate to Resource Groups, and what two types of boundaries can they establish?

A

Azure Subscriptions are used to organize resource groups and facilitate billing, providing authenticated and authorized access to Azure products and services. They can establish billing boundaries for cost management and access control boundaries to reflect different organizational structures.

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

What are Azure Management Groups and what benefit do they provide for large organizations with multiple subscriptions?

A

Azure Management Groups provide a level of scope above subscriptions, enabling large organizations to efficiently manage access, policies, and compliance across multiple subscriptions. They allow for governance conditions to be applied that all child subscriptions automatically inherit.

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

What is the difference between the Learn Sandbox, a free Azure account, and a free Azure student account?

A

The Learn Sandbox is a temporary subscription for completing Learn exercises at no cost; a free Azure account includes limited access to certain Azure products for 12 months, and a credit to use for the first 30 days; a free Azure student account offers free access to certain Azure services for 12 months and a credit for the first 12 months, specifically for students.

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