Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

2.1.3. Public IP Addresses

Public IPs provide internet-routable addresses for Azure resources. Understanding SKUs and prefixes is essential for the exam.

Public IP SKUs:
FeatureBasicStandard
Availability zonesNoZone-redundant by default
Routing preferenceInternet onlyInternet or Microsoft network
Dynamic/StaticBothStatic only
SecurityOpen by defaultClosed by default (requires NSG)
Load balancer supportBasic onlyStandard only

đź’ˇ First Principle: Always use Standard SKU for production workloads. Basic SKU lacks zone redundancy and will be retired.

Public IP Address Prefixes:

A prefix reserves a contiguous range of public IPs. Use cases:

  • Consistent source IP for firewalls – Allowlist a single CIDR range
  • Predictable outbound IPs – NAT Gateway with known IPs
  • Compliance requirements – Document and audit your public IPs

BYOIP (Bring Your Own IP): You can bring your own IP ranges to Azure if you:

  1. Own the IP range (can prove via RIR records)
  2. Range is at least /24
  3. Create a custom prefix and commission it

⚠️ Exam Trap: Public IP prefixes cannot be resized after creation. Plan size carefully—you're committing to that range.

Alvin Varughese
Written byAlvin Varughese
Founder•15 professional certifications