Skip to content

Commit ec69b99

Browse files
committed
additional fixes
1 parent 8c9cca5 commit ec69b99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ Targeting the full framework from .NET Core, self-contained deployment, and ASP.
9494

9595
# [Node.js](#tab/nodejs)
9696

97-
Test
97+
From within your App Service web app under **Settings** > **select Application Insights** > **Enable**. Node.js agent based monitoring is currently in preview.
9898

9999
# [Java](#tab/java)
100100

101101
Java App Service based web applications do not currently support automatic agent/extension based monitoring. To enable monitoring for your Java application, you need to [manually instrument your application](https://docs.microsoft.com/azure/azure-monitor/app/java-get-started).
102102

103103
# [Python](#tab/python)
104104

105-
Test
105+
Python App Service based web applications do not currently support automatic agent/extension based monitoring. To enable monitoring for your Python application, you need to [manually instrument your application](https://docs.microsoft.com/azure/azure-monitor/app/opencensus-python).
106106

107107
---
108108

@@ -148,11 +148,11 @@ Test
148148

149149
# [Java](#tab/java)
150150

151-
Java App Service based web applications do not currently support automatic agent/extension based monitoring. To enable monitoring for your Java application, you need to [manually instrument your application](https://docs.microsoft.com/azure/azure-monitor/app/java-get-started).
151+
To enable client-side monitoring for your Java application, you need to [manually add the client-side JavaScript SDK to your application](https://docs.microsoft.com/azure/azure-monitor/app/javascript).
152152

153153
# [Python](#tab/python)
154154

155-
Test
155+
To enable client-side monitoring for your Python application, you need to [manually add the client-side JavaScript SDK to your application](https://docs.microsoft.com/azure/azure-monitor/app/javascript).
156156

157157
---
158158

0 commit comments

Comments
 (0)