Skip to content

Commit 66649a5

Browse files
committed
app service updates
1 parent f5d964e commit 66649a5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/debugger/remote-debugging-azure.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,25 @@ Debugging between two computers connected through a proxy is not supported. Debu
6767

6868
From Visual Studio, you can quickly publish and debug your app to a fully provisioned instance of IIS. However, the configuration of IIS is preset and you cannot customize it. For more detailed instructions, see [Deploy an ASP.NET Core web app to Azure using Visual Studio](/aspnet/core/tutorials/publish-to-azure-webapp-using-vs). (If you need the ability to customize IIS, try debugging on an [Azure VM](#remote_debug_azure_vm).)
6969

70-
#### To deploy the app and remote debug using Server Explorer
70+
#### To deploy the app and remote debug using Cloud Explorer
7171

7272
1. In Visual Studio, right-click the project node and choose **Publish**.
7373

7474
If you have previously configured any publishing profiles, the **Publish** pane appears. Click **New profile**.
7575

76-
1. Choose **Azure App Service** from the **Publish** dialog box, select **Create New**, and follow the prompts to publish.
76+
1. Choose **Azure App Service** from the **Publish** dialog box, select **Create New**, and follow the prompts to create a profile.
7777

7878
For detailed instructions, see [Deploy an ASP.NET Core web app to Azure using Visual Studio](/aspnet/core/tutorials/publish-to-azure-webapp-using-vs).
7979

8080
![Publish to Azure App Service](../debugger/media/remotedbg_azure_app_service_profile.png)
8181

82-
1. Open **Server Explorer** (**View** > **Server Explorer**), right-click on the App Service instance and choose **Attach Debugger**.
82+
1. In the Publish window, choose **Edit Configuration** and switch to a Debug configuration, and then choose **Publish**.
8383

84-
If you see a message instructing your to install Cloud Explorer, install it. Then, right-click on the App Service instance in Cloud Explorer and choose **Attach Debugger**.
84+
A Debug configuration is required to debug the app.
85+
86+
1. Open **Cloud Explorer** (**View** > **Cloud Explorer**), right-click on the App Service instance and choose **Attach Debugger**.
87+
88+
If Cloud Explorer is not available, open Server Explorer instead. Then, right-click on the App Service instance in Server Explorer and choose **Attach Debugger**.
8589

8690
1. In the running ASP.NET application, click the link to the **About** page.
8791

0 commit comments

Comments
 (0)