AZ-104 domain - 24% of the exam

Deploy and Manage Azure Compute Resources

Deploy and Manage Azure Compute Resources is 24% of the Microsoft Azure Administrator (AZ-104) exam. These are the objectives it covers, each with practice questions and worked explanations.

Objectives in this domain

Sample question from this domain

Free sampleDeploy and Manage Azure Compute Resourcesmedium

An administrator decompiles an ARM template to Bicep and assumes the conversion is guaranteed to produce a one-to-one mapping with no manual fixes ever required. Is this assumption correct?

  • AYes
  • BNo Correct
Decompile is best-effort with no guaranteed JSON-to-Bicep mapping, so manual fixes can be required. The docs caution that decompilation attempts to convert the file but there is no guaranteed mapping from JSON ARM templates to Bicep, and you might need to fix warnings and errors in the generated Bicep file. Decompilation can even fail if an accurate conversion is not possible.

Why A is wrong: Treating decompile as a guaranteed lossless mapping is wrong; the documentation explicitly states there is no guaranteed mapping and that manual fixes for warnings and errors may be needed.

Why B is correct: Correct. The docs caution that decompilation attempts to convert the file but there is no guaranteed mapping from JSON ARM templates to Bicep, and you might need to fix warnings and errors in the generated Bicep file.

Other domains in this exam

See also the AZ-104 cert hub, the study guide, and the cheat sheet.

Examworthy is not affiliated with or endorsed by Microsoft. Original, blueprint-aligned practice material only.