This repo serves as an IaC for setting up Langtrace on Azure.
- Azure Account
- Clickhouse server (Cloud or Self-Hosted)
- Setup azd by following the instructions here
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.
azd down
If you are asked to input variables, enter any random values to proceed with the delete process.