Skip to content

Commit 39d1cb0

Browse files
Merge pull request #222472 from AbdullahBell/patch-47
Load Balancer: Outbound-only load balancer configuration
2 parents e48bb8a + 96b91cc commit 39d1cb0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/load-balancer/egress-only.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.custom: seodec18
77
ms.service: load-balancer
88
ms.topic: how-to
9-
ms.date: 12/21/2022
9+
ms.date: 12/27/2022
1010
ms.author: mbender
1111
---
1212

@@ -79,13 +79,15 @@ In this section, you'll create the virtual network and subnets for the virtual m
7979
| Setting | Value |
8080
|--------------------|----------------------------|
8181
| Subnet name | Enter **myBackendSubnet** |
82-
| Starting address | Enter **10.1.0.0/24** |
82+
| Starting address | Enter **10.1.0.0** |
8383
| Subnet size | Select **/24** |
8484

8585
1. Select **Add**.
8686

8787
1. Select **Add a subnet**, enter this information:
88+
8889
| Setting | Value |
90+
|--------------------|----------------------------|
8991
| Subnet template | Azure Bastion |
9092
| Starting address | Enter **10.1.1.0** |
9193
| Subnet size | Select **/26** |
@@ -371,4 +373,4 @@ In this article, you created an "egress only" configuration with a combination o
371373

372374
This configuration allows you to load balance incoming internal traffic to your backend pool while still preventing any public inbound connections.
373375

374-
For more information about Azure Load Balancer and Azure Bastion, see [What is Azure Load Balancer?](load-balancer-overview.md) and [What is Azure Bastion?](../bastion/bastion-overview.md).
376+
For more information about Azure Load Balancer and Azure Bastion, see [What is Azure Load Balancer?](load-balancer-overview.md) and [What is Azure Bastion?](../bastion/bastion-overview.md).

0 commit comments

Comments
 (0)