BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Cram sheet — Configure name resolution and load balancing
Topic Cram Sheet394 words

Cram sheet — Configure name resolution and load balancing

AZ-104 › Unit 4 › Configure name resolution and load balancing

Cram sheet — Configure name resolution and load balancing

Configure name resolution and load balancing

Node
AZ104-U4.T3
Objectives
3
Bank questions
48
Grounded documents
3

Only three objectives, but forty-eight bank questions — the densest topic per objective in the whole exam. Both halves have a retirement that invalidates older material.

Azure DNS: public and private are different services

  • Azure Public DNS hosts DNS domains, managed with the same credentials, APIs, tools and billing as the rest of Azure.
  • Azure Private DNS resolves inside virtual networks. ⚠ To resolve a private zone's records from a virtual network you must link the network to the zone. Without a virtual network link, nothing resolves — the zone existing is not enough.
  • Autoregistration on a link registers VMs in the zone as A records automatically, and removes them when the VM is deleted.
  • ⚠ A virtual network can be linked to only one private zone with autoregistration enabled — though many virtual networks can link to a single zone.

Load Balancer

  • Layer 4, TCP and UDP. It is the single point of contact for clients and distributes inbound flows to a backend pool according to load-balancing rules and health probes.
  • ⚠ Basic Load Balancer was retired on 30 September 2025. The current SKUs are Standard and Gateway. Anything offering Basic is describing a retired product.
  • Public load balancer for internet-facing traffic; internal load balancer for private traffic within a virtual network. The distinction is the frontend, not the backend.
  • Backend pool members are VMs or scale sets.

Troubleshooting load balancing

A failure here is almost always one of three things, and they are distinguishable:

  1. The probe fails — the instance is out of rotation, so the rule never sends it a flow. The symptom is a healthy-looking VM receiving nothing.
  2. A filter blocks it — a security rule denies the probe or the data path.
  3. The rule is wrong — wrong port, wrong backend pool, wrong frontend.

Because distribution depends on rules and health probes together, a probe question and a rule question look alike in the stem and have different answers.

Layer 4 is a hard boundary

Load Balancer sees TCP and UDP, not URLs, host headers or cookies. If a stem asks to route by path or hostname, or to terminate TLS, it is not describing this service, however plausible the option looks.

Traps

Where Unit 4 Topic 3 catches people

Offering Basic Load Balancer or expecting it to still exist. Expecting a private DNS zone to resolve without a virtual network link. Linking one network to two autoregistration zones. Answering a health probe failure as a rule misconfiguration. Reaching for Load Balancer where the requirement is path-based or hostname-based routing, which is above layer 4.

Check yourself

Loading flashcards…

Where these figures come from

Every figure above was read from the raw documentation below on the day this sheet was written. The sha1 is git hash-object over the bytes as fetched, so a doc that changes underneath this sheet can be detected rather than assumed.

Documentsha1
What is Azure DNS?1a65de599f96
What is Azure Private DNS?5d91779b3c89
What is Azure Load Balancer?0809223ef2a0
All Microsoft Azure Administrator (AZ-104) Study Resources

Related Notes

  • AZ-104 exam map391 words
  • Unit 1 roadmap — Manage Azure identities and governance358 words
  • Unit 1 capstone — Onboarding an acquired subsidiary810 words
  • Lab — A budget notifies and stops nothing166 words
  • Lab — Prove that inheritance only flows one way212 words
  • Lab — Tags do not inherit, and a lock is not a permission204 words
  • Lab — Watch a dynamic group fill itself in183 words
  • Cram sheet — Manage access to Azure resources447 words
  • Cram sheet — Manage Azure subscriptions and governance841 words
  • Cram sheet — Manage Microsoft Entra users and groups580 words
  • Unit 2 roadmap — Implement and manage storage375 words
  • Unit 2 capstone — A media archive on a budget808 words

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Microsoft Azure Administrator (AZ-104) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Cram check — Configure name resolution and load balancing

Card 1 of 4

Front of flashcard 1 of 4

What must exist for a virtual network to resolve a private DNS zone?

medium

A virtual network link between the network and the zone. The zone existing is not enough.

az-104az104:unit:4cram

Cram check — Configure name resolution and load balancing

Card 1

Front

What must exist for a virtual network to resolve a private DNS zone?

Back

A virtual network link between the network and the zone. The zone existing is not enough.

Card 2

Front

How many autoregistration-enabled private zones can one virtual network link to?

Back

One. Many networks can link to a single zone, but a network gets only one autoregistration zone.

Card 3

Front

At which OSI layer does Azure Load Balancer operate, and what are the current SKUs?

Back

Layer 4, TCP and UDP. Standard and Gateway — Basic was retired on 30 September 2025.

Card 4

Front

A backend VM is healthy but receives no traffic. What do you check first?

Back

The health probe. Distribution follows rules AND probes; a failing probe takes the instance out of rotation.

Cram check — Configure name resolution and load balancing

Card 1

Front

What must exist for a virtual network to resolve a private DNS zone?

Back

A virtual network link between the network and the zone. The zone existing is not enough.

Card 2

Front

How many autoregistration-enabled private zones can one virtual network link to?

Back

One. Many networks can link to a single zone, but a network gets only one autoregistration zone.

Card 3

Front

At which OSI layer does Azure Load Balancer operate, and what are the current SKUs?

Back

Layer 4, TCP and UDP. Standard and Gateway — Basic was retired on 30 September 2025.

Card 4

Front

A backend VM is healthy but receives no traffic. What do you check first?

Back

The health probe. Distribution follows rules AND probes; a failing probe takes the instance out of rotation.