I have a setup of Azure VM scaleset, each Linux VM running java spring boot app on a specific port (8070). I need to use a domain with https on application gateway and use Linux VMSS with java app as backend pools.
I am aware this can be done with azure lb but I need to use SSL. If this is possible with a gateway, what would be configurations for 'listeners', 'rules' and 'HTTP settings'
I saw a question which is relevant to mine, but I need much more help.