You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -82,7 +82,7 @@ Open the **Program.cs** file from the project root and replace the **Main** meth
82
82
Console.ReadLine();
83
83
}
84
84
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**.
0 commit comments