BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Cram sheet — Configure and manage virtual networks in Azure
Topic Cram Sheet345 words

Cram sheet — Configure and manage virtual networks in Azure

AZ-104 › Unit 4 › Configure and manage virtual networks in Azure

Cram sheet — Configure and manage virtual networks in Azure

Configure and manage virtual networks in Azure

Node
AZ104-U4.T1
Objectives
5
Bank questions
32
Grounded documents
3

Address space, peering, addressing and routing. Two of these have hard numbers worth memorising, and one has a retirement date that has already passed and still appears in stale study material.

Peering

  • By default a virtual network peers with up to 500 other virtual networks, raised to 1,000 using Azure Virtual Network Manager's connectivity configuration.
  • Gateway transit is a peering property that lets a network use a VPN or ExpressRoute gateway in its peer, and it works for both regional and global peering.
  • ⚠ Traffic to a gateway in the peered network incurs peering charges on the spoke. The documentation explicitly corrects an earlier version of itself that said otherwise, so older study notes are wrong here.

Routing: system routes come first, and you cannot delete them

  • Azure automatically creates a route table for each subnet and populates it with system routes.
  • ⚠ You cannot create system routes and you cannot remove them — you can only override some of them with custom routes.
  • Azure routes outbound traffic from a subnet based on that subnet's route table, which is why a routing fault is diagnosed at the subnet and not at the machine.

Public IP addresses

  • ⚠ Basic SKU public IPs were retired on 30 September 2025. Standard is the answer; any option offering Basic is describing something that no longer exists.
  • A resource without a public IP can still reach outward: Azure automatically assigns an available dynamic address for outbound communication, and that address is not dedicated and can change.
  • That default is why "the VM has no public IP" never by itself explains a failed outbound connection — but always explains a failed inbound one.

Route before filter, every time

A packet that is never routed to the destination is never evaluated by a security rule, so a filter change cannot fix a routing fault. Establish the path exists, then ask what is dropping it. Half the troubleshooting questions in this unit are decided by doing those two in the right order.

Traps

Where Unit 4 Topic 1 catches people

Offering a Basic SKU public IP after its retirement. Trying to delete a system route rather than override it. Explaining a failed outbound connection by the absence of a public IP, when Azure supplies one automatically. Expecting a peering to carry traffic onward to a third network. Forgetting that gateway transit bills the spoke.

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
Virtual network peering9fc3965ab424
Virtual network traffic routinge8567b90723d
Public IP addresses069e0fceb3e7
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 and manage virtual networks in Azure

Card 1 of 4

Front of flashcard 1 of 4

How many virtual networks can one network peer with?

medium

500 by default, up to 1,000 using Azure Virtual Network Manager's connectivity configuration.

az-104az104:unit:4cram

Cram check — Configure and manage virtual networks in Azure

Card 1

Front

How many virtual networks can one network peer with?

Back

500 by default, up to 1,000 using Azure Virtual Network Manager's connectivity configuration.

Card 2

Front

Can you delete a system route?

Back

No. You cannot create or remove system routes — only override some of them with custom routes.

Card 3

Front

A VM has no public IP. Can it reach the internet outbound?

Back

Yes. Azure automatically assigns an available dynamic address for outbound communication; it is not dedicated and can change.

Card 4

Front

What happened to Basic SKU public IP addresses?

Back

They were retired on 30 September 2025. Standard is the only current choice.

Cram check — Configure and manage virtual networks in Azure

Card 1

Front

How many virtual networks can one network peer with?

Back

500 by default, up to 1,000 using Azure Virtual Network Manager's connectivity configuration.

Card 2

Front

Can you delete a system route?

Back

No. You cannot create or remove system routes — only override some of them with custom routes.

Card 3

Front

A VM has no public IP. Can it reach the internet outbound?

Back

Yes. Azure automatically assigns an available dynamic address for outbound communication; it is not dedicated and can change.

Card 4

Front

What happened to Basic SKU public IP addresses?

Back

They were retired on 30 September 2025. Standard is the only current choice.