Skip to content

Commit 5363891

Browse files
committed
Merge pull request #3144 from tdykstra/patch-3
change text to reflect ui change
2 parents 19372dc + 47e3e3c commit 5363891

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service-dotnet-remotely-debug-api-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This tutorial is the last in a series of three:
2626

2727
1. In [Create an API App](../app-service-dotnet-create-api-app/) you created an API app project.
2828
* In [Deploy an API App](../app-service-dotnet-deploy-api-app/) you deployed the API appto your Azure subscription.
29-
* In this tutorial, you will use Visual Studio to remotely debug the code while it runs in Azure.
29+
* In this tutorial, you use Visual Studio to remotely debug the code while it runs in Azure.
3030

3131
## Generate an API app client
3232

@@ -52,7 +52,7 @@ The wizard will download the API metadata file and generate a typed interface fo
5252

5353
![Generation Happening](./media/app-service-dotnet-remotely-debug-api-app/05-metadata-downloading-v3.png)
5454

55-
Once code generation is complete, you'll see a new folder in Solution Explorer, with the name of the API app. This folder contains the code that implements that client and data models.
55+
Once code generation is complete, you'll see a new folder in Solution Explorer, with the name of the API app. This folder contains the code that implements the client and data models.
5656

5757
![Generation Complete](./media/app-service-dotnet-remotely-debug-api-app/06-code-gen-output-v3.png)
5858

@@ -82,7 +82,7 @@ Open the **Program.cs** file from the project root and replace the **Main** meth
8282
Console.ReadLine();
8383
}
8484

85-
From the **View** menu, select **Server Explorer**. In the Server Explorer window, expand the **App Service** node. Find the resource group that you created when you deployed your API app. Right-click the **API App** node and select **Attach Debugger**.
85+
From the **View** menu, select **Server Explorer**. In the Server Explorer window, expand the *Azure > App Service** node. Find the resource group that you created when you deployed your API app. Right-click the node for your API app and select **Attach Debugger**.
8686

8787
![Attaching debugger](./media/app-service-dotnet-remotely-debug-api-app/08-attach-debugger-v3.png)
8888

0 commit comments

Comments
 (0)