AZ-900 Flash Cards Part 11: Azure Resource Locks, Resource Tags, Policy, Blueprint

0.0(0)
studied byStudied by 1 person
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

Azure Resource Locks, Resource Tags, Azure Policy & Azure Blueprints

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Resource Locks Characteristics

Designed to prevent accidental deletion and/or modification

Used in conjunction with RBAC

Two types of locks:

Read-only (ReadOnly) - only read actions are allowed

Delete (CanNotDelete) - all actions except delete are allowed

Scopes are hierarchical (inherited)

  • Subscriptions > Resource Groups > Resources

Management Groups can’t be locked

Only Owner and User Access Administrator roles can manage locks (built-in roles)

2
New cards

What are the two types of resource locks?

Read-only and Delete

3
New cards

Which roles can mange locks?

Owner and User Access Administrator

4
New cards

Management Groups can’t be locked. True or False

True

5
New cards

Are Scopes hierarchal (inherited)?

Yes

6
New cards

What is the correct Scope hierarchy?

Subscriptions > Resource Groups > Resources

7
New cards

Azure Resource Locks can be applied on which scopes?

Azure Subscriptions, Azure Resource Groups, Azure Resource

8
New cards

Resource locks work on Owners? True or False

True

9
New cards

Are Resource Tags inherited by default?

No

10
New cards

Can you see your resource tags in both the Resource Groups & Storage Accounts blades?

Yes

11
New cards

Resource Tags Characteristics

Tags are simple Name (key) - Value pairs

Designed to help with organization of Azure resources

Used for resource governance, security, operations management, cost management, automation, etc.

Typical tagging strategies

  • Functional - mark by function

  • Classification - mark by policies used

  • Finance/Accounting - mark for billing purposes

  • Partnership - mark by association of users/groups

Applicable for resources, resource groups and subscriptions

NOT inherited by default

12
New cards

Azure Policy is designed to do what?

To help with resource governance, security, compliance, cost management, etc.

13
New cards

What do Policies focus on?

Policies focus on resource properties (RBAC focus on user actions)

14
New cards

What is Policy definition?

Defines what should happen (conditions & effect)

15
New cards

What is Policy assignment?

Assignment of a policy definition/initiative to a scope

16
New cards

What is Policy initiative?

a group of policy definitions

17
New cards

Enabling Azure Policy on Entire Azure subscriptions is done by creating new..

Policy Assignment

18
New cards

A group of policy definitions is called a …

Policy Initiative

19
New cards

A single object that defines properties, conditions, and effects in Azure Policy service is called a…

Policy Definition

20
New cards

Azure Blueprints is a package of various Azure components (artifacts). True or False?

True

21
New cards

Which Azure components make of Azure Blueprints?

Resource Groups

ARM Templates

Policy Assignments

Role Assignments

22
New cards

What does a Blueprint definition do?

Describes what should happen (reusable package)

23
New cards

What is a centralized storage for organizationally approved design patterns?

Azure Blueprints