mediummultiple choiceObjective-mapped

A storage account has public network access disabled. An app in a VNet must read and write blobs privately, and the team wants the blob endpoint name to resolve to a private IP without exposing the service publicly. What should the administrator configure?

Question 1mediummultiple choice
Full question →

A storage account has public network access disabled. An app in a VNet must read and write blobs privately, and the team wants the blob endpoint name to resolve to a private IP without exposing the service publicly. What should the administrator configure?

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

Distractor review

A service endpoint on the subnet and a storage firewall allow rule.

Service endpoints still use the public service endpoint and do not provide a private IP.

B

Distractor review

A public IP address for the app and allow access from that IP in the storage firewall.

This keeps the service public and does not meet the private connectivity requirement.

C

Distractor review

An NSG rule that allows outbound TCP 443 from the app subnet to storage.

NSGs control traffic, but they do not create private name resolution or service exposure.

D

Best answer

A private endpoint for the storage account and a private DNS zone for blob name resolution.

Private endpoints give the storage service a private IP in the VNet, and DNS must resolve to it.

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: A private endpoint for the storage account and a private DNS zone for blob name resolution. — Because public network access is disabled, the application needs a private path to the storage account. A private endpoint places a private IP address for the storage service inside the VNet, and a private DNS zone ensures the blob FQDN resolves to that private address. This combination keeps traffic on the Azure backbone and avoids exposing the account through its public endpoint. Why others are wrong: Service endpoints do not assign a private IP and still depend on the public service address. A public IP and firewall rule keep the service publicly reachable, which conflicts with the requirement. NSG rules can allow or block traffic but cannot change DNS resolution or create private connectivity. The missing pieces are private endpoint placement and private DNS integration.

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.