Skip to content

Commit

Permalink
docs: Add a new Azure deployment method (runatlantis#2741)
Browse files Browse the repository at this point in the history
* docs: Add a new Azure deployment method

* docs: Revert the old ACI link while keeping the new one

* docs: Improve wording for Azure deployment
  • Loading branch information
jakubigla authored and krrrr38 committed Dec 16, 2022
1 parent c7bf303 commit 39dd91d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runatlantis.io/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@ If you need to modify the Docker image that we provide, for instance to add the
### Microsoft Azure
The standard [Kubernetes Helm Chart](#kubernetes-helm-chart) should work fine on [Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes).
Another option is [Azure Container Instances](https://docs.microsoft.com/en-us/azure/container-instances/). See this community member's [repo](https://github.com/jplane/atlantis-on-aci) for install scripts and more information on running Atlantis on ACI.
Another option is [Azure Container Instances](https://docs.microsoft.com/en-us/azure/container-instances/). See this community member's [repo](https://github.com/jplane/atlantis-on-aci) or the new and more up-to-date [Terraform module](https://github.com/getindata/terraform-azurerm-atlantis) for install scripts and more information on running Atlantis on ACI.

### Roll Your Own
If you want to roll your own Atlantis installation, you can get the `atlantis`
Expand Down

0 comments on commit 39dd91d

Please sign in to comment.