From the course: Azure for Developers: Optimize with Azure Application Gateway

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Implementing Application Gateway listeners

Implementing Application Gateway listeners - Azure Tutorial

From the course: Azure for Developers: Optimize with Azure Application Gateway

Start my 1-month free trial

Implementing Application Gateway listeners

- [Instructor] Let's take a moment to talk about managing the Application Gateway. As you might have noticed when creating the Application Gateway, it's not very friendly for explorative learning. Applying changes to the listener ports, or SSL, might take even several minutes. Most change types also lock down the whole Application Gateway and block any other changes to be made at the same time. If you have tried Application Gateway in the past, it's important to note that the performance for most of these operations has significantly improved. With version two of Application Gateway changes often complete within less than a minute. Rather than playing around with the UI, it might make more sense to work in Azure CLI, PowerShell, or ARM templates already in the evaluation phase of your project. A listener is activated for incoming connection requests. It accepts a request with pre-configured protocol, port, host name, and…

Contents