BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Cram sheet — Manage access to Azure resources
Topic Cram Sheet447 words

Cram sheet — Manage access to Azure resources

AZ-104 › Unit 1 › Manage access to Azure resources

Cram sheet — Manage access to Azure resources

Manage access to Azure resources

Node
AZ104-U1.T2
Objectives
3
Bank questions
25
Grounded documents
5

Three objectives, twenty-five bank questions, and almost all of them turn on one of two things: the scope an assignment was made at, or the difference between what a role grants and what something else takes away.

The anatomy of an assignment

  • A role assignment has exactly three elements: a security principal, a role definition, and a scope. Every RBAC question is really asking about one of the three.
  • A security principal is a user, a group, a service principal, or a managed identity.
  • Access is granted by creating an assignment and revoked by removing one. There is no deny switch in the middle of that, which is why the deny-assignment section below matters.

Scope: four levels, inherited downwards

  • Scope can be set at four levels: management group, subscription, resource group, and resource.
  • Lower levels inherit role permissions from higher levels. An assignment at the subscription reaches every resource group and resource beneath it, and there is no way to subtract from it with another role assignment.
  • Because inheritance only flows one way, the fix for over-broad access is always to move the assignment down, never to add a narrower one alongside it.

The three roles you must be able to separate

RoleWhat the documentation says it grants
OwnerFull access to manage all resources, including the ability to assign roles in Azure RBAC
ContributorFull access to manage all resources, but not the ability to assign roles, manage Blueprint assignments, or share image galleries
ReaderView all resources, but no changes

The line between Owner and Contributor is role assignment, and it is the single most-tested distinction in this topic. If a stem says somebody must grant access to others, Contributor is wrong.

Deny assignments and custom roles

  • A deny assignment blocks actions even if a role assignment grants them. Deny wins.
  • You cannot create deny assignments yourself. They are created and managed by Azure — a deployment stack's deny settings are the one way an administrator causes one to exist.
  • A tenant may hold up to 5,000 custom roles. (For Microsoft Azure operated by 21Vianet the limit is 2,000.) Custom roles can be shared between subscriptions that trust the same tenant.

Answer the scope before the permission

Almost every wrong answer in this topic is a correct permission at the wrong level. Read the stem for the boundary the requirement describes — one resource, one resource group, the whole subscription, several subscriptions — and eliminate on scope first. It usually leaves one option standing.

Traps

Where Unit 1 Topic 2 catches people

Offering Contributor where the requirement includes granting access to somebody else. Trying to narrow an inherited assignment by adding a more restrictive role lower down — inheritance does not work that way. Proposing to author a deny assignment, which no administrator can do directly. Forgetting that a group is a security principal, so the cleanest answer is often one assignment to a group rather than many to users.

Check yourself

Loading flashcards…

Where these figures come from

Every figure above was read from the raw documentation below on the day this sheet was written. The sha1 is git hash-object over the bytes as fetched, so a doc that changes underneath this sheet can be detected rather than assumed.

Documentsha1
What is Azure role-based access control?73aa4b760e7b
Understand scope for Azure RBAC87e7f6fe1b69
Azure built-in roles068bc2c7255f
List Azure deny assignmentsf4d5fba1f410
Azure custom rolesd5b6e14986be
All Microsoft Azure Administrator (AZ-104) Study Resources

Related Notes

  • AZ-104 exam map391 words
  • Unit 1 roadmap — Manage Azure identities and governance358 words
  • Unit 1 capstone — Onboarding an acquired subsidiary810 words
  • Lab — A budget notifies and stops nothing166 words
  • Lab — Prove that inheritance only flows one way212 words
  • Lab — Tags do not inherit, and a lock is not a permission204 words
  • Lab — Watch a dynamic group fill itself in183 words
  • Cram sheet — Manage Azure subscriptions and governance841 words
  • Cram sheet — Manage Microsoft Entra users and groups580 words
  • Unit 2 roadmap — Implement and manage storage375 words
  • Unit 2 capstone — A media archive on a budget808 words
  • Cram sheet — Configure access to storage520 words

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Microsoft Azure Administrator (AZ-104) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Cram check — Manage access to Azure resources

Card 1 of 5

Front of flashcard 1 of 5

What are the three elements of a role assignment?

easy

A security principal, a role definition, and a scope.

az-104az104:unit:1cram

Cram check — Manage access to Azure resources

Card 1

Front

What are the three elements of a role assignment?

Back

A security principal, a role definition, and a scope.

Card 2

Front

What are the four scope levels, and which way does inheritance flow?

Back

Management group, subscription, resource group, resource. Lower levels inherit permissions from higher levels — downwards only.

Card 3

Front

What separates Owner from Contributor?

Back

The ability to assign roles in Azure RBAC. Contributor manages everything else but cannot grant access to others.

Card 4

Front

Can you create a deny assignment?

Back

Not directly — Azure creates and manages them. They block actions even when a role assignment grants them.

Card 5

Front

How many custom roles may one tenant hold?

Back

5,000. For Microsoft Azure operated by 21Vianet, the limit is 2,000.

Cram check — Manage access to Azure resources

Card 1

Front

What are the three elements of a role assignment?

Back

A security principal, a role definition, and a scope.

Card 2

Front

What are the four scope levels, and which way does inheritance flow?

Back

Management group, subscription, resource group, resource. Lower levels inherit permissions from higher levels — downwards only.

Card 3

Front

What separates Owner from Contributor?

Back

The ability to assign roles in Azure RBAC. Contributor manages everything else but cannot grant access to others.

Card 4

Front

Can you create a deny assignment?

Back

Not directly — Azure creates and manages them. They block actions even when a role assignment grants them.

Card 5

Front

How many custom roles may one tenant hold?

Back

5,000. For Microsoft Azure operated by 21Vianet, the limit is 2,000.