Azure CLI - Handy Commands
Login into Azure CLI (bit of a hand shake process with it)
azure login
Set the azure mode to work with
azure config mode arm/asm
Set the specific azure subscription to work with
azure account set {name of account}
Tail the logs for the site that you want to monitor
azure site log tail {name of site}