Skip to the content.

Go to Overview Page

Building Multi-Cloud Apps

Create Cross-Cloud Interconnect

Introduction

Oracle and Microsoft have built a dedicated, high-throughput, low-latency, private network connection between Azure and Oracle Cloud Infrastructure data centers in the Ashburn, London and Toronto region that provides a data conduit between the two clouds. You can use the connection to securely transfer data at a high enough rate for offline handoffs and to support the performance required for primary applications that span the two clouds. You can access the connection by using either Oracle FastConnect or Microsoft ExpressRoute, as shown below, and you don’t need to deal with configuration details or third-party carriers.

FastConnect and ExpressRoute together create a path for workloads on both clouds to communicate directly and efficiently, which gives you flexibility on how to develop and deploy services and solutions across Oracle Cloud Infrastructure and Microsoft Azure.

You will experience the following benefits when you interconnect the Oracle and Microsoft clouds:

Let’s get started in order to connect developed and deployed application on Azure VM with Autonomous Database on Oracle Cloud.

Steps

Step 1: Setup Azure ExpressRoute

Step 2: Setup Oracle Cloud Infrastructure FastConnect

You provide /30 addresses here for the BGP connection. The second and third in each /30 are used as BGP IP address pair. The second address in the block is for the Oracle side of the BGP session and the third address in the block is for the Azure side of the BGP session.

img

Next step is to create a link between the Azure Virtual Network (VNet) and ExpressRoute circuit.

Step 4: Associate Network Security group to Azure AppSubnet and create Inbound Security rules

You will reuse Network Security Group created automatically while creating Virtual Machine for your application

Step 5: Create Route table and associate it with Azure VNet

You have created an ExpressRoute, linked it with our Virtual Network Gateway and configured network security group and route table to allow traffic connectivity with OCI VCN.

Step 6: Test your Connection again

Congratulations! You are connected to Oracle Autonomous Database and have completed all laboratories.


ATTENTION: If you are not going to use Cross-Cloud Interconnection, we recommend you to terminate it as soon as you finish the labs in order to avoid unnecessary costs. You will find the steps in the optional lab.


Go to Overview Page