Azure deployment with Terraform

First we need to connect to the Portal, you can  programmatically connect (SPN) or by using portal,  We need a  Resource Group and a Storage Account.Create 2 containers inside the storage account called tf-state and copy the storage account key that we will use to store the remote terraform state

In the VSCode, create 4 files, backend.tfvars, main.tf, parameters.tfvars, variables.tfvars