From the course: Azure Administration: Load Balancers and Application Gateways

Unlock the full course today

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

Configure an application gateway using PowerShell

Configure an application gateway using PowerShell - Azure Tutorial

From the course: Azure Administration: Load Balancers and Application Gateways

Start my 1-month free trial

Configure an application gateway using PowerShell

- [Instructor] We have just created our application gateway, PS-AppGW by using PowerShell. Now, we will also use PowerShell to configure some settings of that application gateway. Let's click on it, and see that we have in configuration, the application gateway set as manual and also that we don't have any health probes configured. I have opened an Azure Cloud Shell tab, where I can execute my command lines. And I am going to copy some of those command lines in the Cloud Shell editor. The first command line that I will execute references the application gateway into the variable AppGW. By doing this, I can very easily reference that application gateway within any other command line. The next command line I will execute modifies our application gateway probes and adds a new health probe named probe1. It will use protocol http. We'll check for the backend settings for the host name. We'll use the path route, and…

Contents