Partager via


Using MS Open Tech to Quickly Build Your Virtual Machine

Azure Marketplace is a great place to start your search for a Virtual Machine to start building your app or infrastructure on. However, these VM’s are sometimes vanilla and will need to be configured to your liking. Let’s use Rails as an example. In order to get a Rails app on a Virtual Machine there are a bunch of steps you will need to perform. First, create the operating system VM, Linux. Make sure that is up to date (sudo apt-update). Then you need to install Rails, Nginx, Unicorn, some sort of database like Postgres and dont forget permissions and users.…