Skip to content

Commit 147910f

Browse files
authored
Merge pull request #176131 from MicrosoftDocs/master
Merge Master to Live, 4 AM
2 parents 5b7bbcd + 8c4082f commit 147910f

File tree

77 files changed

+158
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+158
-221
lines changed

articles/app-service/quickstart-java.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ adobe-target-content: ./quickstart-java-uiex
2121

2222
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service. This quickstart shows how to use the [Azure CLI](/cli/azure/get-started-with-azure-cli) with the [Azure Web App Plugin for Maven](https://github.com/Microsoft/azure-maven-plugins/tree/develop/azure-webapp-maven-plugin) to deploy a .jar file, or .war file. Use the tabs to switch between Java SE and Tomcat instructions.
2323

24-
25-
> [!NOTE]
26-
> The same can also be done using popular IDEs like IntelliJ and Eclipse. Check out our similar documents at [Azure Toolkit for IntelliJ Quickstart](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app) or [Azure Toolkit for Eclipse Quickstart](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app).
27-
24+
If Maven isn't your preferred development tool, check out our similar tutorials for Java developers:
25+
+ [Gradle](/azure/app-service/configure-language-java?pivots=platform-linux#gradle)
26+
+ [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app)
27+
+ [Eclipse](/azure/developer/java/toolkit-for-eclipse/create-hello-world-web-app)
28+
+ [Visual Studio Code](https://code.visualstudio.com/docs/java/java-webapp)
2829

2930
![Sample app running in Azure App Service](./media/quickstart-java/java-hello-world-in-browser-azure-app-service.png)
3031

articles/azure-monitor/app/availability-alerts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Set up availability alerts with Azure Application Insights | Microsoft Docs
33
description: Learn how to set up web tests in Application Insights. Get alerts if a website becomes unavailable or responds slowly.
44
ms.topic: conceptual
5-
author: lgayhardt
6-
ms.author: lagayhar
75
ms.date: 06/19/2019
86

97
ms.reviewer: sdash

articles/azure-monitor/app/codeless-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Monitor your apps without code changes - auto-instrumentation for Azure Monitor Application Insights | Microsoft Docs
33
description: Overview of auto-instrumentation for Azure Monitor Application Insights - codeless application performance management
44
ms.topic: conceptual
5-
author: MS-jgol
6-
ms.author: jgol
75
ms.date: 08/31/2021
86

97
---

articles/azure-monitor/app/correlation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Azure Application Insights telemetry correlation | Microsoft Docs
33
description: Application Insights telemetry correlation
44
ms.topic: conceptual
5-
author: lgayhardt
6-
ms.author: lagayhar
75
ms.date: 06/07/2019
86
ms.reviewer: sergkanz
97
ms.custom: "devx-track-python, devx-track-csharp"

articles/azure-monitor/app/dotnet-quickstart.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
title: 'Quickstart: Monitor an ASP.NET Core app with Azure Monitor Application Insights'
33
description: Instrument an ASP.NET Core web app for monitoring with Azure Monitor Application Insights.
4-
54
ms.topic: quickstart
6-
author: lgayhardt
7-
ms.author: lagayhar
85
ms.date: 06/11/2021
96

107
ms.custom: devx-track-dotnet

articles/azure-monitor/app/java-2x-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Java web apps performance monitoring - Azure Application Insights
33
description: Extended performance and usage monitoring of your Java website with Application Insights.
44
ms.topic: conceptual
55
ms.date: 01/10/2019
6-
author: MS-jgol
76
ms.custom: devx-track-java
8-
ms.author: jgol
7+
author: mattmccleary
8+
ms.author: mmcc
99
---
1010

1111
# Monitor dependencies, caught exceptions, and method execution times in Java web apps

articles/azure-monitor/app/java-2x-collectd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Monitor Java web app performance on Linux - Azure | Microsoft Docs
33
description: Extended application performance monitoring of your Java website with the CollectD plug-in for Application Insights.
44
ms.topic: conceptual
55
ms.date: 03/14/2019
6-
author: MS-jgol
76
ms.custom: devx-track-java
8-
ms.author: jgol
7+
author: mattmccleary
8+
ms.author: mmcc
99

1010
---
1111

articles/azure-monitor/app/java-2x-filter-telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Filter Azure Application Insights telemetry in your Java web app
33
description: Reduce telemetry traffic by filtering out the events you don't need to monitor.
44
ms.topic: conceptual
55
ms.date: 3/14/2019
6-
author: MS-jgol
76
ms.custom: devx-track-java
8-
ms.author: jgol
7+
author: mattmccleary
8+
ms.author: mmcc
99
---
1010

1111
# Filter telemetry in your Java web app

articles/azure-monitor/app/java-2x-get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ title: 'Quickstart: Java web app analytics with Azure Application Insights'
33
description: 'Application Performance Monitoring for Java web apps with Application Insights. '
44
ms.topic: conceptual
55
ms.date: 11/22/2020
6-
author: MS-jgol
76
ms.custom: devx-track-java
8-
ms.author: jgol
7+
author: mattmccleary
8+
ms.author: mmcc
99
---
1010

11-
# Quickstart: Get started with Application Insights in a Java web project
11+
# Get started with Application Insights in a Java web project
1212

1313
> [!CAUTION]
1414
> This document applies to Application Insights Java 2.x which is no longer recommended.
1515
>
1616
> Documentation for the latest version can be found at [Application Insights Java 3.x](./java-in-process-agent.md).
1717
18-
In this quickstart, you use Application Insights SDK to instrument request, track dependencies, and collect performance counters, diagnose performance issues and exceptions, and write code to track what users do with your app.
18+
In this tutorial, you use the Application Insights SDK to instrument request, track dependencies, and collect performance counters, diagnose performance issues and exceptions, and write code to track what users do with your app.
1919

2020
Application Insights is an extensible analytics service for web developers that helps you understand the performance and usage of your live application. Application Insights supports Java apps running on Linux, Unix, or Windows.
2121

articles/azure-monitor/app/java-2x-micrometer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: How to use Micrometer with Azure Application Insights Java SDK
33
description: A step by step guide on using Micrometer with your Application Insights Spring Boot and non-Spring Boot applications.
44
ms.topic: conceptual
5-
author: MS-jgol
65
ms.custom: devx-track-java
7-
ms.author: jgol
86
ms.date: 11/01/2018
9-
7+
author: mattmccleary
8+
ms.author: mmcc
109
---
1110

1211
# How to use Micrometer with Azure Application Insights Java SDK (not recommended)

0 commit comments

Comments
 (0)