Error rendering macro 'rw-search'

null

Downloads

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

prep.sh

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

  • Resource Group (pana-oe-tf-rg)
  • Storage Account which is used to store the Terraform statefile in a Blob Storage Container
  • Vault to store all IDs and secrets for later use
  • A Service Principal Terraform runs with

up.sh

This will run the Terraform project to deploy everything related to OfficeExpert. 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.

  • Storage Account to store Virtual Machine template in a Blob Storage Account
  • Virtual Machine
  • Disk
  • Virtual Network Interface
  • Network Interface (public IP only)
  • Network Security Group (public IP only)

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.

  • Sets Hostname and timezone (Timezones)
  • Creates Bot certificates based on the my-oe-secret input
  • Sets a new root password
  • Configures and starts Office Experts

example: ./config.sh "{FQDN of OE}" "{TimeZone}" "{Bot certificate secret}" "{new root password}"

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

create-bot.sh

This Script creates and configures an Azure Bot application.

Execute ./create-bot.sh "my-oe-resource-group" "my-azure-location" "my-oe.my-domain.com"

In case you did not change the resource group in the vars.tf file and your company is located in Europe:

e.g: ./create-bot.sh "pana-oe-rg" "westeurope" "my-oe.my-domain.com"