8 lines
372 B
Markdown
8 lines
372 B
Markdown
1. Install Azure CLI https://learn.microsoft.com/en-us/cli/azure/install-azure-cli
|
|
2. Install Terraform https://developer.hashicorp.com/terraform
|
|
3. Make sure Azure CLI and Terraform can be accessed via PATH
|
|
4. Execute "az login" and login to your Azure account.
|
|
5. Adjust the files to your liking.
|
|
6. Try out the different commands: terraform init, plan, apply, destroy
|
|
|