Introduction to Terraform on Azure

Go to class
Write Review

Free Online Course: Introduction to Terraform on Azure provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Introduction to Terraform on Azure is taught by Alexandra Illarionov.

Overview
  • Learn about the base concepts, commands, and use-cases for Terraform in an Azure environment.

Syllabus
  • Introduction

    • Getting started
    • WYSK: What you should know
    • Using the exercise files on GitHub
    1. Introduction to Terraform in Azure
    • What is Infrastructure as Code?
    • What is Terraform?
    • Why is Terraform useful?
    • Terraform vs. Bicep
    2. Setting Up Your Environment
    • Installing Terraform
    • Setting up Terraform for your Azure environment
    • Setting up your code repo for Azure DevOps
    3. Getting Started with Terraform
    • Terraform commands
    • Terraform workspaces
    • Terraform state
    4. Creating with Terraform
    • Resources
    • Calling Terraform provider
    • Creating a resource group in Terraform
    5. Terraform in Action
    • Creating a virtual network
    • Creating a subnet
    • Creating an internal network interface
    • Creating a virtual machine
    • Deploying Terraform code
    Conclusion
    • Experiment and continue to learn