This modules is responsible for deploying the common stuff required for the reference archicture for Terraform on Azure.The module is developed in its own repository here.
Fill environment variables and run script:
$LOCATION="westeurope"
$TENANT_ID="YOUR AZURE TENANT ID"
# init terraform and backend storage
./init.sh
terraform apply -auto-approve \
-var location=$LOCATION \
-var tenant_id=$TENANT_ID