I have an application running on a VM, that sits behind an internal load balancer in Azure. I can reach it locally on /api without any problem.
I have configured the rules for the load balancer to direct traffic coming from port 8001 to 443 on the VM. However, when I try to curl http:///api:8001, it doesn't reach the VM.
How would you curl using a private IP to reach the application that is on the VM?
No comments:
Post a Comment