Skip to main content

Install Wayfinder on Azure using Terraform

Quick-Starter Guide Series

Prerequisites


Key Steps

  • Use our Terraform module to quickly configure and deploy Wayfinder on Azure.
  • Configure Wayfinder after installation.

Quick Guide

Use Wayfinder's Terraform module (terraform-azurerm-wayfinder) to provision and manage a licensed edition of Appvia Wayfinder on Azure.

Follow the steps below to get up and running quickly, using the predefined quickstart example.


Step 1: Configure

  1. Within your Azure Subscription, create a Public DNS Zone which can be used for the Wayfinder Portal and API DNS Records.
  2. Clone down the terraform-azurerm-wayfinder repository and navigate to examples/quickstart, or copy the contents of this directory to your local machine.
  3. Copy the terraform.tfvars.example file to terraform.tfvars and populate the variables with your own values.

Step 2: Deploy

  1. Authenticate using the Azure CLI.
  2. Run terraform init to initialise the Terraform modules.
  3. Run terraform plan -out=wayfinder.tfplan to view the resources that will be created.
  4. Run terraform apply wayfinder.tfplan
Wayfinder Azure Installation via Terraform


What comes next?


Further Reading