@@ -20,17 +20,19 @@ You can also monitor the function app itself by using Azure Monitor. To learn mo
20
20
21
21
## Supported features
22
22
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
+ | -----------------------------------| :---------------:| :------------------:|
25
27
| | | |
26
28
| ** Automatic collection of** | | |
27
29
| &bull ; Requests | ✓ | ✓ |
28
30
| &bull ; Exceptions | ✓ | ✓ |
29
31
| &bull ; Performance Counters | ✓ | ✓ |
30
32
| &bull ; Dependencies | | |
31
33
|   ;  ;  ;&mdash ; HTTP | | ✓ |
32
- |   ;  ;  ;&mdash ; ServiceBus | | ✓ |
33
- |   ;  ;  ;&mdash ; EventHub | | ✓ |
34
+ |   ;  ;  ;&mdash ; Service Bus | | ✓ |
35
+ |   ;  ;  ;&mdash ; Event Hubs | | ✓ |
34
36
|   ;  ;  ;&mdash ; SQL\* | | ✓ |
35
37
| | | |
36
38
| ** Supported features** | | |
@@ -40,8 +42,8 @@ You can also monitor the function app itself by using Azure Monitor. To learn mo
40
42
| &bull ; Heartbeats | | Yes |
41
43
| | | |
42
44
| ** Correlation** | | |
43
- | &bull ; ServiceBus | | Yes |
44
- | &bull ; EventHub | | Yes |
45
+ | &bull ; Service Bus | | Yes |
46
+ | &bull ; Event Hubs | | Yes |
45
47
| | | |
46
48
| ** Configurable** | | |
47
49
| &bull ; [ Fully configurable] ( #custom-telemetry-data ) | | Yes |
0 commit comments