Hey everyone! I was running into some trouble creating a test application using Azure spring apps deployed onto a private virtual network. I created a separate subnet for the services and apps, deployed the sample app, then followed https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/access-app-virtual-network?tabs=azure-portal#access-application-private-fqdn to expose the app internally through the virtual network. I am able to access the fqdn using a jump box which lives on the same vnet but it is giving me 502 bad gateway. The service itself is running, and I can confirm that it cannot be access from the internet on my local machine outside the network. What am I doing wrong?