BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning Microsoft Azure Infrastructure Solutions (AZ-305)Design Lab — Put the entry point, the private path, and the SKU in the right places
Design Lab351 words

Design Lab — Put the entry point, the private path, and the SKU in the right places

AZ-305 › Unit 4 › Design network solutions

Design Lab — Put the entry point, the private path, and the SKU in the right places

Lab brief

Unit
4 — Design infrastructure solutions
Blueprint range
30–35%
Time
25 minutes
Cost
$0 — no subscription needed
Difficulty
Hard

Networking is where this exam hides its sharpest distractors, because most wrong answers are products that exist and would work somewhere else. Three separate decisions get conflated: where traffic enters, how a service is reached privately, and whether the size or mode you picked actually supports the feature you assumed. This lab drills all three, and the last one is where current documentation has moved under people.

Commit before you reveal. This one is harder than the earlier labs; expect to get at least one wrong, and that is the point.

The brief

Northwind Retail — public edge and private core

A storefront serves customers in Europe, North America and Australia. Requirements: one global entry point, TLS termination close to the user, a web application firewall, and failover between regional backends when a region degrades.

Commit before you reveal

▶How the hard questions differ — open after committing

In the easier labs, the wrong options were weaker. Here, at least one wrong option in each question is a product that is genuinely excellent — at something the scenario did not ask for. Scope is the discriminator: global versus regional, private versus merely filtered, supported on this size versus supported by the family.

Question 1 — where traffic enters

Multiple choice · HardGlobal entry and load balancing

One global entry point, TLS termination near the user, a WAF, and failover across regional backends. Which service belongs at the edge?

Question 2 — what 'private' has to mean here

Multiple answer · HardPrivate Link and private endpoints

The API must reach SQL Database and Storage with no public-internet path, and the services must be addressable from inside the VNet address space. Which statements are true and decide the design? Select all that apply.

Select all that apply

Question 3 — the SKU that quietly lacks the feature

Multiple choice · HardAccelerated Networking

The engineer wants Accelerated Networking enabled 'on the B-series fleet'. What should the design tell them?

Question 4 — the mode with an expiry date

Multiple choice · MediumAKS networking

The AKS cluster uses kubenet. What should the design say about keeping it?

Why the runner-up loses

Four things at the edge, and what each one actually sees

AttributeRecommended
Scope

Global

Best

Regional

Regional

Global, but DNS only

Sees the request?

Yes — terminates TLS at the edge

Yes — terminates TLS in its region

No — layer 444

No — answers a DNS query

WAF

Yes, at the edge

Yes, with WAF_v2

No

No

Failover feel

Stops routing to an unhealthy backend

Within its region only

Within its region only

Waits for DNS TTL to expire

Buy it for

A global storefront

Regional L7 with path rules

Regional L4 throughput

Steering non-HTTP or legacy endpoints

The row that settles this scenario is scope. Application Gateway and Front Door both do L7 and both do WAF, so a capability list makes them look interchangeable; one is regional and one is global, and the requirement said global. When two options share a capability, the discriminator is almost always where they sit, not what they can do.

The shape of the answer

Loading Diagram...
Figure 1 — Mermaid diagram

The traps that catch people

Four distractors built into this exam area

Putting a regional Application Gateway at a global edge because it also does WAF; scope is the discriminator, not capability. Treating an NSG or a service firewall rule as equivalent to a private endpoint — filtering who may connect is not the same as giving the service an address inside your VNet. Making family-level claims about Accelerated Networking; support is published per SIZE, and on the older B-series only B12ms, B16ms and B20ms carry it. Treating kubenet as a live design choice: it retires for AKS on 31 March 2028 with Azure CNI Overlay as the target.

The method, for any question of this shape

How to attack a networking question in 90 seconds

  1. 1

    Split entry from reach

    Public ingress and private egress are separate decisions with separate products. Answering one with the other is the most common structural error here.

Before you move on

This is the lab worth repeating most. Come back cold and, for each question, say which single word in the requirement eliminated the strongest wrong option — "global", "addressable", "B-series", "kubenet". Those words are how the exam tells you the answer.

All Designing Microsoft Azure Infrastructure Solutions (AZ-305) Study Resources

Related Notes

  • Cram Sheet — Design network solutions635 words
  • Design Network Solutions — Lesson5,243 words
  • Design Studio — Design network solutions738 words
  • AZ-305 Exam Map and Design Decision Playbook652 words
  • Unit 1 Capstone — Design identity, governance, and monitoring solutions668 words
  • Unit 1 Roadmap — Design identity, governance, and monitoring solutions639 words
  • Cram Sheet — Design authentication and authorization solutions632 words
  • Design Authentication and Authorization Solutions — Lesson4,386 words
  • Design Studio — Design authentication and authorization solutions734 words
  • Quick Note — Recommend an Authentication Solution758 words
  • Recommend an Authentication Solution — Lesson4,970 words
  • Quick Note — Recommend an Identity Management Solution796 words

Ready to study Designing Microsoft Azure Infrastructure Solutions (AZ-305)?

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

Start Studying

Ready to study Designing Microsoft Azure Infrastructure Solutions (AZ-305)?

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

Start Studying — Free
Designing Microsoft Azure Infrastructure Solutions (AZ-305) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, top to bottom. Traffic decision connects to Public entry, or<br/>private reach?. B connects to Global users? ("Public entry"). C connects to Front Door<br/>TLS + WAF at the edge (Yes). C connects to Application Gateway<br/>WAF_v2 ("One region"). B connects to Must the service have an<br/>address in the VNet? ("Private reach"). F connects to Private endpoint<br/>NIC with a private IP (Yes). F connects to Service firewall rules<br/>service is still public-addressed ("Only restrict who<br/>may connect"). D connects to Then check the SKU and SIZE<br/>actually support what you assumed. 2 more statements.