Skip to content

Commit 4315ffd

Browse files
committed
fixed a typo
1 parent 222201f commit 4315ffd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-monitor/app/azure-functions-monitoring.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ The required Application Insights instrumentation is built into Azure Functions.
2020

2121

2222
> [!IMPORTANT]
23-
> This feature is currently in public preview for Java Azure Functions.
24-
> For Consumption plan it has a cold start implication of 8-9 seconds.
23+
> This feature is currently in public preview for Java Azure Functions. For Consumption plan it has a cold start implication of 8-9 seconds.
2524
26-
If your applications are written in Java you can view richer data from your function applications, including, requests, dependencies, logs, and metrics. The additional data also lets you see and diagnose end-to-end transactions and see the application map, which aggregates many transactions to show a topological view of how the systems interact, and what the average performance and error rates are.
25+
If your applications are written in Java you can view richer data from your functions applications, including, requests, dependencies, logs, and metrics. The additional data also lets you see and diagnose end-to-end transactions and see the application map, which aggregates many transactions to show a topological view of how the systems interact, and what the average performance and error rates are.
2726

2827
The end-to-end diagnostics and the application map provide visibility into one single transaction/request. Together these two features are very helpful for finding the root cause of reliability issues and performance bottlenecks on a per request basis.
2928

0 commit comments

Comments
 (0)