Skip to content

CloudOps Onboarding ΒΆ

All onboarding steps, tricks and tips for a successful cloud journey.

Step 1 Install VSCode

Step 2 Install WSL from Ubuntu 18.04

Step 3 Install ZSH in WSL (it's a shell wrapper) zsh --version to check if successfully installed

Step 5 Install terraform 13.5 in WSL terraform -v to check if successfully installed

Step 5 Install Git in WSL (Usually comes by default) git --version to check if successfully installed

Step 6 Install Azure CLI by running curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash az -v to check if successfully installed

Step 6 Install jq by running sudo apt-get install jq jq --version to check if successfully installed