Host Langtrace on Azure AppService
Github Repo: langtrace-azure-setup
Resource Type | Name | Comments |
---|---|---|
Resource Group | [project-name]-rg | A resource group where all the resources will be deployed. |
Postgres Server | [project-name]-pg | Azure Postgres flexible server with backup on. |
Postgres Firewall | [project-name]-pg-fw | Firewall that is open to world. |
App Service Plan | [project-name]-sp | App service plan to run Langtrace app. |
App Service | [project-name]-app | App service to run Langtrace app. |
The following steps are for development purpose only and serves as a reference for production usecases. If you wish to setup production, make sure to scale the resources accordingly.
main.tfvars.json
.
You can also modify variables.tf
based on your setup requirements.
main.tfvars.json
file.admin_email
, admin_password
).main.tfvars.json
under the key admin_email
and admin_password
.
You can now start using Langtrace in your application! 🎉
While running this command, you will be asked for variables, you can enter anything or keep it blank.Within five minutes, all the resources will be deleted from your Azure account.
Login page does not load