In order to create a new application gateway, we must do the following:
- In the Azure portal, select Create a resource and choose Application Gateway under the Networking services (or search for application gateway in the search bar).
- In the new blade, we must provide information for Name, Tier, Instance count, SKU size, Subscription, Resource group, and Location. Note that the virtual network and public IP address (associated with the application gateway) must be in the same region as the application gateway:
- Under Settings, we must select Virtual network that will be associated with our application gateway. You will be ...