Rules in application gateways are used to determine how traffic flows. Based on different settings, we can determine where a specific request is forwarded to and how this is done.
Creating a rule
Getting ready
Before you start, open the browser and go to the Azure portal through https://portal.azure.com.
How to do it...
In order to add a rule to the application gateway, we must do the following:
- In the Azure portal, locate the previously created application gateway.
- In the Application gateway blade, under Settings, select Rules. Select Basic to add a new rule:
![](https://static.packt-cdn.com/products/9781789800227/graphics/assets/644f1ec4-94a7-45bd-9934-662cba9952ac.png)
- In...