Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daddychukz/webapp-deployment-to-azure
A simple web application deployment to Azure cloud using ARM Template with Terraform
https://github.com/daddychukz/webapp-deployment-to-azure
Last synced: 30 days ago
JSON representation
A simple web application deployment to Azure cloud using ARM Template with Terraform
- Host: GitHub
- URL: https://github.com/daddychukz/webapp-deployment-to-azure
- Owner: daddychukz
- Created: 2020-04-19T16:55:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T10:30:28.000Z (over 4 years ago)
- Last Synced: 2024-08-03T22:19:42.435Z (4 months ago)
- Language: HCL
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - daddychukz/webapp-deployment-to-azure - A simple web application deployment to Azure cloud using ARM Template with Terraform (HCL)
README
## Deploy Web App to Azure using ARM Template With Terraform
This is a sample project to demonstrate Terraform ability to run ARM Template directly and deploy resources to Azure cloud environment. Ensure to have the following requirements before proceeding to carry out deployment:
- An active Azure account
- A Service Principal with Contributor role for Terraform (Follow this [Link](https://www.terraform.io/docs/providers/azurerm/guides/service_principal_client_secret.html) for details in creating one)
- Terraform v0.12
- Code Editor eg Visual Studio CodeWhen done with the above requirements, clone this repo, run `terraform init` within same directory to install and setup the Azure provider. After initialising successfully, run a terraform plan and apply.