Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 605 Bytes

Terraform-Azure-Hadoop.md

File metadata and controls

21 lines (13 loc) · 605 Bytes

Lets Get Terraform Set Up

  • Download the distribution for the OS of your choice

  • Extract the executable and add to path

  • Run terraform -version

  • Ensure az command and find az account list --query "[].{name:name, subscriptionId:id, tenantId:tenantId}"

foreach ($name in ()) { echo $name }

pip list -o --format=json | ConvertFrom-Json | Where-Object {$_.version -ne $_.latest_version} | ForEach-Object { & pip install $_.name --upgrade } 
$env:ARM_SUBSCRIPTION_ID=($(az account show --query id) -replace '"', '')