
This post will show you how to deploy a Static Website on a Storage Account protected with Private Endpoint using Terraform:
Define the terraform providers to use Create a providers.tf file with the following contents:
1terraform {2required_version = "> 0.12"3required_providers {4azurerm = {5source = …