Deploy and Manage Azure Compute Resources

Targeted AZ-104 practice for this exam objective, with an explanation for every answer option.

Practise this domain free

Certification
AZ-104
Domain
Deploy and Manage Azure Compute Resources
Questions
10

Practice AZ-104 Deploy and Manage Azure Compute Resources questions with exam-style scenarios, detailed explanations, and option-by-option rationale for this domain.

Example question from this objective

Each option is explained, so the reasoning behind the distractors is part of the answer.

A team is deploying Azure resources with Bicep. The deployment must create a resource group and then deploy resources into that new group. Which concept must the author handle correctly?

  • Availability set fault domain count
  • Blob immutability retention mode
  • Private endpoint network policy
  • Deployment scope

Availability set fault domain count — Fault domains affect VM availability sets and do not determine where a Bicep deployment is scoped.

Blob immutability retention mode — Blob immutability controls storage retention behavior, not deployment scope.

Private endpoint network policy — Private endpoint network policy is unrelated to Bicep deployment target scope.

Deployment scope — Bicep deployments can target scopes such as subscription or resource group. Creating a resource group requires an appropriate higher-level scope before deploying resources into it.

Continue preparing