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 »

  1. Access shell.azure.com and login as Azure tenant administrator (alternatively it is also possible to use Azure CLI)

  2. Clone this repository by executing:
    git clone https://github.com/panagenda/oe-on-az.git; cd oe-on-az


  3. Export your azure tenant id by executing:
    export tenantId="{Azure Tenant ID}"

  4. Define your azure subscription id where the Azure resources should be assigned to by executing:
    export subscriptionId="{Azure Subscription ID}"

  5. Define the template URL we provided you with:
    export template="https://oestoresxxxx/xxxx.vhd"

  6. 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

  7. Execute:
    ./prep.sh
    to prepare everything for Terraform

  8. 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

  9. Execute the following to deploy OfficeExpert:
    ./up.sh

  10. The up.sh will print the IP address of the deployed Appliance. Please create a DNS entry for this IP address.

  11. The final steps depend on your configuration:

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"

  • The config.sh script will configure the appliance and also create the Azure Bot application for you
  • The 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):

  • Execute ./create-bot.sh "pana-oe-rg" "westeurope" "my-oe.my-domain.com" --> for further details, please refer to Azure Deployment Details
  • The Azure resources are now successfully deployed.

If all these values are empty, option 1 is triggered:


Executing the steps from above will deploy the following Azure resources: