Oracle Database service for Azure – linking subscriptions

As part of my multi-cloud research, I wanted to test Oracle Database Service for Azure. In this article, you will see how to sign up for the new service and how to link Oracle and Azure accounts. I used Frankfurt datacenters, Azure MSDN, and OCI paid account (Free Tier does not work) using my private Azure Active Directory.

First and foremost my biggest learning from testing Oracle Database Service for Azure is this: you need to have a paid OCI account, it will not work with the Free Tier offering.

Upgrade Free Tier to a paid account will cost you temporary (?) 100 EUR…

If you do not upgrade your OCI subscription to a paid account you will get this error message: “There was a problem validating your account!” – you have to be quite smart to figure out what’s the real problem here. I wish someone told me this when I was wasting time – but finally got the idea of what could be the issue here 🙂

The next thing is to think and design a little before you start clicking on the cloud portals. Azure and Oracle Cloud-link is a networking-heavy exercise, you have to be keen on what you enter into the networking dialogue to deploy this right. Automation will help you to connect clouds behind the scenes, but only if you provide the proper networking details.

My plan was to connect regions that are close to each other and to my location (in case I add an on-premises link to the comparison).

I picked Frankfurt for both Azure resource group and networking and for Oracle DB Services.
I used the fully automated configuration. Hopefully, this full-screen-related error message will not show up for you (I tried various browsers and I am not in full-screen mode) – anyways, hit the “Proceed anyway” button, that works. Do not get me wrong, I respect the developer team who put together this, it is amazing!
You need to pick a Microsoft Azure subscription to link.
Ensure you have all required permissions granted to the user (on the Azure Subscription) doing the link.
Remember, you need to have permission on Azure Active Directory to register a new service. The user is a global admin in my own Azure Active Directory.
The cloud-link wizard registers an Enterprise Application to Azure Active Directory called “Oracle Database Service”

A fantastic “please wait” picture… After waiting a few minutes, it will do the magic and map Azure resources in Oracle Cloud and create the CloudLink in the background.
*** update 2 months later since I tried first – they improved the picture 🙂

That’s it. Oracle-hosted Azure-Like portal is ready to provision resources in both OCI and Azure.
If you check Take a look at the Status column, it says Linked.
The cheapest option is the Base Database. It is actually a managed VM with an Oracle DB on it.
I think it is a smart idea to check prices using Oracle Cloud Cost Estimator. Autonomous Database obviously costs more than Standard Edition Oracle Database on a cheap VM shape.
I used VM.Standard series VMs with 1-2 OCPU and 15-30GB RAM. That’s more than enough for testing this service.

In my next article, I will share my ideas of how to connect Azure services to the newly provisioned OCI database utilizing automatically provisioned and free-to-use OCI-Azure cloud-link.

Above is my first design idea of connecting Azure App Service and Power App via the premium connector. Over time I noticed, that this design needs some change and improvement.

By the time I am writing this article, everything worked for me what I wanted to test, stay tuned, I will continue to share my learnings on Azure Oracle Services / Oracle Database Service for Azure.

Related posts

Comparison of VMware relocation options in public cloud

I keep researching this topic from several perspectives: regional availability, provided architecture, most popular use cases, VMware software versions, provided hardware configuration, and finally the price of a 3-node vSphere cluster in the Cloud.

AWS MiGratioN, GCP Migrate4Cloud, and Azure Migrate pros and cons

It’s been more than 5 years since I am testing and comparing 1st party migration tools. I have seen these tools getting better over the years, with major improvements by acquisitions, end-of-life products, continuous changes, and improvements not just the tools but the methodology around, well-architected, CaF, the concept of the landing zone, 5Rs become 7Rs. In this article, I am sharing my experiences with the most commonly used cloud migration tools.

Oracle Database service for Azure – connecting Azure VM and Power App

I have connected a Database Admin Azure VM running Oracle’s SQL Developer (Windows version) and a Microsoft Power Platform application displaying Oracle’s HR demo schema (via on-premises data gateway on Azure VM connecting with Power Platform’s Oracle Premium Connector) to the same Oracle Database hosted on OCI.

Oracle Database service for Azure – linking subscriptions

As part of my multi-cloud research, I wanted to test Oracle Database Service for Azure. In this article, you will see how to sign up for the new service and how to link Oracle and Azure accounts. I used Frankfurt datacenters, Azure MSDN, and OCI paid account (Free Tier does not work) using my private Azure Active Directory.

Why multi-cloud is the way to go? VMware and Oracle perspective.

While cloud migration is still a popular topic during customer discussions, I have noticed that more and more customers are considering an exit plan from one cloud (vendor lock-in) to another cloud meaning there is an increase in multi-cloud migration demand. VMware, Oracle, and SAP are the major workloads in on-premises data centers today. Based on my research both VMware and Oracle are very vocal about the importance of having a multi-cloud strategy.

AWS Site-to-Site VPN using MikroTik RouterOS

There are two ways of approaching this challenge. (#1) running MikroTik virtual appliance (CHR) in AWS (#2) using Virtual Private Gateway, a “cloud-native” networking solution provided by AWS. Each solution has its own benefits.