DNX on Ubuntu
This template will install the cross platform .NET execution context (DNX) on an Ubuntu Server installation, which allows you to write .NET apps on Linux!
After deploying the VM - SSH into the machine and do the following to see the DNX app in action:
cd sampleConsoleApp
dnx run
Open up nano to edit the samplecode nano ~/sampleConsoleApp/main.cs
code - which has syntax highlighting for C# enabled.
dnu build --framework dnxcore50
dnx run
Tags: Microsoft.Compute/virtualMachines, Microsoft.Compute/virtualMachines/extensions, CustomScript, Microsoft.Network/networkInterfaces, Microsoft.Network/networkSecurityGroups, Microsoft.Network/publicIPAddresses, Microsoft.Network/virtualNetworks, Microsoft.Storage/storageAccounts