We have deployed two APIs on Service Fabric cluster
- API 1 (Port 8485)
- API 2(Port 8630)
We are able to access the apis locally using following URL:
Service fabric cluster explorer is accessible using following URL
https://{MyLoadBalancerName}.northeurope.cloudapp.azure.com:19080/Explorer
But, I am not able to access the API 1 by using following URL
https://{MyLoadBalancerName}.northeurope.cloudapp.azure.com:8485/api/controller
I tried adding following Load balancing Rule
- Protocol: TCP
- Port: 80
- Backend Port: 8485
But no luck! Can somebody please explain how to call api controller?