'can i run a Windows IIS ACI and connect to an Oracle ACI both running in Azure?

I am getting the following error in Azure when creating a Windows ACI on a virtual network in Azure:

"The requested resource is not available in the location 'westeurope' at this moment. Please retry with a different resource request or in another location. Resource requested: '2' CPU '4' GB memory 'Windows' OS virtual network"

It seems to me that Azure does not support this configuration at the moment, i.e. Windows ACI on Vnet: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-region-availability

The reason I am using a vnet is so I can run the (Oracle) database on another ACI and connect the webserver to it over the subnet. Is there another way I can do this?

The images are based on the following base images: - FROM mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2019 - FROM oraclelinux:7-slim as base

I built and tested the images on my local network and they work fine (web server on Windows, Oracle on Linux).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source