Skip to content

Commit e9767ff

Browse files
committed
Move Azure App service and Azure function
1 parent 089f89a commit e9767ff

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/azure-monitor/app/java-get-started-supplemental.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ ms.reviewer: mmcc
1010

1111
# Get Started (Supplemental)
1212

13+
## Azure App Service
14+
15+
For more information, see [Application monitoring for Azure App Service and Java](./azure-web-apps-java.md).
16+
17+
## Azure Functions
18+
19+
For more information, see [Monitoring Azure Functions with Azure Monitor Application Insights](./monitor-functions.md#distributed-tracing-for-java-applications-preview).
20+
1321
## Containers
1422

1523
### Docker entry point
@@ -50,15 +58,6 @@ ENTRYPOINT["java", "-javaagent:applicationinsights-agent-3.4.11.jar", "-jar", "a
5058
If you're using a third-party container image that you can't modify, mount the Application Insights Java agent jar into the container from outside. Set the environment variable for the container
5159
`JAVA_TOOL_OPTIONS=-javaagent:/path/to/applicationinsights-agent.jar`.
5260

53-
54-
## Azure App Service
55-
56-
For more information, see [Application monitoring for Azure App Service and Java](./azure-web-apps-java.md).
57-
58-
## Azure Functions
59-
60-
For more information, see [Monitoring Azure Functions with Azure Monitor Application Insights](./monitor-functions.md#distributed-tracing-for-java-applications-preview).
61-
6261
## Spring Boot
6362

6463
For more information, see [Using Azure Monitor Application Insights with Spring Boot](./java-spring-boot.md).

0 commit comments

Comments
 (0)