hardmulti selectObjective-mapped

A storage account already has a private endpoint for Blob service in a VNet. Virtual machines in AppSubnet still resolve the account name to the public endpoint, so traffic never reaches the private IP. Which two actions should the administrator take? Select two.

Question 1hardmulti select
Full question →

A storage account already has a private endpoint for Blob service in a VNet. Virtual machines in AppSubnet still resolve the account name to the public endpoint, so traffic never reaches the private IP. Which two actions should the administrator take? 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 DNS zone for privatelink.blob.core.windows.net.

The private DNS zone maps the blob service name to the private endpoint namespace for name resolution.

B

Best answer

Link the private DNS zone to the VNet used by AppSubnet.

Linking the zone to the VNet lets AppSubnet resolve the storage name to the private IP address.

C

Distractor review

Enable a service endpoint for Microsoft.Storage on the subnet.

A service endpoint does not fix DNS resolution to the private endpoint address or provide a private IP.

D

Distractor review

Set the storage account firewall to Selected networks without a private endpoint.

Firewall rules alone cannot correct DNS resolution when clients still resolve the public storage hostname.

E

Distractor review

Assign a static public IP to the private endpoint.

Private endpoints use private IP addresses, and a static public IP would defeat the private-only design.

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 DNS zone for privatelink.blob.core.windows.net. — The private endpoint alone is not enough if clients still resolve the public storage FQDN. Azure private DNS must map the blob service name to the private endpoint namespace, and that DNS zone must be linked to the VNet used by AppSubnet. Once those two pieces are in place, the VMs will resolve the storage name to the private IP and use the private path successfully. Why others are wrong: A service endpoint changes access behavior for the public endpoint, but it does not solve private-endpoint name resolution. Storage firewall rules cannot rewrite DNS answers. A static public IP is not how private endpoints work and would conflict with the requirement to use a private IP only.

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.