I have deployed one mvc web application in azure web role, i am facing some issue in this web app.
To resolve this issue i want to debug this application which is hosted on cloud. is it possible ? If yes how to do that ?
If i am using azure diagnostics , how to read logs generated by Diagnostics ?

sam kPosted Jun 18, 2020, 5:23 AM
Open the shortcut menu for the Azure project, and then select Publish.
In Server Explorer, expand the node for your cloud service.
Bhushan GawalePosted Jan 8, 2015, 8:30 AM
Yes it is possible to debug the cloud services remotely with the help of debugging tools. what is the azure SDK version you are using?
You can read more about it here -
http://msdn.microsoft.com/en-us/library/azure/ff683670.aspx
About reading logs generated by diagnostics, you can either use visual studio server explorer, select azure node, select your cloud service and open the WADLogs table else there are some other nice tools available which can help you. e.g. http://www.cerebrata.com/products/azure-management-studio/introduction