Skip to content

Commit 1f0a082

Browse files
committed
removed old articles
1 parent db08fc3 commit 1f0a082

File tree

6 files changed

+11
-917
lines changed

6 files changed

+11
-917
lines changed

articles/load-balancer/egress-only.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ This configuration provides outbound NAT for an internal load balancer scenario,
3131

3232
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3333

34+
## Create a virtual network and bastion host
35+
3436
[!INCLUDE [load-balancer-create-no-gateway](../../includes/load-balancer-create-no-gateway.md)]
3537

3638
## Create internal load balancer

articles/load-balancer/tutorial-create-gateway-load-balancer.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ If you choose to install and use PowerShell locally, this article requires the A
6262

6363
# [Azure CLI](#tab/azurecli/)
6464

65+
The following sections describe how to create a virtual network and associated resources. The virtual network is needed for the resources that are in the backend pool of the gateway load balancer.
66+
67+
The resources include a bastion host, network security group, and network security group rules.
68+
6569
### Create a resource group
6670

6771
An Azure resource group is a logical container into which Azure resources are deployed and managed.
@@ -131,11 +135,8 @@ az network bastion create \
131135
It can take a few minutes for the Azure Bastion host to deploy.
132136

133137
> [!IMPORTANT]
134-
135138
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
136139
137-
>
138-
139140
## Create NSG
140141

141142
Use the following example to create a network security group. You'll configure the NSG rules needed for network traffic in the virtual network created previou
@@ -182,6 +183,10 @@ Use [az network nsg rule create](/cli/azure/network/nsg/rule#az-network-nsg-rule
182183

183184
# [Azure PowerShell](#tab/azurepowershell/)
184185

186+
The following sections describe how to create a virtual network and associated resources. The virtual network is needed for the resources that are in the backend pool of the gateway load balancer.
187+
188+
The resources include a bastion host, network security group, and network security group rules.
189+
185190
## Create a resource group
186191

187192
An Azure resource group is a logical container into which Azure resources are deployed and managed.
@@ -417,6 +422,7 @@ You'll use [az network lb address-pool tunnel-interface add](/cli/azure/network/
417422
```
418423

419424
## Create health probe
425+
420426
A health probe is required to monitor the health of the backend instances in the load balancer. Use [az network lb probe create](/cli/azure/network/lb/probe#az-network-lb-probe-create) to create the health probe.
421427

422428
```azurecli-interactive
@@ -451,8 +457,6 @@ Traffic destined for the backend instances is routed with a load-balancing rule.
451457

452458
# [Azure PowerShell](#tab/azurepowershell/)
453459

454-
## Create Gateway Load Balancer
455-
456460
In this section, you'll create the configuration and deploy the gateway load balancer. Use [New-AzLoadBalancerFrontendIpConfig](/powershell/module/az.network/new-azloadbalancerfrontendipconfig) to create the frontend IP configuration of the load balancer.
457461

458462
You'll use [New-AzLoadBalancerTunnelInterface](/powershell/module/az.network/new-azloadbalancerfrontendipconfig) to create two tunnel interfaces for the load balancer.

articles/load-balancer/tutorial-gateway-cli.md

Lines changed: 0 additions & 307 deletions
This file was deleted.

0 commit comments

Comments
 (0)