Skip to content

Commit 64b0ef9

Browse files
Update infra/modules/virtualNetwork.bicep
Co-authored-by: Copilot <[email protected]>
1 parent 336ae98 commit 64b0ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/modules/virtualNetwork.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ param resourceSuffix string
173173
// 2 Pick a VM size that does support accelerated networking (the usual jump-box candidates):
174174
// Standard_DS2_v2 (2 vCPU, 7 GiB RAM, Premium SSD) // The most broadly available (it’s a legacy SKU supported in virtually every region).
175175
// Standard_D2s_v3 (2 vCPU, 8 GiB RAM, Premium SSD) // next most common
176-
// Standard_D2s_v4 (2 vCPU, 8 GiB RAM, Premium SSD) // Newest, so fewer regions availabl
176+
// Standard_D2s_v4 (2 vCPU, 8 GiB RAM, Premium SSD) // Newest, so fewer regions available
177177

178178

179179
// Subnet Classless Inter-Doman Routing (CIDR) Sizing Reference Table (Best Practices)

0 commit comments

Comments
 (0)