Have you ever spent hours building a machine to use as an Azure Administrator or DevOps workstation? There's a lot of tools to install. Oh, and what about installing Windows Subsystem for Linux? Then this one click deployment is for you. Use this VM to start down the path of az-kung-fu grasshopper!
Click the "Deploy to Azure" button to deep link into the Azure Portal to deploy this Az Kung Fu VM to become an Azure Administrator Master!
This repo is part of the larger Az Kung Fu project from Dan Patrick and Chris Pietschmann.
This virtual machine template is meant to easily create a sort of "power tools" style VM for Azure Administrators, as well as Developers and other roles, to use for more easily having a great Azure CLI scripting environment. The template automatically installs lots of really great tools for this purpose.
- Windows 10 Desktop
- Windows Subsystem for Linux (Ubuntu 18.04)
- Chocolately
- Azure Storage Explorer
- Azure Powershell
- Azure CLI (Windows)
- Azure CLI (bash - manual install)
- Windows Terminal
- Git for Windows (bash)
- Microsoft Edge
- Putty
- Visual Studio Code
- Kubernetes CLI
- Kubernetes Helm
- Terraform CLI
- make
- Lens
- 7-Zip
- User:
Supplied on deploy
- Password:
Supplied on deploy
Once the Azure CLI Kung Fu VM is deployed, you can easily setup the Ubuntu for Windows using WSL by clicking the shortcut icon right on the Desktop:
- Double-click Install Ubuntu on Desktop, click Install.
- Follow prompts to install providing UNIX username and password.
- Run the following command to install the Azure CLI into WSL
sudo apt-get update -y && curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash