Hello Dinesh Nimmagadda
- Deploy a VM on the same vnet and test the connectivity to the container apps on TCP port (8080/5464) and let me know what is the response?
- Perform a connection troubleshoot from application gateway to the container app ip on TCP port 8080/5464, share me the result
- How was the back pool configured on app gateway for Container app? I mean IP address or FQDN? If possible share the screenshot.
Meantime,
Check whether you can connect to the backend server on the port mentioned in the HTTP settings by using a browser or PowerShell. For example, run the following command:
Test-NetConnection -ComputerName www.bing.com -Port 443.
If the port mentioned isn't the desired port, enter the correct port number for Application Gateway to connect to the backend server.
If the specified port is not the correct one, enter the appropriate port number for the Application Gateway to connect to the backend server.
If you are unable to connect to the port from your local machine, then:
- Verify the network security group (NSG) settings of the backend server's network adapter and subnet to ensure inbound connections to the configured port are permitted. If not, create a new rule to allow these connections.
- Confirm that the NSG settings of the Application Gateway subnet permit outbound public and private traffic to establish a connection.
Can you please update us if the action plan provided by was helpful?
Should there be any follow-up questions or concerns, please let us know and we shall try to address them.