Configuring Azure Application Gateway settings
Azure Application Gateway has many settings that need to be configured to fully utilize its attractive features.
Azure Application Gateway configurations
You can manipulate some of the application gateway configurations, such as the tier, SKU size, and instance count by following the steps:
- Navigate to the created application gateway, as shown in the following screenshot:
Figure 8.6: Application gateway overview
- Under
SETTINGS
, click onConfiguration
, and a new blade will be opened, as shown in the following screenshot:
Figure 8.7: Azure Application Gateway configurations
- On the previous blade, you can change the following:
Tier
: You can upgrade it to WAF if it isStandard
or downgrade toStandard
if it isWAF
.SKU size
: You can change the size to the size that would fit your environment anytime you want. So, if you selectedMedium
and your environment keeps growing, you can change it toLarge
.Instance count
: You can increase and decrease the number...