easymulti selectObjective-mapped

A storage account should use a private IP address inside a virtual network, and workloads in that VNet must resolve the storage name to the private address. Which two items are required? Select two.

Question 1easymulti select
Full question →

A storage account should use a private IP address inside a virtual network, and workloads in that VNet must resolve the storage name to the private address. Which two items 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 a private endpoint for the storage account in the virtual network so the service gets a private IP.

A private endpoint places the storage service on a private IP address inside the VNet.

B

Best answer

Create and link the appropriate private DNS zone so the storage account name resolves to the private IP.

Private DNS is needed so clients resolve the storage FQDN to the private endpoint address.

C

Distractor review

Enable a service endpoint on the subnet, because service endpoints create a private IP for the storage service.

Service endpoints do not create a private IP; they only extend network identity to the service.

D

Distractor review

Assign a Reader role on the storage account, because RBAC determines the private address used by clients.

RBAC controls authorization, not the network path or DNS resolution for storage access.

E

Distractor review

Disable the storage account firewall, because private endpoints only work when the public endpoint is open.

Private endpoints do not require the public firewall to be open, and disabling it is not the reason access works.

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 a private endpoint for the storage account in the virtual network so the service gets a private IP. — A private endpoint is what gives the storage service a private IP address in the virtual network. Private DNS is the second required piece because clients must resolve the storage account name to that private IP address. Without the DNS zone, clients may still resolve to the public endpoint. This design is the standard private connectivity pattern for Azure Storage. Why others are wrong: A service endpoint does not create a private IP address. RBAC controls who can access the storage account, but it does not affect name resolution or routing. Disabling the firewall is not required for private endpoint access and would weaken the security design.

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.