Skip to content

Commit 0579b76

Browse files
Further changes
1 parent 20943fe commit 0579b76

5 files changed

Lines changed: 25 additions & 19 deletions

File tree

support/azure/app-service/app-service-web-nodejs-best-practices-troubleshoot-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ http.createServer(function (req, res) {
198198

199199
The preceding code profiles the WriteConsoleLog function and then writes the profile output to the ‘profile.cpuprofile’ file under your site wwwroot. Send a request to your application. You see a ‘profile.cpuprofile’ file created under your site wwwroot.
200200

201-
![Screenshot that shows the profile.cpuprofile file.](./media/app-service-web-nodejs-best-practices-and-troubleshoot-guide/scm-profile.cpuprofile.png)
201+
![Screenshot that shows the profile.cpuprofile file.](./media/app-service-web-nodejs-best-practices-and-troubleshoot-guide/scm-profile-cpuprofile.png)
202202

203203
Download this file and open it with Chrome F12 Tools. Press F12 on Chrome, then choose the **Profiles** tab. Choose the **Load** button. Select your profile.cpuprofile file that you downloaded. Click on the profile you just loaded.
204204

support/azure/app-service/media/app-service-web-nodejs-best-practices-and-troubleshoot-guide/scm-profile.cpuprofile.png renamed to support/azure/app-service/media/app-service-web-nodejs-best-practices-and-troubleshoot-guide/scm-profile-cpuprofile.png

File renamed without changes.

support/azure/app-service/troubleshoot-http-502-http-503.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Troubleshoot instance-related issues on Azure App Service
3-
description: How to troubleshoot instance-related issues on Azure App Service
4-
ms.date: 06/21/2021
2+
title:
3+
description:
4+
author: JarrettRenshaw
5+
manager: dcscontentpm
6+
ms.topic:
57
ms.service: azure-app-service
6-
ms.author: shwagarwal
7-
author: ShwetaAgarwal-MS
8-
ms.reviewer:
8+
ms.date: 10/14/2025
9+
ms.author: jarrettr
10+
ms.reviewer: v-ryanberg
911
---
1012
#
1113

support/azure/app-service/troubleshoot-intermittent-outbound-connection-errors.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Troubleshoot instance-related issues on Azure App Service
3-
description: How to troubleshoot instance-related issues on Azure App Service
4-
ms.date: 06/21/2021
2+
title:
3+
description:
4+
author: JarrettRenshaw
5+
manager: dcscontentpm
6+
ms.topic:
57
ms.service: azure-app-service
6-
ms.author: shwagarwal
7-
author: ShwetaAgarwal-MS
8-
ms.reviewer:
8+
ms.date: 10/14/2025
9+
ms.author: jarrettr
10+
ms.reviewer: v-ryanberg
911
---
1012
#
1113

support/azure/app-service/troubleshoot-performance-degradation.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Troubleshoot instance-related issues on Azure App Service
3-
description: How to troubleshoot instance-related issues on Azure App Service
4-
ms.date: 06/21/2021
2+
title:
3+
description:
4+
author: JarrettRenshaw
5+
manager: dcscontentpm
6+
ms.topic:
57
ms.service: azure-app-service
6-
ms.author: shwagarwal
7-
author: ShwetaAgarwal-MS
8-
ms.reviewer:
8+
ms.date: 10/14/2025
9+
ms.author: jarrettr
10+
ms.reviewer: v-ryanberg
911
---
1012
#
1113

0 commit comments

Comments
 (0)