Skip to content

Commit 6675baa

Browse files
Merge pull request #208491 from jeanbisutti/spring_boot_app_insights
Improve Spring Boot documentation
2 parents 80d4f8f + 29a84de commit 6675baa

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

articles/azure-monitor/app/java-spring-boot.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,17 @@ To use the programmatic configuration and attach the Application Insights agent
4848

4949
And invoke the `attach()` method of the `com.microsoft.applicationinsights.attach.ApplicationInsights` class.
5050

51-
> [!TIP]
52-
> ⚠ JRE is not supported.
51+
> [!WARNING]
52+
>
53+
> JRE is not supported.
5354
54-
> [!TIP]
55-
> ⚠ Read-only file system is not supported.
55+
> [!WARNING]
56+
>
57+
> Read-only file system is not supported.
5658
57-
> [!TIP]
58-
> ⚠ The invocation must be requested at the beginning of the `main` method.
59+
> [!WARNING]
60+
>
61+
> The invocation must be requested at the beginning of the `main` method.
5962
6063
Example:
6164

@@ -72,7 +75,7 @@ public class SpringBootApp {
7275

7376
If you want to use a JSON configuration:
7477
* The `applicationinsights.json` file has to be in the classpath
75-
* Or you can use an environmental variable or a system property, more in the _Configuration file path_ part on [this page](../app/java-standalone-config.md).
78+
* Or you can use an environmental variable or a system property, more in the _Configuration file path_ part on [this page](../app/java-standalone-config.md). Spring properties defined in a Spring _.properties_ file are not supported.
7679

7780

7881
> [!TIP]

0 commit comments

Comments
 (0)