Infrastructure as Code — Azure Bicep

Deploying a Static Site on Azure with Bicep

A first project using declarative infrastructure to provision and host a static website on Azure.

Overview

The goal of this project was to get hands-on experience with Infrastructure as Code by writing an Azure Bicep template to provision a real cloud resource. I used Bicep to define an Azure Storage Account with Static Website hosting enabled, then deployed it using the Azure CLI — turning this page into the end result.

What I Learned

Source

View on GitHub