Skip to content

Commit

Permalink
change overview and capitalization 2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoma committed Dec 23, 2015
1 parent 841e160 commit 962d5e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Remove the probe configuration from application gateway using `Remove-AzureRmApp

### Step 3

Change the back end pool setting to remove the probe and timeout setting using `-Set-AzureRmApplicationGatewayBackendHttpSettings`
Update the back end pool setting to remove the probe and timeout setting using `-Set-AzureRmApplicationGatewayBackendHttpSettings`


$getgw=Set-AzureRmApplicationGatewayBackendHttpSettings -ApplicationGateway $getgw -Name $getgw.BackendHttpSettingsCollection.name -Port 80 -Protocol http -CookieBasedAffinity Disabled
Expand Down

0 comments on commit 962d5e6

Please sign in to comment.