I have a service that is running at port 8090 and would like to expose this service over https via Azure Application Gateway where I have installed the required certificate.
Here is what I have done 1. Configured a listener in Application Gateway with Front end port as 443 2. Configured a Http Setting with port 8090
It did not work for me. Any ideas? Thanks in advance