Skip to content

Commit c7fa36a

Browse files
authored
Updating App Insights limits table
Adding three Availability Tests limits to this table to help prevent future customer calls on these questions customers ask about those limits.
1 parent b821f7e commit c7fa36a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

includes/application-insights-limits.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ There are some limits on the number of metrics and events per application, that
2525
| Property value string length | 8,192 | 8,192 | See [type schemas](../articles/azure-monitor/app/data-model.md).|
2626
| Trace and exception message length | 32,768 | 32,768 | See [type schemas](../articles/azure-monitor/app/data-model.md).|
2727
| [Availability tests](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) count per Application Insights resource | 100 | 100 | |
28+
| Availability tests count per resource group | 800 | 800 | See [Azure Resource Manager](../articles/azure-resource-manager/management/resources-without-resource-group-limit.md) |
29+
| Aailability tests maximum redirects per test | 10 | 10 | |
30+
| Aailability tests minimum test frequency | 300 seconds | | Custom test frequencies or frequencies less than 5 minutes require [custom TrackAvailability](../articles/azure-monitor/app/availability-azure-functions.md) implementations. |
2831
| [Profiler](../articles/azure-monitor/app/profiler.md) and [Snapshot](../articles/azure-monitor/app/snapshot-debugger.md) data retention | Two weeks | [Contact support.](https://azure.microsoft.com/support/options/) Maximum retention limit is six months. | |
2932
| [Profiler](../articles/azure-monitor/app/profiler.md) data sent per day | No limit | No limit. | |
3033
| [Snapshot](../articles/azure-monitor/app/snapshot-debugger.md) data sent per day | 30 snapshots per day per monitored app | No limit. | The number of snapshots collected per application can be modified through [configuration](../articles/azure-monitor/app/snapshot-debugger-vm.md). |

0 commit comments

Comments
 (0)