In Azure, is there any way to set up an HTTPS endpoint directly on the public VIP, as opposed to joining each VM to a load balanced set, so that I can associate this endpoint with the SSL certificate and forward decrypted traffic to the VM's?
I know AWS allows you to install a certificate directly on the elastic load balancer and configure SSL termination, but I haven't found any guide for this in Azure.