Customize the prep.sh file and adjust the location placeholder (default=westeurope) according to your requirements:
You can either use the Azure Cloud Shell editor or
vi prep.sh
Execute:
./prep.sh
to prepare everything for Terraform
Customize the vars.tf based on your needs: (details can be found here: Customize the Azure Deployment)
You can either use the Azure Cloud Shell editor or
vi vars.tf
Execute the following to deploy OfficeExpert:
./up.sh
up.sh
will print the IP address of the deployed Appliance. Please create a DNS entry for this IP address.Option 1: For public IP (default):
./config.sh "{FQDN of OE}" "{TimeZone}" "{Bot certificate secret}" "{new root password}"
Example:./config.sh "my-oe.my-domain.com" "Europe/Berlin" "my-oe-secret" "my-root-password"
config.sh
script will configure the appliance and also create the Azure Bot application for youThe Azure resources are now successfully deployed.
With public IP the steps described under Starting the Virtual Appliance can be skipped! |
Option 2: For custom virtual network (if you configured a custom network in the vars.tf
file):
./create-bot.sh "pana-oe-rg" "westeurope" "my-oe.my-domain.com"
--> for further details, please refer to Azure Deployment DetailsExecuting the steps from above will deploy the following Azure resources: