Skip to content

Scale3-Labs/langtrace-azure-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.