BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Unit 1 capstone — Onboarding an acquired subsidiary
Unit Capstone810 words

Unit 1 capstone — Onboarding an acquired subsidiary

AZ-104 › Unit 1 › Capstone

Unit 1 capstone — Onboarding an acquired subsidiary

Contoso acquires Northwind

Unit
AZ104-U1
Topics exercised
3
Objectives touched
15
Decisions
6
Time
25 minutes

The brief

Contoso has acquired Northwind, a 400-person business with its own Microsoft Entra tenant. Northwind's staff keep their existing sign-ins for at least a year. Their engineering contractors need to look at one Contoso resource group and nothing else. Contoso's own service desk must be able to grant access to Northwind staff — but only inside the subscription set aside for the integration, and without becoming able to change resources. Finance has been surprised by cloud spend twice this year and wants it not to happen again. Nothing in the production resource group may be deleted while the migration runs, and every resource created during it must be attributable to a cost centre.

What they need

  1. Northwind's 400 staff sign in with their existing credentials, without Contoso creating and managing 400 new accounts.
  2. Northwind's contractors can read one Contoso resource group and nothing else.
  3. The service desk can grant others access inside the integration subscription, but cannot change the resources in it.
  4. Every resource created in the integration subscription carries a cost-centre tag, whether or not the person creating it remembers.
  5. Nothing in the production resource group can be deleted during the migration.
  6. Finance is told when the integration subscription passes 80% of its monthly budget.

Commit before you read on

Write down your answer to each of the 6 numbered requirements above — the mechanism, and the scope you would apply it at. Then open the working below and compare. Reading the reasoning beside the question is the one way to feel like you knew it without having known it.

▶Show the working

1. 400 staff, their own credentials

B2B collaboration guests.

The partner uses their own identity management, so there is no account lifecycle for Contoso to run. Guests appear in the directory as user objects whose user principal name contains the #EXT# identifier. Note the side effect to control deliberately: by default every user in the organization, including existing guests, can invite more guests. If that is not wanted, external collaboration settings are the place to restrict it — not a role assignment.

2. Contractors read one resource group

Reader, assigned at the resource group scope.

Reader grants viewing and no changes. The examinable half is the scope: assign it at the resource group, not the subscription, because lower levels inherit from higher levels and there is no way to subtract an inherited assignment lower down. Assign to a group rather than to each contractor — a group is a security principal, so one assignment does the work of many.

3. Service desk grants access but cannot change resources

User Access Administrator at the subscription scope.

This is the requirement that eliminates the two obvious answers. Contributor grants full access to manage all resources but explicitly not the ability to assign roles — so it fails the first half. Owner grants full access including role assignment — so it fails the second. Only the role that separates access management from resource management satisfies both.

4. Every resource carries a cost-centre tag

An Azure Policy assignment that requires — or appends — the tag.

Tagging the resource group does nothing for its contents: resources don't inherit the tags you apply to a resource group or a subscription. Policy is the mechanism that makes a tag arrive on the resource. And note what policy is doing here — governing the state a resource may be in, not anybody's access.

5. Nothing deletable in production

A CanNotDelete lock at the resource group scope.

The portal calls it Delete; the command line calls it CanNotDelete. It lets authorized users read and modify but not delete, it is inherited by everything in the scope including resources added later, and the most restrictive lock in the chain wins. It is a control-plane guard, so it does not protect data inside a resource — which is not what was asked for here.

6. Finance told at 80% of budget

A budget with an alert at the 80% threshold.

And the sentence that decides the wrong answers: notifications are triggered when thresholds are exceeded, resources aren't affected, and consumption isn't stopped. A budget notifies. If the stem had said "prevent overspend", no budget would answer it. Budgets are evaluated every 24 hours, so this is not a real-time control either.

The reasoning this unit rewards

Four mechanisms, one English word

This unit keeps asking you to 'prevent' something, and four different mechanisms answer to that word. A lock prevents a control-plane change. A policy prevents a resource existing in a shape you disallow. A deny assignment prevents an action. A budget prevents nothing at all — it notifies. Decide which kind of prevention the requirement describes before you compare options.

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
B2B collaboration overviewb0768f637b07
Understand scope for Azure RBAC87e7f6fe1b69
Azure built-in roles068bc2c7255f
Use tags to organize your Azure resourcesb1d92e330865
Lock your Azure resources0a4f4f548288
Tutorial: Create and manage Azure budgets051db0341cf9
All Microsoft Azure Administrator (AZ-104) Study Resources

Related Notes

  • AZ-104 exam map391 words
  • Unit 1 roadmap — Manage Azure identities and governance358 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 access to Azure resources447 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.

Unit 1 capstone review

Card 1 of 3

Front of flashcard 1 of 3

Grant access to others, but change nothing. Which role?

hard

User Access Administrator. Contributor cannot assign roles; Owner can change resources too.

az-104az104:unit:1capstone

Unit 1 capstone review

Card 1

Front

Grant access to others, but change nothing. Which role?

Back

User Access Administrator. Contributor cannot assign roles; Owner can change resources too.

Card 2

Front

A resource group is tagged. Are its resources?

Back

No. Resources do not inherit tags from a resource group or subscription — use a policy to apply them.

Card 3

Front

Finance wants spending stopped at a threshold. Can a budget do that?

Back

No. It notifies; resources are not affected and consumption is not stopped.

Unit 1 capstone review

Card 1

Front

Grant access to others, but change nothing. Which role?

Back

User Access Administrator. Contributor cannot assign roles; Owner can change resources too.

Card 2

Front

A resource group is tagged. Are its resources?

Back

No. Resources do not inherit tags from a resource group or subscription — use a policy to apply them.

Card 3

Front

Finance wants spending stopped at a threshold. Can a budget do that?

Back

No. It notifies; resources are not affected and consumption is not stopped.