Configuring Azure Subscriptions Flashcards

1
Q

True or False:
Planned system updates get rolled out to paired regions at the same time.

A

False
Planned system updates get rolled out to paired regions in a sequential fashion to minimize disruption to customer applications and solutions.

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

Azure tries to maintain at least ___________ miles of separation between datacenters to mitigate the chances of a disaster affecting both regions at once.

A

300

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

What term refers to a specific geographical location that contains at least one datacenter?

A

A region

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

What is a Regional Pair?

A

Two Azure regions which are paired together within the same geography.

examples:
Asia: East Asia / Southeast Asia
North America: East US / West US

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

What is the purpose for Region Pairs?

A

Region pairs protect against broad outages like natural disasters, civil unrest, power outages, or physical network outages.

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

What do you need in order to receive authenticated and authorized access to Azure products and services?

A

An Azure Subscription

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

Describe “Azure Subscription”

A

Logical unit of Azure services that links to an Azure account, which is an identity in Azure AD or in a directory that Azure AD trusts.

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

What is a billing boundary?

A

Determines how an Azure account is billed for using Azure. A separate invoice is generated for each subscription.

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

Describe the use of a subscription as an access control boundary?

A

Azure applies access-management policies at the subscription level. You can create separate subscriptions to reflect different structures. Example: Different departments can have their own subscriptions.

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

Explain what a management group is.

A

Management groups provide a level of scope and control that sits above the subscription level, and they are typically used as containers to manage access, policy, and compliance across multiple subscriptions.

All subscriptions within a management group will automatically inherit conditions that are applied to that management group.

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

What does Azure Policy Do?

A

Azure Policy allows you to create, assign, and manage policies that are used to enforce rules on resources.

It runs real-time and on-demand evaluations and scans against those resources to make sure they’re compliant.

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

True or False:
Azure policy can specify which resources can and cannot be deployed.

A

True

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

What is a policy definition?

A

Policy definitions refer to the compliance conditions for a resource, and the actions that should be taken when the conditions of the policy are met.

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

What is an initiative definition?

A

Initiative definitions are groups of policy definitions, used to control the scope of your policies and to evaluate the compliance of your resources.

Example: Audit machines with insecure password security settings allows you to deploy an audit policy that evaluates affected resources to check for insecure password security settings.

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

What are policies used for?

A

used to define conventions for resources.

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

What are the two resource locks found in the Azure portal?

A

Delete
Read-only

in the command line they are called CanNotDelete and ReadOnly

17
Q

What is an authorized user allowed to do with a resource that has CanNotDelete lock applied?

A

The user is allowed to read and modify the resource.

18
Q

True or False:
Resource locks are the same as RBAC.

A

False
Locks are different from RBAC, because locks are used to apply restrictions across ALL users and roles.

19
Q

True or False:
Resource locks only apply to control plane operations.

A

True

20
Q

On what does Azure allow you to apply locks?

A

Azure allows you to lock Azure subscriptions, resource groups, and individual resources.

21
Q

Why might an organization use Cost Management?

A

Cost Management reports help organizations understand their spending and resource use, while identifying spending anomalies.
It helps manage billing tasks, access to costs, and allows you to control Azure spending.

22
Q

Name and describe three features of Cost Management.

A

Cost Analysis - allows you to explore and analyze Azure costs.
Budgeting - allows you to establish budgets.
Recommendations - help you improve efficiency.

23
Q

Define “Resource Group”.

A

A resource group is a container in Azure that holds the resources that you deploy.

24
Q

What benefit might an organization enjoy by using reservations?

A

Reservations allow an organization to purchase resources ahead of time at a discounted rate, so they can save on costs.