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:
Alex 2023-08-04 20:23:41 +02:00 committed by GitHub
parent 60d0e97425
commit 6ee0dbfdbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View file

@ -39,7 +39,7 @@
}
}
},
"postCreateCommand": ""
"postCreateCommand": "",
// "workspaceMount": "src=${localWorkspaceFolder},dst=/code,type=bind,consistency=cached"
// "runArgs": [
@ -54,4 +54,5 @@
// "settings": {
// "terminal.integrated.shell.linux": "/bin/bash"
// },
"features": {"ghcr.io/devcontainers/features/git:1": {}}
}

View file

@ -109,6 +109,7 @@ Keep up with the latest updates by visiting the releases page - [Releases](https
* [Cloudflare](docs/deployment/cloudflare.md)
* [Ngrok](docs/deployment/ngrok.md)
* [Render](docs/deployment/render.md)
* [Azure](docs/deployment/azure.md)
</details>
<details>

5
docs/deployment/azure.md Normal file
View 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.