Skip to content

Commit cd1098e

Browse files
committed
Adding sections and removing include file
1 parent 5923bce commit cd1098e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

support/azure/azure-monitor/app-insights/telemetry/auto-instrumentation-troubleshoot.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ If you encounter problems that are caused by the Application Insights SDK itself
4747

4848
## Issues with Java app running on Azure Functions
4949

50+
### Slow startup times
51+
5052
Your Java functions might have slow startup times if you adopted this feature before February 2023. From the function app **Overview** pane, go to **Configuration** in the left-hand side navigation menu. Then select **Application settings** and use the following steps to fix the issue.
5153

52-
### Windows
54+
### [Windows](#tab/windows)
5355

5456
1. Check to see if the following settings exist and remove them:
5557

@@ -64,7 +66,7 @@ Your Java functions might have slow startup times if you adopted this feature be
6466
APPLICATIONINSIGHTS_ENABLE_AGENT: true
6567
```
6668
67-
### Linux Dedicated/Premium
69+
### [Linux Dedicated/Premium](#tab/linux)
6870
6971
1. Check to see if the following settings exist and remove them:
7072
@@ -78,9 +80,7 @@ Your Java functions might have slow startup times if you adopted this feature be
7880
APPLICATIONINSIGHTS_ENABLE_AGENT: true
7981
```
8082
81-
<!-- MOVE OR DELETE?
82-
[!INCLUDE [azure-monitor-app-insights-test-connectivity](includes/azure-monitor-app-insights-test-connectivity.md)]
83-
-->
83+
---
8484
8585
### Duplicate logs
8686

0 commit comments

Comments
 (0)