Neo4j on Azure needs extra security and not to be access directly with DB URL, it should be behind Azure app gateway and would only be accessible by gateway URL

Hi Team,

I have Neo4J running on Azure and working perfectly fine

Now I need to restrict the browser access, and it should only be accessed via the Azure application gateway for the browser

I am able to configure the app gateway and it loads the login page. but after entering credentials it's not connecting via the app gateway. I assume that it's due to bolt URL, which is not configurable in the Azure app gateway

Could you please let me know the workaround