I have created Azure application gateway with instructions in this link. After completion I realised that it works with only HTTPS protocol. I want my website to work with both port, 80 & 443. I want to add a new listener. I was able to add a new listener on port 80 with corresponding rule to route to with that listener. THe first rule I created for HTTPS has following information for application gateway:
"ProvisioningState": "Succeeded", "Name": "rule01",
The rule for HTTP I have added is rule03 and it shows up in the appliation gateway without "ProvisioningState": "Succeeded". What I need to do to provision the rule to application gateway?