Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.68 KB

adl-prerequisited.md

File metadata and controls

37 lines (25 loc) · 1.68 KB

Deploy a Lab • Prerequisites

Prerequisites

Before we start with the deployment of a lab, please make sure that you have the following available:

Supported Azure regions

Deployments have been tested in westus2 and northeurope. To see Azure resource availability by region click here.

Deployment

Now, you have two options to deploy different templates:

  1. GitHub Actions
  2. Deploy using Terraform

To use the Terraform option, please make sure you have the Azure CLI and Terraform installed. Then, follow these steps:

  1. Clone the repository
  2. Go to <lab>/infra/terraform folder
  3. Copy terraform.tfvars.example to terraform.tfvars
  4. Update terraform.tfvars with your desired values
  5. Run Terraform
    $ terraform init
    $ terraform plan
    $ terraform apply

Alternatively, click on Next to follow the steps required to successfully deploy a template through GitHub Actions.

Next >