Create Storage Account For Terraform State
az group create -g rg-devopsforum-tf -l westeurope
az storage account create -n sadevopsforumtf -g rg-devopsforum-tf -l westeurope --sku Standard_LRS
az storage container create -n terraform-state --account-name sadevopsforumtf