easymulti selectObjective-mapped

An app must resolve a storage account name to the private IP address created by a private endpoint. Which two actions are required? Select two.

Question 1easymulti select
Full question →

An app must resolve a storage account name to the private IP address created by a private endpoint. Which two actions are required? Select two.

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

Create the private endpoint in the same virtual network as the app

The private endpoint must exist in a VNet the workload can reach so it gets a private address.

B

Best answer

Link the virtual network to the private DNS zone for the storage service

The DNS zone link lets the storage name resolve to the private endpoint address instead of the public one.

C

Distractor review

Enable a service endpoint on the subnet

Service endpoints are different from private endpoints and do not create private IP resolution.

D

Distractor review

Add a public DNS record pointing to the storage account

A public DNS record would keep traffic on the public endpoint, not the private IP.

E

Distractor review

Turn on blob versioning

Versioning protects blob history, but it does not affect name resolution or private access.

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: Create the private endpoint in the same virtual network as the app — Private endpoint connectivity depends on two things: the endpoint itself and DNS. The private endpoint provides the private IP address in the virtual network, and the private DNS zone link ensures the storage account name resolves to that private address. Without the DNS piece, clients may still try the public endpoint. This is why Azure private endpoint deployments usually include both network and DNS configuration. Why others are wrong: A service endpoint is a different feature and does not create private IP resolution. Public DNS records would continue pointing users to the public endpoint, which defeats the purpose. Blob versioning is unrelated to connectivity. The question is about private name resolution, so creating the private endpoint and linking the private DNS zone are the required steps.

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.