Author: Vishal Joshi's Tangent | Posted on: 6/20/2012 3:24:00 PM | Views : 823

When you git push to Azure there is a lot of diagnostic log and trace information is created.  This information is extremely useful for troubleshooting.  So if I was ever to face git push Azure master fail then looking into these is the first place I typically start. What is also interesting is that since these log files belong to your site "only you (or your co-admin)" can access it. Below is quick way to get to these files from Azure portal : On your site dasboard on the right site you should notice "Quick Glance" section scrolling to the bottom of that you will see Deployment Deployment User and Diagnostics Logs. Click on the FTP link on the log and when you are asked for credentials enter fully qualified UserName i.e. SiteName...(read more) ...

Go to the complete details ...