Skip to content

Commit a568cc8

Browse files
authored
Merge pull request #73399 from leemcmullen/patch-1
Fix incorrect menu item title for starting streaming logs.
2 parents 86c8b2a + e71c493 commit a568cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/quickstart-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ You can deploy changes to this app by using the same process and choosing the ex
308308

309309
In this section, you learn how to view (or "tail") the logs from the running App Service app. Any calls to `console.log` in the app are displayed in the output window in Visual Studio Code.
310310

311-
Find the app in the **AZURE APP SERVICE** explorer, right-click the app, and choose **View Streaming Logs**.
311+
Find the app in the **AZURE APP SERVICE** explorer, right-click the app, and choose **Start Streaming Logs**.
312312

313313
The VS Code output window opens with a connection to the log stream.
314314

315-
![View Streaming Logs](./media/quickstart-nodejs/view-logs.png)
315+
![Start Streaming Logs](./media/quickstart-nodejs/view-logs.png)
316316

317317
:::image type="content" source="./media/quickstart-nodejs/enable-restart.png" alt-text="Screenshot of the VS Code prompt to enable file logging and restart the web app, with the yes button selected.":::
318318

0 commit comments

Comments
 (0)