Skip to content

Commit 1dd8921

Browse files
author
Kai Nawroth
committed
Fixing even more broken links
1 parent b080bca commit 1dd8921

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/azure-monitor/includes/application-insights-limits.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ There are some limits on the number of metrics and events per application, that
1616
|---|---|---|---|
1717
| Total data per day | 100 GB | [Contact support.](https://azure.microsoft.com/support/options/) | You can set a cap to reduce data. If you need more data, you can increase the limit in the portal, up to 1,000 GB. For capacities greater than 1,000 GB, send email to [email protected].|
1818
| Throttling | 32,000 events/second | [Contact support.](https://azure.microsoft.com/support/options/) | The limit is measured over a minute.|
19-
| Data retention logs | [30 to 730 days](../articles/azure-monitor/logs/data-retention-archive.md) | 730 days | This resource is for [Logs](../articles/azure-monitor/logs/log-query-overview.md).|
20-
| Data retention metrics | 90 days | 90 days | This resource is for [Metrics Explorer](../articles/azure-monitor/essentials/metrics-charts.md).|
19+
| Data retention logs | [30 to 730 days](../logs/data-retention-archive.md) | 730 days | This resource is for [Logs](../logs/log-query-overview.md).|
20+
| Data retention metrics | 90 days | 90 days | This resource is for [Metrics Explorer](../essentials/metrics-charts.md).|
2121
| [Availability multistep test](/previous-versions/azure/azure-monitor/app/availability-multistep) detailed results retention | 90 days | 90 days | This resource provides detailed results of each step.|
2222
| Maximum telemetry item size | 64 KB | 64 KB | |
2323
| Maximum telemetry items per batch | 64,000 | 64,000 | |
24-
| Property and metric name length | 150 | 150 | See [type schemas](../articles/azure-monitor/app/data-model.md).|
25-
| Property value string length | 8,192 | 8,192 | See [type schemas](../articles/azure-monitor/app/data-model.md).|
26-
| Trace and exception message length | 32,768 | 32,768 | See [type schemas](../articles/azure-monitor/app/data-model.md).|
24+
| Property and metric name length | 150 | 150 | See [type schemas](../app/data-model.md).|
25+
| Property value string length | 8,192 | 8,192 | See [type schemas](../app/data-model.md).|
26+
| Trace and exception message length | 32,768 | 32,768 | See [type schemas](../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) |
28+
| Availability tests count per resource group | 800 | 800 | See [Azure Resource Manager](../../azure-resource-manager/management/resources-without-resource-group-limit.md) |
2929
| 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. |
31-
| [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. | |
32-
| [Profiler](../articles/azure-monitor/app/profiler.md) data sent per day | No limit | No limit. | |
33-
| [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). |
30+
| Aailability tests minimum test frequency | 300 seconds | | Custom test frequencies or frequencies less than 5 minutes require [custom TrackAvailability](../app/availability-azure-functions.md) implementations. |
31+
| [Profiler](../articles/azure-monitor/app/profiler.md) and [Snapshot](../app/snapshot-debugger.md) data retention | Two weeks | [Contact support.](https://azure.microsoft.com/support/options/) Maximum retention limit is six months. | |
32+
| [Profiler](../app/profiler.md) data sent per day | No limit | No limit. | |
33+
| [Snapshot](../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](../app/snapshot-debugger-vm.md). |
3434

35-
For more information about pricing and quotas, see [Application Insights billing](../articles/azure-monitor/logs/cost-logs.md#application-insights-billing).
35+
For more information about pricing and quotas, see [Application Insights billing](../logs/cost-logs.md#application-insights-billing).

articles/azure-monitor/includes/azure-monitor-app-insights-azure-web-apps-arm-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ In the following sample, replace all instances of `AppMonitoredSite` with your s
153153

154154
To enable the application monitoring through PowerShell, only the underlying application settings must be changed. The following sample enables application monitoring for a website called `AppMonitoredSite` in the resource group `AppMonitoredRG`. It configures data to be sent to the `012345678-abcd-ef01-2345-6789abcd` instrumentation key.
155155

156-
[!INCLUDE [updated-for-az](../../../updated-for-az.md)]
156+
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
157157

158158
> [!NOTE]
159159
> If using Windows, set ApplicationInsightsAgent_EXTENSION_VERSION to `~2`. If using Linux, set ApplicationInsightsAgent_EXTENSION_VERSION to `~3`.

0 commit comments

Comments
 (0)