Wanted to record a live demo of how to use the Azure portal Cloud Shell to create Virtual Machines with Azure Resource Manager (ARM) templates. JSON format stores the various resources we want and can be difficult to read in raw format. Fortunately Microsoft offers ARMVIZ online utility to graphically display the contents of ARM JSON files, including dependency arrows, familiar colorized resource icons, and feature to double click any item and view matching JSON line.
Cheers