Skip to content

Commit f6f16aa

Browse files
authored
Merge pull request #89289 from kraigb/kraigb-vscode-images
Update images for VS Code/Node.js app service quickstart
2 parents 9f59c27 + a925de4 commit f6f16aa

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed
-1.9 KB
Loading
-2.24 KB
Loading
-6.01 KB
Loading
-5.32 KB
Loading
-6.18 KB
Loading
-5.48 KB
Loading
-40.4 KB
Loading

articles/app-service/containers/quickstart-nodejs.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -163,22 +163,14 @@ When prompted, choose to enable logging and restart the application. Once the ap
163163

164164
![Enable Logging and Restart](./media/quickstart-nodejs/enable-restart.png)
165165

166-
After a few seconds, you'll see a message indicating that you're connected to the log-streaming service.
167-
168-
```bash
169-
Connecting to log-streaming service...
170-
2017-12-21 17:33:51.428 INFO - Container practical-mustache_2 for site practical-mustache initialized successfully.
171-
2017-12-21 17:33:56.500 INFO - Container logs
172-
```
173-
174-
Refresh the page a few times in the browser to see log output.
175-
176-
```bash
177-
2017-12-21 17:35:17.774 INFO - Container logs
178-
2017-12-21T17:35:14.955412230Z GET / 304 141.798 ms - -
179-
2017-12-21T17:35:15.248930479Z GET /stylesheets/style.css 304 3.180 ms - -
180-
2017-12-21T17:35:15.378623115Z GET /favicon.ico 404 53.839 ms - 995
181-
```
166+
After a few seconds, you'll see a message indicating that you're connected to the log-streaming service. Refresh the page a few times to see more activity.
167+
168+
```bash
169+
2019-09-20 20:37:39.574 INFO - Initiating warmup request to container msdocs-vscode-node_2_00ac292a for site msdocs-vscode-node
170+
2019-09-20 20:37:55.011 INFO - Waiting for response to warmup request for container msdocs-vscode-node_2_00ac292a. Elapsed time = 15.4373071 sec
171+
2019-09-20 20:38:08.233 INFO - Container msdocs-vscode-node_2_00ac292a for site msdocs-vscode-node initialized successfully and is ready to serve requests.
172+
2019-09-20T20:38:21 Startup Request, url: /Default.cshtml, method: GET, type: request, pid: 61,1,7, SCM_SKIP_SSL_VALIDATION: 0, SCM_BIN_PATH: /opt/Kudu/bin, ScmType: None
173+
```
182174

183175
> [!div class="nextstepaction"]
184176
> [I ran into an issue](https://www.research.net/r/PWZWZ52?tutorial=node-deployment-azure-app-service&step=tailing-logs)

0 commit comments

Comments
 (0)