Skip to the content.

Go to Overview Page

Building Multi-Cloud Apps

Initial setup on Microsoft Azure: Creating VNet with subnets and virtual network gateway

Introduction

In this lab you will prepare your Azure account for hosting .NET application. You will first create an Azure Virtual Network (VNet) with the application subnet , that host a virtual machine. Then, in order to enable private connection to the Autonomous Database, which resides in Oracle Cloud Infrastructure, you will create an Azure Virtual Network Gateway The last step of the initial configuration on Azure side is to create a VM and connect to it. You will use it later for developing and deploying .NET application.

Here is the architecture, which you are going to create.

Lets get started!

Steps

STEP 1: Create an Azure Virtual Network (VNet)

This creates a virtual network (VNet) and a subnet, which are scoped to a single region within an Azure. Resources within a virtual network can communicate outbound with the internet, by default. An inbound connection can be achieved by attaching a public IP with the resource. You can also connect a virtual network with your on-premises network or other public clouds like Oracle Cloud Infrastructure by using Azure ExpressRoute. This connection is private and traffic does not go over the internet.

In order to create the interconnect between Azure virtual network and Oracle Cloud Infrastructure virtual cloud network (VCN), you must create a virtual network gateway. A virtual network gateway serves two purposes: exchange IP routes between the networks and route network traffic.

STEP 2: Create a Virtual Network Gateway

It make take up to 15-20 minutes for creating the virtual network gateway.

STEP 3: Create a Virtual Machine and connect to it

In the meantime, lets setup a virtual machine in your virtual network, where you will deploy your .NET application and test the connectivity to the database, once the interconnect is successfully setup.

Username: myadmin
Password: WElcome_123#

Congratulations, you are now ready to move to the next lab.


Go to Overview Page