Skip to content

Commit 0153d50

Browse files
committed
Improving Acrolinx score
1 parent d754f14 commit 0153d50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/azure-web-apps-nodejs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ms.reviewer: abinetabate
1010

1111
# Application Monitoring for Azure App Service and Node.js
1212

13-
Monitoring of your Node.js web applications running on [Azure App Services](../../app-service/index.yml) does not require any modifications to the code. This article will walk you through enabling Azure Monitor Application Insights monitoring as well as provide preliminary guidance for automating the process for large-scale deployments.
13+
Monitoring of your Node.js web applications running on [Azure App Services](../../app-service/index.yml) doesn't require any modifications to the code. This article walks you through enabling Azure Monitor Application Insights monitoring and provides preliminary guidance for automating the process for large-scale deployments.
1414

1515
## Enable Application Insights
1616

1717
The easiest way to enable application monitoring for Node.js applications running on Azure App Services is through Azure portal.
1818
Turning on application monitoring in Azure portal will automatically instrument your application with Application Insights, and doesn't require any code changes.
1919

2020
> [!NOTE]
21-
> If both auto-instrumentation monitoring and manual SDK-based instrumentation are detected, only the manual instrumentation settings will be honored. This is to prevent duplicate data from being sent. To learn more about this, check out the [troubleshooting section](#troubleshooting) below.
21+
> If both auto-instrumentation monitoring and manual SDK-based instrumentation are detected, only the manual instrumentation settings will be honored. This is to prevent duplicate data from being sent. To learn more about this, check out the [troubleshooting section](#troubleshooting) in this article.
2222
2323
### Auto-instrumentation through Azure portal
2424

@@ -39,7 +39,7 @@ The integration is in public preview. The integration adds Node.js SDK, which is
3939
4040
:::image type="content"source="./media/azure-web-apps/change-resource.png" alt-text="Screenshot of Change your resource dropdown.":::
4141

42-
3. Once you have specified which resource to use, you are all set to go.
42+
3. Once you've specified which resource to use, you're all set to go.
4343

4444
:::image type="content"source="./media/azure-web-apps-nodejs/app-service-node.png" alt-text="Screenshot of instrument your application.":::
4545

@@ -79,7 +79,7 @@ Below is our step-by-step troubleshooting guide for extension/agent based monito
7979

8080
- Confirm that the `Application Insights Extension Status` is `Pre-Installed Site Extension, version 2.8.x.xxxx, is running.`
8181

82-
If it is not running, follow the [enable Application Insights monitoring instructions](#enable-application-insights).
82+
If it isn't running, follow the [enable Application Insights monitoring instructions](#enable-application-insights).
8383

8484
- Navigate to *D:\local\Temp\status.json* and open *status.json*.
8585

0 commit comments

Comments
 (0)