BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Lab — Watch an omitted property reset itself
Build Lab186 words

Lab — Watch an omitted property reset itself

AZ-104 › Unit 3 › Lab

Lab — Watch an omitted property reset itself

Lab brief

Node
AZ104-U3.T1
Time
20 minutes
Creates
A resource group and two deployments
Subscription
required
Difficulty
Advanced

The claim to make physical, and the one most people get wrong: incremental mode does not mean partial update. Leave a property out of a redeploy and it goes back to its default.

These commands have not been run

There is no Azure subscription in the environment this lab was written in, so not one of these commands has been executed. The syntax is derived from Microsoft's own CLI documentation, and the elements this lab asserts are quoted from it at the bottom of the page — but the specific invocations, with these names in this order, are unrun. Read each command before you run it, and expect to adjust names and regions. Treat the teardown as part of the lab, not an optional extra.

Before you start

A subscription and the Azure CLI with Bicep available. Everything deployed here is a resource group and tags on it, which cost nothing.

Walkthrough

Watch an omitted property reset itself

  1. 1

    1. Deploy a resource with two settings

    Write a small Bicep file that creates one resource with two non-default properties set — tags on a resource group are enough. Deploy it. Confirm both settings are present.

Did it teach you what it was meant to?

Multiple choice · HardDeployment modes

Step 3 showed a property returning to its default. What is the correct way to change one setting and leave the rest alone?

Multiple choice · Mediumwhat-if limitations

Your what-if output is clean, but the deployment still removed a resource. What is the likely cause?

What goes wrong

What goes wrong

Reaching for complete mode when incremental surprises you — that deletes resources in the group the template does not mention, and it is being deprecated in favour of deployment stacks. Trusting a clean what-if on a template that uses template links. And assuming a decompiled Bicep file is correct: decompilation is best-effort and has no guaranteed mapping from JSON.

Tear it down

Run this whether or not the lab worked. Everything above was chosen to cost approximately nothing, and leaving it in place is how approximately nothing becomes something.

Teardown

  1. 1

    Delete the resource group

    az group delete --name bb-lab-bicep. Nothing here was billable, but leave the tenant as you found it.

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
Azure Resource Manager deployment modesd10ae932c680
Bicep what-if: preview changes before deployment4e5ed2f22855
Decompile ARM template JSON to Bicepc5099f77afdc
Manage Azure resource groups by using Azure CLIa3840d837a3d
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 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

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.