How to forward a port in Azure?

I installed a blogging software in azure which internaly run on Port 2368. I exposed the port and it is working but of course I dont want my site visitors to write myblog.com:2368.

So as I googled allready a port mapping like AWS or Docker do is not possible in Azure right now.

What other solution could I have here?

I thought about getting a load balancer, or just a forwarder or reverse proxy here, but all that are just theories in my head because I never had something like that set up.


Solution 1:

Your best bet would probably be creating a loadbalancer that does the port forwarding for you. For more info/a tutorial see: https://docs.microsoft.com/en-us/azure/load-balancer/tutorial-load-balancer-port-forwarding-portal