Skip to content

Commit 726c989

Browse files
Merge pull request #12846 from Mikejo5000/mikejo-br24
Add link to VS Azure sign-in article for remote debugging Azure app s…
2 parents a9f1d7d + e8bf4a6 commit 726c989

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/debugger/remote-debugging-azure-app-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Make sure you have completed the following steps in Visual Studio before debuggi
6666

6767
1. Select **Find..** next to the **Connection Target** field to open a dialog that allows you to browse your Azure subscriptions and app services.
6868

69+
If you are not already signed in with your Azure subscription, select **Find...** and then you can [sign in](../azure/how-to-sign-in-with-azure-subscription.md).
70+
6971
1. Locate and select the App Service instance you created in the previous step, and then choose **OK**.
7072

7173
1. The `w3wp.exe` process should appear in the list of available processes to connect to, which is the main process of the Azure App Service that hosts the deployed application. Select that process and then choose **Attach** in the bottom right to connect the Visual Studio debugger.

0 commit comments

Comments
 (0)