Skip to content

Commit d913e1d

Browse files
committed
Add into to table
1 parent 772c7aa commit d913e1d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/azure-functions/functions-monitoring.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ You can also monitor the function app itself by using Azure Monitor. To learn mo
2020

2121
## Supported features
2222

23-
| Azure Functions | Version 1.x | Version 2.x+ |
24-
|-----------------------------------|---------------|------------------|
23+
The following table details the supported features of Application Insights available for monitoring your function apps:
24+
25+
| Azure Functions runtime version | 1.x | 2.x+ |
26+
|-----------------------------------|:---------------:|:------------------:|
2527
| | | |
2628
| **Automatic collection of** | | |
2729
| • Requests |||
2830
| • Exceptions |||
2931
| • Performance Counters |||
3032
| • Dependencies | | |
3133
|    — HTTP | ||
32-
|    — ServiceBus| ||
33-
|    — EventHub | ||
34+
|    — Service Bus| ||
35+
|    — Event Hubs | ||
3436
|    — SQL\* | ||
3537
| | | |
3638
| **Supported features** | | |
@@ -40,8 +42,8 @@ You can also monitor the function app itself by using Azure Monitor. To learn mo
4042
| • Heartbeats | | Yes |
4143
| | | |
4244
| **Correlation** | | |
43-
| • ServiceBus | | Yes |
44-
| • EventHub | | Yes |
45+
| • Service Bus | | Yes |
46+
| • Event Hubs | | Yes |
4547
| | | |
4648
| **Configurable** | | |
4749
| •[Fully configurable](#custom-telemetry-data) | | Yes |

0 commit comments

Comments
 (0)