You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Use Terraform to reliably version and create infrastructure on Azure. Learn how to create resources, use Azure Terraform modules, and maintain your infrastructure with code using our Quickstarts and tutorials.
17
-
sections:
18
-
- title: Quickstarts
19
-
items:
20
-
- type: paragraph
21
-
text: Configure Terraform and use it to create a Linux VM in Azure.
text: Learn how to create Azure compute and networking infrastructure from code with Terraform.
37
-
- type: list
38
-
style: unordered
39
-
items:
40
-
- html: <a href="/azure/terraform/terraform-create-k8s-cluster-with-tf-and-aks">Create a Kubernetes cluster with AKS</a>.
41
-
- html: <a href="/azure/terraform/terraform-create-k8s-cluster-with-aks-applicationgateway-ingress">Create a Kubernetes cluster with Application Gateway as ingress controller with AKS</a>.
42
-
- html: <a href="/azure/terraform/terraform-vm-msi">Create a Terraform VM with MSI authentication enabled using an Azure Marketplace image</a>.
43
-
- html: <a href="/azure/terraform/terraform-create-vm-cluster-module">Create a load balanced VM cluster using Azure Terraform modules</a>.
44
-
- html: <a href="/azure/terraform/terraform-create-vm-cluster-with-infrastructure">Create a load balanced VM cluster in the Azure Cloud Shell</a>.
45
-
- html: <a href="/azure/terraform/terraform-create-vm-scaleset-network-disks-hcl">Configure a VM scale set with networking and storage</a>
46
-
- html: <a href="/azure/terraform/terraform-create-vm-scaleset-network-disks-using-packer-hcl">Provision VM scale set from a Packer custom image</a>
47
-
- title: Samples
48
-
items:
49
-
- type: paragraph
50
-
text: Sample configuration templates for common deployment tasks.
# Install and configure Terraform to provision VMs and other infrastructure into Azure
21
+
# Install and configure Terraform to provision Azure resources
22
22
23
23
Terraform provides an easy way to define, preview, and deploy cloud infrastructure by using a [simple templating language](https://www.terraform.io/docs/configuration/syntax.html). This article describes the necessary steps to use Terraform to provision resources in Azure.
0 commit comments