Hi @Rasmikant Bal Thanks for reaching out.
- Is there any restriction we must use port 8080 to host application in docker container for http protocol?
Yes, the container will be expecting HTTP call at port 8080, and if the host receives call in 443 it should be forwarded to the port 8081 of a container because that's what it's expecting. Again, you can change the ports on the left-hand side depending on the ports that are available on the host that you're running the container on, but you cannot change the ports on the right hand side. The image was built to listen on those ports.
2) My On Premise APIs are having disaster recovery system (two datacenter 1- primary & 1 - failover). How to configure APIM for On Premise system with self hosted gateway. Suppose the primary Host IP address is 10.133.86.84 & secondary Host IP address is 10.133.86.85 with Load Balancer IP Address is 10.133.86.86. which IP will be consider while configuring with APIM with Self Hosted Gateway ? Do we need to configure APIM with Load balancer IP address (IP Address or Hostname with endpoint need to be mentioned Web Service URL for API ) ?
In this case you must use the Load balancer ip as shown below
Do let me know if you have any queries.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.