/azure-vm-ubuntu

Sets up an Azure Ubuntu based VM

Primary LanguageHCLMIT LicenseMIT

azure-vm-ubuntu

A vm for doing general dev work. Works well with VS Code's Remote Development mode.

Derived from Azure Virtual Machine documentation: Use automation Tools > Complete a complete VM.

Usage

Caveat: this will cost you money to run.

  • clone this repo
  • cp azure.tfvars.example azure.tfvars # fill in values
  • az login
  • make plan
  • make apply # to deploy
  • make ssh # to connect via ssh
  • make destroy # to tear down

License

See LICENSE.

Copyright

Mark Sta Ana © 2019