mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
docs: Add Azure Instructions (Terraform) to Cloud Deployments Guide (#738)
* added Azure to cloud Deployments * Update devcontainer.json added git feature to devcontainer * updated azure deployment docs
This commit is contained in:
parent
60d0e97425
commit
6ee0dbfdbd
3 changed files with 9 additions and 2 deletions
5
docs/deployment/azure.md
Normal file
5
docs/deployment/azure.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue