Refer to Magic Castle Documentation for a complete step-by-step guide.
TL;DR:
- Install Azure CLI if not already installed :
pip install azure-cli
. - Login to Azure and follow the instructions :
az login
. - Download the latest release of Magic Castle for Azure.
- Unpack the release.
- Adapt the parameters in
main.tf
file. - In a terminal, change your current directory to the directory containing
main.tf
. - Initiate the Terraform state :
terraform init
. - Verify the Terraform plan :
terraform plan
. - Apply the Terraform plan :
terraform apply
.
To tear down the cluster, call: terraform destroy
.