Skip to content

Commit b080bca

Browse files
author
Kai Nawroth
committed
Fixing more broken links
1 parent 694af76 commit b080bca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-monitor/includes/application-insights-data-model-measurements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ customEvents
2020
```
2121

2222
> [!NOTE]
23-
> - Custom measurements are associated with the telemetry item they belong to. They're subject to sampling with the telemetry item that contains those measurements. To track a measurement that has a value independent from other telemetry types, use [metric telemetry](../articles/azure-monitor/app/api-custom-events-metrics.md).
23+
> - Custom measurements are associated with the telemetry item they belong to. They're subject to sampling with the telemetry item that contains those measurements. To track a measurement that has a value independent from other telemetry types, use [metric telemetry](../app/api-custom-events-metrics.md).
2424
> - Don't use string values for custom measurements. Only numeric values are supported.
2525
2626
**Maximum key length**: 150

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: aaronmax
99

1010
### App Service application settings with Azure Resource Manager
1111

12-
Application settings for Azure App Service can be managed and configured with [Azure Resource Manager templates](../articles/azure-resource-manager/templates/syntax.md). You can use this method when you deploy new App Service resources with Resource Manager automation or modify the settings of existing resources.
12+
Application settings for Azure App Service can be managed and configured with [Azure Resource Manager templates](../../azure-resource-manager/templates/syntax.md). You can use this method when you deploy new App Service resources with Resource Manager automation or modify the settings of existing resources.
1313

1414
The basic structure of the application settings JSON for an App Service resource:
1515

@@ -43,11 +43,11 @@ To create a Resource Manager template with the default Application Insights sett
4343

4444
1. Select **Review + create**. Then select **Download a template for automation**.
4545

46-
:::image type="content" source="../articles/azure-monitor/app/media/azure-web-apps/create-web-app.png" alt-text="Screenshot that shows the App Service web app creation menu." lightbox="../articles/azure-monitor/app/media/azure-web-apps/create-web-app.png":::
46+
:::image type="content" source="../app/media/azure-web-apps/create-web-app.png" alt-text="Screenshot that shows the App Service web app creation menu." lightbox="../app/media/azure-web-apps/create-web-app.png":::
4747

4848
This option generates the latest Resource Manager template with all required settings configured.
4949

50-
:::image type="content" source="../articles/azure-monitor/app/media/azure-web-apps/arm-template.png" alt-text="Screenshot that shows an App Service web app template." border="false" lightbox="../articles/azure-monitor/app/media/azure-web-apps/arm-template.png":::
50+
:::image type="content" source="../app/media/azure-web-apps/arm-template.png" alt-text="Screenshot that shows an App Service web app template." border="false" lightbox="../app/media/azure-web-apps/arm-template.png":::
5151

5252
In the following sample, replace all instances of `AppMonitoredSite` with your site name:
5353

@@ -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](../../../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)