mediummultiple choiceObjective-mapped

Backup protection was enabled on a new Azure VM, but every backup job fails immediately with a message indicating the guest agent is not ready. What should the administrator verify first?

Question 1mediummultiple choice
Full question →

Backup protection was enabled on a new Azure VM, but every backup job fails immediately with a message indicating the guest agent is not ready. What should the administrator verify first?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

That the Azure VM agent is installed, running, and up to date inside the guest operating system.

Azure VM Backup depends on the VM agent to coordinate snapshot operations and communicate status back to Azure. If the portal reports that the guest agent is not ready, the first troubleshooting step is to verify that the agent exists, is running, and is current. Fixing the agent often resolves immediate backup failures without changing vault settings, policies, or storage configuration.

B

Distractor review

That the recovery vault uses GZRS storage redundancy.

Vault redundancy affects storage resilience, but it does not fix a guest agent readiness problem on the protected VM.

C

Distractor review

That the VM has a private endpoint to the Recovery Services vault.

Recovery Services vault backup traffic does not require a private endpoint as the first response to a guest agent failure message.

D

Distractor review

That a resource lock has not been applied to the VM.

A lock can block certain management actions, but it does not cause the guest agent to report as not ready.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: That the Azure VM agent is installed, running, and up to date inside the guest operating system. — The message indicates that Azure Backup cannot properly communicate with the VM guest environment. The first thing to check is the Azure VM agent, because it is required for coordinating backup operations and reporting status. If the agent is missing, stopped, or outdated, backup jobs can fail immediately. Verifying the agent is the fastest and most relevant fix before looking at redundancy, networking, or vault design. Why others are wrong: Vault redundancy does not resolve a guest-side agent issue. Private endpoints may be useful in some network designs, but they are not the primary cause of an agent readiness error. Resource locks affect management operations, not the internal health of the VM agent. The correct troubleshooting start point is the Azure VM agent on the guest OS.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.