Skip to content

Commit 857097a

Browse files
authored
fix image link and note syntax
1 parent 6e17119 commit 857097a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Create a configuration file named `ApplicationInsights.json`, and place it in th
4545

4646
You can find your connection string in your Application Insights resource:
4747

48-
<img src="https://docs.microsoft.com/en-us/azure/azure-monitor/app/media/java-ipa/connectionstring.png" alt="Application Insights Connection String" width="75%"/><br>
49-
48+
:::image type="content" source="media/java-ipa/connectionstring.png" alt-text="Application Insights Connection String" width="75%" :::
5049

5150
**4. That's it!**
5251

@@ -187,5 +186,5 @@ Or you can also use Application Insights Java SDK 2.x:
187186

188187
If you're already using Application Insights Java SDK 2.x in your application, there is no need to remove it. The Java 3.0 agent will detect it, and capture and correlate any custom telemetry you're sending via the Java SDK 2.x, while suppressing any autocollection performed by the Java SDK 2.x to prevent duplicate capture.
189188

190-
> ![NOTE]
189+
> [!NOTE]
191190
> Note: Java SDK 2.x TelemetryInitializers and TelemetryProcessors will not be run when using the 3.0 agent.

0 commit comments

Comments
 (0)