Skip to content

patch (iac): [secure-hybrid-network] fix subnet sizing#265

Closed
ferantivero wants to merge 0 commit into
patch/421252_batch-fixesfrom
patch/421252_fix-subnet-sizing
Closed

patch (iac): [secure-hybrid-network] fix subnet sizing#265
ferantivero wants to merge 0 commit into
patch/421252_batch-fixesfrom
patch/421252_fix-subnet-sizing

Conversation

@ferantivero
Copy link
Copy Markdown
Contributor

Why

Bastion subnet at /29 (8 IPs) fails deployment — Azure requires minimum /26 (64 IPs). Spoke subnet consuming the entire /16 VNet address space leaves no room for future subnets.

What

  • Fix Bastion subnet from /29 to /26
  • Reduce spoke subnet from /16 to /24

Test

  • Bicep compiles without errors
  • Bastion subnet meets Azure minimum /26 requirement

@ferantivero ferantivero force-pushed the patch/421252_batch-fixes branch from d121d4f to e593558 Compare May 26, 2026 18:12
@ferantivero ferantivero force-pushed the patch/421252_fix-subnet-sizing branch from 5e601c1 to 9a2173d Compare May 26, 2026 18:12
@ferantivero ferantivero force-pushed the patch/421252_batch-fixes branch from e593558 to f232f74 Compare May 27, 2026 17:21
@ferantivero ferantivero force-pushed the patch/421252_fix-subnet-sizing branch from 9a2173d to f232f74 Compare May 27, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant