prep.sh

iDNA Applications itself will be deployed using Terraform. This script will deploy everything needed to run Terraform.

up.sh

This will run the Terraform project to deploy everything related to iDNA Applications. Depening on your configuration (var.tf) the Appliance will be deployed either into an existing Azure virtual network or will create a new one including a public IP.

config.sh

The script will create a temporal Azure Security Group rule that allows SSH connection from the Azure Shell to your appliance!


This Script does all the necessary steps which are mentioned under Starting the Virtual Appliance in the Setup Guide - please refer to this chapter for further information on how to configure the Appliance manually.

example: ./config.sh "{FQDN of iDNA Applications}" "{TimeZone}" "{new root password}"

Execute ./config.sh "my-ia.my-domain.com" "Europe/Berlin" "my-root-password"