Skip to content

Commit e9afbd4

Browse files
authored
Merge pull request #89726 from trask/minor-updates
Addressing additional feedback from #89275
2 parents 56be878 + 46af493 commit e9afbd4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To use the Java agent, you install it on your server. Your web apps must be inst
3636

3737
## Install the Application Insights agent for Java
3838
1. On the machine running your Java server, [download the agent](https://github.com/Microsoft/ApplicationInsights-Java/releases/latest). Please ensure to download the same version of Java Agent as Application Insights Java SDK core and web packages.
39-
2. Edit the application server startup script, and add the following JVM arg:
39+
2. Edit the application server startup script, and add the following JVM argument:
4040

4141
`-javaagent:<full path to the agent JAR file>`
4242

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Micrometer application monitoring measures metrics for JVM-based application cod
1919
## Using Spring Boot 1.5x
2020
Add the following dependencies to your pom.xml or build.gradle file:
2121
* [Application Insights spring-boot-starter](https://github.com/Microsoft/ApplicationInsights-Java/tree/master/azure-application-insights-spring-boot-starter)
22-
2.5.0 or above
22+
2.5.0 or later
2323
* Micrometer Azure Registry 1.1.0 or above
2424
* [Micrometer Spring Legacy](https://micrometer.io/docs/ref/spring/1.5) 1.1.0 or above (this backports the autoconfig code in the Spring framework).
2525
* [ApplicationInsights Resource](../../azure-monitor/app/create-new-resource.md )
@@ -59,7 +59,7 @@ Steps
5959
Add the following dependencies to your pom.xml or build.gradle file:
6060

6161
* Application Insights Spring-boot-starter 2.1.2 or above
62-
* Azure-spring-boot-metrics-starters 2.0.7 or above
62+
* Azure-spring-boot-metrics-starters 2.0.7 or later
6363
* [Application Insights Resource](../../azure-monitor/app/create-new-resource.md )
6464

6565
Steps:
@@ -117,7 +117,7 @@ How to turn off automatic metrics collection:
117117

118118
Add the following dependencies to your pom.xml or build.gradle file:
119119

120-
* Application Insights Web Auto 2.5.0 or above
120+
* Application Insights Web Auto 2.5.0 or later
121121
* Micrometer Azure Registry 1.1.0 or above
122122
* [Application Insights Resource](../../azure-monitor/app/create-new-resource.md )
123123

@@ -139,7 +139,7 @@ Steps:
139139
</dependency>
140140
```
141141

142-
2. Put `ApplicationInsights.xml` file in the resources folder
142+
2. Put `ApplicationInsights.xml` file in the resources folder:
143143

144144
```XML
145145
<?xml version="1.0" encoding="utf-8"?>
@@ -272,5 +272,5 @@ Add the following binding code to the configuration file:
272272

273273
## Next steps
274274

275-
* To learn more about Micrometer, refer to the official [Micrometer documentation](https://micrometer.io/docs).
276-
* To learn about Spring on Azure, refer to the official [Spring on Azure documentation](https://docs.microsoft.com/java/azure/spring-framework/?view=azure-java-stable).
275+
* To learn more about Micrometer, see the official [Micrometer documentation](https://micrometer.io/docs).
276+
* To learn about Spring on Azure, see the official [Spring on Azure documentation](https://docs.microsoft.com/java/azure/spring-framework/?view=azure-java-stable).

0 commit comments

Comments
 (0)