Connect to On Premise Oracle Database - Namryong/sinokorbot GitHub Wiki

Connect On-Premise Database with Azure Web App

To connect Azure Web App with On-Premise Oracle DB without public IP expose, we are going to use Azure VNET Integration.

How it works?

vnet-integration

Requirements

BGP

Our Approach

[Done]

  1. Setup P2S VPN at Azure VPN gateway.
  2. Integrate VPN between Azure VNET and Azure Web App.
  3. Check if On-Premise machine support BGP
  4. Setup Azure VPN gateway to use BGP for routing and get ASN & address pool.

[To Do]

  1. Setup On-Premise machine to use BGP and connect on-Premise machine and Azure VNET

  2. Add address pool to Azure Web App

  3. Ping test at Azure web app to On-Premise DB

  4. To get data, query to Database from Node