Introduction

Debugging is one of the key features used by every developer in any kind of development platform or language. However, to fix some critical issues, sometimes debugging has to be done for the application which is already deployed in the server.

We know that the process can be attached to an application to debug, but how do we do this for the application hosted in Azure? You will get an answer here, with simple steps.
Step 1
Log in to Azure Portal and go to the AppService that you wish to debug. Download the app publish profile from the overview pane using “Get publish profile” option, like shown below:

#azure app #visual studio

How to Debug Azure App Services Using Remote Debugging in Visual Studio
5.75 GEEK