Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 956 Bytes

File metadata and controls

23 lines (15 loc) · 956 Bytes

Unit 9 Workshop

This repository is for learners on Corndel's DevOps apprenticeship.

Pre-requisites

You need to have an Azure account. Contact a tutor if you do not have access to one.

Also, make sure you have installed the following:

  • Azure CLI
    • Verify it is installed by running az --version
  • Terraform
    • There is no installer, extract the zip and put terraform.exe in a folder that is on your PATH
    • Verify it is installed by running terraform -version
  • Install an extension for Terraform in VSCode
    • There are a few options, any will do, we just want syntax highlighting

Scenario

Before starting the exercise you'll need to setup the scenario on A Cloud Guru following the instructions here

Once this is setup you can start on the main instructions here.