You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/includes/application-insights-data-model-measurements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ customEvents
20
20
```
21
21
22
22
> [!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).
24
24
> - Don't use string values for custom measurements. Only numeric values are supported.
Copy file name to clipboardExpand all lines: articles/azure-monitor/includes/azure-monitor-app-insights-azure-web-apps-arm-automation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.author: aaronmax
9
9
10
10
### App Service application settings with Azure Resource Manager
11
11
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.
13
13
14
14
The basic structure of the application settings JSON for an App Service resource:
15
15
@@ -43,11 +43,11 @@ To create a Resource Manager template with the default Application Insights sett
43
43
44
44
1. Select **Review + create**. Then select **Download a template for automation**.
45
45
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":::
47
47
48
48
This option generates the latest Resource Manager template with all required settings configured.
49
49
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":::
51
51
52
52
In the following sample, replace all instances of `AppMonitoredSite` with your site name:
53
53
@@ -153,7 +153,7 @@ In the following sample, replace all instances of `AppMonitoredSite` with your s
153
153
154
154
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.
0 commit comments