1

I have azure flexible postgres instance with vnet integration. It work fine with my webapp integration. However, i would to have a on-premise external connection to this pg instance. Is there a way to do that with flexible postgres vnet ?

Thanks

Mascence
  • 21
  • 2

1 Answers1

1

I managed to get it working with vpn gateway. I was able to connect my remote server to the virtual network through this way https://learn.microsoft.com/en-us/azure/vpn-gateway/tutorial-site-to-site-portal

Mascence
  • 21
  • 2
  • it's written in the docs :) "Use VPN or Azure ExpressRoute to connect from non-Azure resources to your flexible server." https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-networking – Mascence Oct 17 '22 at 15:46