2023-06-08 07:48:30 -07:00
---
demo:
2023-06-08 10:55:56 -07:00
title: 'Demonstration 06: Administer Network Traffic Management'
2023-06-08 07:48:30 -07:00
module: 'Administer Network Traffic Management'
---
# 06 - Administer Network Traffic Management
2023-07-13 09:31:19 -07:00
## Configure Azure Load Balancer
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
In this demonstration, we will learn how to create a public load balancer.
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
**Note:** This demonstration requires a virtual network with at least one subnet.
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
**Reference**: [Quickstart: Create a public load balancer to load balance VMs using the Azure portal ](https://learn.microsoft.com/azure/load-balancer/quickstart-load-balancer-standard-public-portal )
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
**Show the portal's help me choose feature**
2023-06-08 07:48:30 -07:00
1. Access the Azure portal.
2023-07-13 09:31:19 -07:00
1. Search for and select **Load balancing - help me choose** .
1. Use the wizard to walk-through different scenarios.
**Create a load balancer**
1. Continue in the Azure portal.
1. Search for and select **Load balancer** . **Create** a load balancer.
1. On the **Basics** tab, discuss **SKU** , **Type** , and **Tier** .
1. On the **Frontend IP configuration** tab, discuss using a public IP address.
1. On the **Backend pools** tab, select the virtual network with IP address range.
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
1. On the **Inbound rules** tab, create a load balancing rule. Discuss parameters like **Protocol** , **Ports** , **Health probes** , and **Session persistence** .
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
## Configure Azure Application Gateway
In this demonstration, we will learn how to create an Azure Application Gateway.
**Note**: To keep things simple, create new virtual networks and subnets as you go through the configuration.
**Reference**: [Quickstart: Direct web traffic with Azure Application Gateway - Azure portal ](https://learn.microsoft.com/azure/application-gateway/quick-create-portal )
**Create the Azure Application Gateway**
1. Access the Azure portal.
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
1. Search for and select **Azure Application Gateway** .
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
1. **Create** a new gateway.
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
1. On the **Basics** tab, discuss **Tiers** , **Autoscaling** , and **Instance counts** .
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
1. On the **Frontends** tab, discuss the IP address types.
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
1. On the **Backends** tab, discuss when to use an empty backend pool.
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
1. On the **Configuration** tab, discuss routing rules. Compare to the load balancer rules.
2023-06-08 07:48:30 -07:00
2023-07-13 09:31:19 -07:00
1. Explain that after gateway is created, you would then add backend targets and test.