Skip to content

Commit f408f4d

Browse files
committed
docs: Remove specific dollar amounts from pricing references
1 parent 026b6f0 commit f408f4d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/virtual-network/virtual-network-cost-optimization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: virtual-network
55
author: asudbring
66
ms.service: azure-virtual-network
77
ms.topic: concept-article
8-
ms.date: 02/03/2026
8+
ms.date: 02/23/2026
99
ms.author: allensu
1010
# Customer intent: As a cloud architect or IT administrator, I want to optimize costs for Azure Virtual Network, so that I can maintain effective network connectivity while controlling expenses and maximizing return on investment.
1111
---
@@ -29,10 +29,10 @@ Azure Virtual Network costs include several components that directly impact your
2929
| Cost Component | Description | Billing Model |
3030
|---|---|---|
3131
| **Virtual Network** | Base virtual network infrastructure | Free (up to 1,000 VNets per subscription) |
32-
| **VNet Peering (Same Region)** | Data transfer between peered VNets in same region | $0.01 per GB (inbound and outbound) |
33-
| **Global VNet Peering** | Data transfer between peered VNets in different regions | Zone-based pricing ($0.035-$0.16 per GB) |
34-
| **Accelerated Connections** | Enhanced connection performance for network-intensive workloads | Hourly rate per network interface (NIC) ($0.025-$2.50/hr based on SKU) |
35-
| **Virtual Network TAP** | Traffic mirroring for monitoring | $0.015 per network interface (NIC) per hour |
32+
| **VNet Peering (Same Region)** | Data transfer between peered VNets in same region | Priced per GB (inbound and outbound) |
33+
| **Global VNet Peering** | Data transfer between peered VNets in different regions | Zone-based pricing (per GB) |
34+
| **Accelerated Connections** | Enhanced connection performance for network-intensive workloads | Hourly rate per network interface (NIC) (varies by SKU) |
35+
| **Virtual Network TAP** | Traffic mirroring for monitoring | Priced per network interface (NIC) per hour |
3636
| **VPN Gateway** | Hybrid connectivity to on-premises | Hourly compute + data transfer |
3737
| **NAT Gateway** | Outbound internet connectivity | Hourly + data processing charges |
3838
| **IP Addresses** | Public IP addresses | Hourly charges per IP |
@@ -57,7 +57,7 @@ Azure Virtual Network offers different connectivity patterns with unique cost st
5757
| Recommendation | Benefit |
5858
|---|---|
5959
| **Use hub-and-spoke topology** with centralized shared services in hub virtual network and workload-specific spoke VNets connected via peering. | Hub-and-spoke reduces complexity and centralizes common services like firewalls, VPN gateways, and monitoring. You pay peering costs only between hubs and spokes, avoiding mesh peering charges. This topology scales efficiently as you add new workloads. To implement hub-and-spoke, see [Hub-spoke network topology in Azure](/azure/architecture/reference-architectures/hybrid-networking/hub-spoke). |
60-
| **Implement regional VNet peering** instead of global peering when workloads can be colocated in the same Azure region. | Regional peering costs less than global peering ($0.01/GB vs $0.035-$0.16/GB). You reduce latency while minimizing data transfer expenses. Design workload placement to maximize same-region communication when performance requirements permit. |
60+
| **Implement regional VNet peering** instead of global peering when workloads can be colocated in the same Azure region. | Regional peering costs less than global peering. You reduce latency while minimizing data transfer expenses. Design workload placement to maximize same-region communication when performance requirements permit. |
6161
| **Use Azure Private Link** for connecting to Azure PaaS services instead of routing traffic through public endpoints. | Private Link eliminates virtual network peering charges for PaaS access and improves security. You pay Private Link endpoint charges but avoid unnecessary peering costs and data transfer over public networks. This approach optimizes both cost and security. For more information, see [What is Azure Private Link?](../private-link/private-link-overview.md). |
6262
| **Implement subnet peering** when only specific subnets need connectivity between virtual networks. | Subnet peering reduces costs by limiting peering scope to necessary subnets rather than entire virtual network address spaces. You pay for data transfer only on required communication paths. This granular approach prevents paying for unused peering capacity. To configure subnet peering, see [How to configure subnet peering](how-to-configure-subnet-peering.md). |
6363

@@ -81,7 +81,7 @@ Gateways and specialized network services add significant costs. Use them judici
8181
| **Share VPN gateways** across multiple virtual networks using gateway transit in hub-and-spoke topologies instead of deploying gateways in every virtual network. | Gateway consolidation eliminates duplicate gateway costs while maintaining hybrid connectivity. A single gateway can serve multiple spoke VNets through peering with gateway transit enabled. You pay one gateway hourly charge instead of multiple. To configure gateway transit, see [Configure VPN gateway transit in virtual network peering](../vpn-gateway/vpn-gateway-peering-gateway-transit.md). |
8282
| **Right-size VPN gateways** based on actual throughput requirements rather than over-provisioning for peak capacity. | Gateway stock keeping units (SKUs) have significant price differences. You can start with lower SKUs and scale up if needed, avoiding unnecessary costs for unused capacity. To ensure adequate performance, monitor gateway metrics. |
8383
| **Use NAT Gateway** for outbound internet connectivity instead of public IPs on individual virtual machines (VMs) when you have many outbound connections. | NAT Gateway provides cost-effective, scalable outbound connectivity with better performance than individual public IPs. You pay per-hour plus data processing charges, which is often more economical than many public IP addresses. For more information, see [What is Azure NAT Gateway?](../nat-gateway/nat-overview.md). |
84-
| **Evaluate Accelerated Connections** based on actual performance requirements for network-intensive workloads. | Accelerated Connections (SKUs A1-A8) improve connection performance but add hourly charges ($0.025-$2.50/hr). Only enable on workloads that genuinely need enhanced connection performance. Test performance with standard networking first before upgrading. |
84+
| **Evaluate Accelerated Connections** based on actual performance requirements for network-intensive workloads. | Accelerated Connections (SKUs A1-A8) improve connection performance but add hourly charges that vary by SKU. Only enable on workloads that genuinely need enhanced connection performance. Test performance with standard networking first before upgrading. |
8585

8686
## Monitor and optimize over time
8787

0 commit comments

Comments
 (0)