Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 942 Bytes

File metadata and controls

31 lines (20 loc) · 942 Bytes

Langtrace Azure Setup

This repo serves as an IaC for setting up Langtrace on Azure.

Requirements

  • Azure Account
  • Clickhouse server (Cloud or Self-Hosted)
  • Setup azd by following the instructions here

Run the setup

azd up

Note

You will be asked to input variables for the setup. Make sure the variable langtrace_project is unique as it will be used to name the resources.

To customize the setup, modify the variables in variables.tf and main.tfvars.json.

Warning

The terraform state is stored in path ./.azure/langtrace-azure/infra/terraform.tfstate. Make sure to store it securely.

Destroy the setup

azd down

If you are asked to input variables, enter any random values to proceed with the delete process.