mediummultiple choiceObjective-mapped

A backup job from an Azure service must write to a storage account that has the network firewall set to deny all public traffic. The team does not want to create a private endpoint for this workload. What should the administrator enable?

Question 1mediummultiple choice
Full question →

A backup job from an Azure service must write to a storage account that has the network firewall set to deny all public traffic. The team does not want to create a private endpoint for this workload. What should the administrator enable?

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

Allow trusted Microsoft services to access the storage account

Allowing trusted Microsoft services is the correct choice when a supported Azure platform service needs to reach the storage account without opening the firewall broadly. It permits specific Microsoft-managed services to bypass the network restriction while keeping public traffic denied. This is appropriate when the workload is an Azure service rather than a customer VM or subnet.

B

Distractor review

Add the backup server's public IP address to the storage firewall

Azure backup workloads typically do not rely on a stable customer-controlled public IP that can be safely allowlisted here, and this would not match the private-by-design requirement.

C

Distractor review

Create a service endpoint on the subnet that hosts the backup job

Service endpoints apply to subnets and are intended for VM or subnet-based traffic, not for every Microsoft-managed backup integration scenario.

D

Distractor review

Disable the storage account firewall temporarily during each backup window

Temporarily disabling the firewall weakens security and is not a sustainable or recommended operational control.

Common exam trap

Common exam trap: usable hosts are not the same as total addresses

Subnetting questions often tempt you into counting all addresses. In normal IPv4 subnets, the network and broadcast addresses are not usable host addresses.

Technical deep dive

How to think about this question

Subnetting questions test whether you can identify the network, broadcast address, usable range, mask and correct subnet. Slow down enough to calculate the block size correctly.

KKey Concepts to Remember

  • CIDR notation defines the prefix length.
  • Block size helps identify subnet boundaries.
  • Network and broadcast addresses are not usable hosts in normal IPv4 subnets.
  • The required host count determines the smallest suitable subnet.

TExam Day Tips

  • Write the block size before choosing the subnet.
  • Check whether the question asks for hosts, subnets or a specific address range.
  • Do not confuse /24, /25, /26 and /27 host counts.

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?

CIDR notation defines the prefix length.

What is the correct answer to this question?

The correct answer is: Allow trusted Microsoft services to access the storage account — If a supported Microsoft-managed service needs access while the storage firewall blocks public traffic, the correct option is to allow trusted Microsoft services. This keeps the firewall in place for general traffic but permits selected platform services to operate. It is the least disruptive and most secure choice when a private endpoint is not being used for that integration. Why others are wrong: A assumes a customer-managed public IP that may not exist or be stable for the platform service. C is for subnet-based access from resources you control, not for all Azure service integrations. D is operationally risky and defeats the purpose of the firewall.

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.