mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01:00
* added Azure to cloud Deployments * Update devcontainer.json added git feature to devcontainer * updated azure deployment docs
5 lines
No EOL
425 B
Markdown
5 lines
No EOL
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. |