Setup Dev Box with ARM template
Create a dev box by using the developer portal To connect to a Dev Box, you need to go to Microsoft Developer Portal.
cd java-hello-world
# Compile program
javac HelloDevBox.java
# Excute the program
java HelloDevBox