You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/tutorial-create-gateway-load-balancer.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,10 @@ If you choose to install and use PowerShell locally, this article requires the A
62
62
63
63
# [Azure CLI](#tab/azurecli/)
64
64
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
+
65
69
### Create a resource group
66
70
67
71
An Azure resource group is a logical container into which Azure resources are deployed and managed.
@@ -131,11 +135,8 @@ az network bastion create \
131
135
It can take a few minutes for the Azure Bastion host to deploy.
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
182
183
183
184
# [Azure PowerShell](#tab/azurepowershell/)
184
185
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
+
185
190
## Create a resource group
186
191
187
192
An Azure resource group is a logical container into which Azure resources are deployed and managed.
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.
421
427
422
428
```azurecli-interactive
@@ -451,8 +457,6 @@ Traffic destined for the backend instances is routed with a load-balancing rule.
451
457
452
458
# [Azure PowerShell](#tab/azurepowershell/)
453
459
454
-
## Create Gateway Load Balancer
455
-
456
460
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.
457
461
458
462
You'll use [New-AzLoadBalancerTunnelInterface](/powershell/module/az.network/new-azloadbalancerfrontendipconfig) to create two tunnel interfaces for the load balancer.
0 commit comments