mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
5 lines
425 B
Markdown
5 lines
425 B
Markdown
|
|
# Azure deployment
|
||
|
|
|
||
|
|
There are different ways of how a deployment can be done in Azure.
|
||
|
|
One way is to use Terraform to setup all the necessary ressources automatically, here is an [example setup](https://github.com/thunderbug1/LibreChatAzureDeployment) with the setup instructions.
|
||
|
|
After following the setup instructions, you will be able to reach your instance with the url that is shown after the "terraform apply" command.
|