Dear All we want to use AZURE Application Gateway to implement SSL in front of our LINUX VM (hosting our node.js microservices).
As per current configuration:
-we have same resource group for both application gateway and linux VM.
-both are on the same virtual network but different subnets (as application gateway needs its own subnet).
-Without application gateway i can access my microservices without any issue.
Could somebody please suggest regarding how to establish a communication between application gateway and our microservices hosted on linux VM.