🚀Day 6: Static Website Hosting on Azure Blob Storage
Step1: Install and configure azure cli
Step2: Open git bash
Step3: Create a folder structure
mkdir static-web-demo
touch index.html 404.html provider.tf main.tf variables.tf terraform.tfvars outputs.tf
vi index.html
<!DOCTYPE html>
<html lang="en">...
tirucloud.hashnode.dev2 min read