https://github.com/rishabkumar7/terraform-azure-static-site
Hosting static site content in Azure Storage with Terraform as IaC
https://github.com/rishabkumar7/terraform-azure-static-site
Last synced: about 2 months ago
JSON representation
Hosting static site content in Azure Storage with Terraform as IaC
- Host: GitHub
- URL: https://github.com/rishabkumar7/terraform-azure-static-site
- Owner: rishabkumar7
- Created: 2021-08-31T14:40:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T19:03:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T18:47:37.300Z (3 months ago)
- Language: HCL
- Size: 6.84 KB
- Stars: 12
- Watchers: 2
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rishabkumar7/terraform-azure-static-site - Hosting static site content in Azure Storage with Terraform as IaC (HCL)
README
# Terraform Azure Static Site
Hosting static site content in Azure Storage and usign Terraform as IaC tool to deploy it.
We will be Azure Blob Storage to host the files for our static website.
The `backend.sh` has azure cli commands to create the **remote backend** for terraform statefile.
This was part of the [Microsoft Reactor Series](https://developer.microsoft.com/en-us/reactor/series/S-1162/)
- [Deploying Infrastructure to Azure with Terraform - Understanding Terraform](https://www.youtube.com/watch?v=0NZpFT2RBZ4)
- [Deploying a website to Azure using Terraform - Advanced Terraform Concepts](https://www.youtube.com/watch?v=S1bLHN31-Ic)