Skip to content

Commit c0ff53a

Browse files
authored
Merge pull request #164393 from MS-jgol/app-service-ga-java
Remove preview info
2 parents 8fa46f4 + 9f04e22 commit c0ff53a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Targeting the full framework from ASP.NET Core, self-contained deployment, and L
9292

9393
# [Node.js](#tab/nodejs)
9494

95-
You can monitor your Node.js apps running in Azure App Service without any code change, just with a couple of simple steps. Application insights for Node.js applications is integrated with App Service on Linux - both code-based and custom containers, and with App Service on Windows for code-based apps. The integration is in public preview. The integration adds Node.js SDK, which is in GA.
95+
You can monitor your Node.js apps running in Azure App Service without any code change, just with a couple of simple steps. Application insights for Node.js applications is integrated with App Service on Linux - both code-based and custom containers, and with App Service on Windows for code-based apps.
9696

9797
1. **Select Application Insights** in the Azure control panel for your app service.
9898

@@ -113,7 +113,7 @@ You can monitor your Node.js apps running in Azure App Service without any code
113113
114114
# [Java](#tab/java)
115115

116-
You can turn on monitoring for your Java apps running in Azure App Service just with one click, no code change required. Application Insights for Java is integrated with App Service on Linux - both code-based and custom containers, and with App Service on Windows - code-based apps. The integration is in public preview. It is important to know how your application will be monitored. The integration adds [Application Insights Java 3.0](./java-in-process-agent.md), which is in GA. You will get all the telemetry that it auto-collects.
116+
You can turn on monitoring for your Java apps running in Azure App Service just with one click, no code change required. Application Insights for Java is integrated with App Service on Linux - both code-based and custom containers, and with App Service on Windows - code-based apps. It is important to know how your application will be monitored. The integration adds [Application Insights Java 3.x](./java-in-process-agent.md) and you will get all the telemetry that it auto-collects.
117117

118118
1. **Select Application Insights** in the Azure control panel for your app service.
119119

@@ -127,7 +127,7 @@ You can turn on monitoring for your Java apps running in Azure App Service just
127127
128128
![Instrument your web app.](./media/azure-web-apps/create-resource-01.png)
129129

130-
2. After specifying which resource to use, you can configure the Java agent. The full [set of configurations](./java-standalone-config.md) is available, you just need to paste a valid json file without specifying the connection string. You have already picked an application insights resource to connect to, remember?
130+
2. After specifying which resource to use, you can configure the Java agent. The full [set of configurations](./java-standalone-config.md) is available, you just need to paste a valid json file. Exclude the connection string and any configurations that are in preview - you will be able to add those as they become generally available.
131131

132132
> [!div class="mx-imgBorder"]
133133
> ![Choose options per platform.](./media/azure-web-apps/create-app-service-ai.png)
1.04 KB
Loading
6.77 KB
Loading

0 commit comments

Comments
 (0)