Install Wayfinder on Azure using Terraform
Prerequisites
- Get a Licence Key
- Download some tools
- Configure your Cloud Provider's console
- Configure DNS records
- Configure the Virtual Network
- Configure an Identity Provider
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
- Within your Azure Subscription, create a Public DNS Zone which can be used for the Wayfinder Portal and API DNS Records.
- Clone down the terraform-azurerm-wayfinder repository and navigate to
examples/quickstart
, or copy the contents of this directory to your local machine. - Copy the
terraform.tfvars.example
file toterraform.tfvars
and populate the variables with your own values.
Step 2: Deploy
- Authenticate using the Azure CLI.
- Run
terraform init
to initialise the Terraform modules. - Run
terraform plan -out=wayfinder.tfplan
to view the resources that will be created. - Run
terraform apply wayfinder.tfplan