• Azure - Microsoft - Oracle

    Create a Simple Oracle VM on Azure IaaS

    Use the following shell script to create your Oracle VM.  I chose the following parameters to create mine: Using Azure Cloud Shell and with persistent storage, which are linked on the github page, I uploaded the mk_oravm.sh script and run it after changing the permissions. chmod 744 mk_oravm.sh Provision the VM Run the script:  ./mk_oravm.sh Anwser the questions from the script: What is the name for the resource group to create the deployment in? Example: ORA_GRP Enter your Resource Group name: orabkup_grp Here's the installation version urns available, including Oracle and Oracle Linux Urn ----------------------------------------------------------- Oracle:Oracle-Database-Ee:18.3.0.0:18.3.20181213 Enter the urn you'd…