Skip to content

Commit

Permalink
docs: Add Azure Instructions (Terraform) to Cloud Deployments Guide (d…
Browse files Browse the repository at this point in the history
…anny-avila#738)

* added Azure to cloud Deployments

* Update devcontainer.json

added git feature to devcontainer

* updated azure deployment docs
  • Loading branch information
thunderbug1 authored Aug 4, 2023
1 parent 60d0e97 commit 6ee0dbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
}
},
"postCreateCommand": ""
"postCreateCommand": "",
// "workspaceMount": "src=${localWorkspaceFolder},dst=/code,type=bind,consistency=cached"

// "runArgs": [
Expand All @@ -54,4 +54,5 @@
// "settings": {
// "terminal.integrated.shell.linux": "/bin/bash"
// },
}
"features": {"ghcr.io/devcontainers/features/git:1": {}}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions docs/deployment/azure.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 6ee0dbf

Please sign in to comment.