An open API service indexing awesome lists of open source software.

https://github.com/build5nines/az-kung-fu-vm

One click Azure Kung Fu VM for Azure Administrators and DevOps Engineers
https://github.com/build5nines/az-kung-fu-vm

az-kung-fu azure-cli microsoft-azure

Last synced: 12 days ago
JSON representation

One click Azure Kung Fu VM for Azure Administrators and DevOps Engineers

Awesome Lists containing this project

README

          

# Az Kung Fu - Adminstrator & DevOps VM!

![Az Kung Fu Administrator's VM](https://i2.wp.com/build5nines.com/wp-content/uploads/2020/02/Azure-CLI-KungFu-VM-Featured_Image.jpg?resize=270%2C181&ssl=1 "Az Kung Fu Administrator's VM")

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](https://github.com/build5nines/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**](http://github.com/build5nines/az-kung-fu) project from [Dan Patrick](https://build5nines.com/author/deltadan) and [Chris Pietschmann](https://build5nines.com/author/crpietschmann/).

## Software included on the VM

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.

1. Windows 10 Desktop
1. Windows Subsystem for Linux (Ubuntu 18.04)
1. Chocolately
1. Azure Storage Explorer
1. Azure Powershell
1. Azure CLI (Windows)
1. Azure CLI (bash - manual install)
1. Windows Terminal
1. Git for Windows (bash)
1. Microsoft Edge
1. Putty
1. Visual Studio Code
1. Kubernetes CLI
1. Kubernetes Helm
1. Terraform CLI
1. make
1. Lens
1. 7-Zip

## Credentials
1. User: `Supplied on deploy`
1. Password: `Supplied on deploy`

![az-kung-fu-vm screnshot with apps shown](media/az-kung-fu-vm-screenshot-all-apps.jpg "az-kung-fu-vm screnshot with apps shown")

## Configure Windows Subsystem for Linux

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:

1. Double-click Install Ubuntu on Desktop, click Install.
1. Follow prompts to install providing UNIX username and password.
1. Run the following command to install the Azure CLI into WSL

```
sudo apt-get update -y && curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
```

![alt text](https://github.com/build5nines/az-kung-fu-vm/blob/master/media/wsl.jpg "Configure Ubuntu for Windows")