Skip to content

Commit d2aab6f

Browse files
authored
Merge pull request #105592 from rboucher/master
metadata cleanup and hub page removal
2 parents ed0df79 + 85c54e9 commit d2aab6f

File tree

427 files changed

+199
-1078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

427 files changed

+199
-1078
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3666,6 +3666,11 @@
36663666
"redirect_url": "/azure/architecture",
36673667
"redirect_document_id": false
36683668
},
3669+
{
3670+
"source_path": "articles/azure-monitor/azure-monitor-log-hub.md",
3671+
"redirect_url": "/azure/azure-monitor/overview",
3672+
"redirect_document_id": false
3673+
},
36693674
{
36703675
"source_path": "articles/cloud-services/cloud-services-dotnet-diagnostics-storage.md",
36713676
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-to-storage",

articles/azure-monitor/app/alerts.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
2-
title: Set Alerts in Azure Application Insights | Microsoft Docs
2+
title: Set Alerts in Azure Application Insights
33
description: Get notified about slow response times, exceptions, and other performance or usage changes in your web app.
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: conceptual
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 01/23/2019
10-
116
ms.reviewer: lagayhar
7+
ms.subservice: alerts
128
---
139

1410
# Set Alerts in Application Insights
11+
1512
[Azure Application Insights][start] can alert you to changes in performance or usage metrics in your web app.
1613

1714
Application Insights monitors your live app on a [wide variety of platforms][platforms] to help you diagnose performance issues and understand usage patterns.
@@ -24,6 +21,7 @@ There are multiple types of alerts:
2421
* [**Proactive diagnostics**](../../azure-monitor/app/proactive-diagnostics.md) are configured automatically to notify you about unusual performance patterns.
2522

2623
## Set a Metric alert
24+
2725
Open the Alert rules tab, and then use the add button.
2826

2927
![In the Alert rules tab, choose Add Alert. Set your app as the resource to measure, provide a name for the alert, and choose a metric.](./media/alerts/01-set-metric.png)

articles/azure-monitor/app/annotations.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Release annotations for Application Insights | Microsoft Docs
33
description: Add deployment or build markers to your metrics explorer charts in Application Insights.
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: conceptual
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 07/01/2019
106

117
---

articles/azure-monitor/app/api-custom-events-metrics.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Application Insights API for custom events and metrics | Microsoft Docs
33
description: Insert a few lines of code in your device or desktop app, webpage, or service, to track usage and diagnose issues.
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: conceptual
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 03/27/2019
106

117
---

articles/azure-monitor/app/api-filtering-sampling.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Filtering and preprocessing in the Azure Application Insights SDK | Microsoft Docs
33
description: Write Telemetry Processors and Telemetry Initializers for the SDK to filter or add properties to the data before the telemetry is sent to the Application Insights portal.
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: conceptual
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 11/23/2016
106

117
---

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: What is Azure Application Insights? | Microsoft Docs
33
description: Application Performance Management and usage tracking of your live web application. Detect, triage and diagnose problems, understand how people use your app.
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: overview
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 06/03/2019
106

117
ms.custom: mvc

articles/azure-monitor/app/app-map.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Application Map in Azure Application Insights | Microsoft Docs
33
description: Monitor complex application topologies with the application map
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: conceptual
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 03/15/2019
106

117
ms.reviewer: sdash

articles/azure-monitor/app/asp-net-core.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Azure Application Insights for ASP.NET Core applications | Microsoft Docs
33
description: Monitor ASP.NET Core web applications for availability, performance, and usage.
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: conceptual
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 05/22/2019
106

117
---

articles/azure-monitor/app/asp-net-dependencies.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Dependency Tracking in Azure Application Insights | Microsoft Docs
33
description: Monitor dependency calls from your on-premises or Microsoft Azure web application with Application Insights.
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: conceptual
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 06/25/2019
106

117
---

articles/azure-monitor/app/asp-net-exceptions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Diagnose failures and exceptions with Azure Application Insights
33
description: Capture exceptions from ASP.NET apps along with request telemetry.
4-
ms.service: azure-monitor
5-
ms.subservice: application-insights
64
ms.topic: conceptual
7-
author: mrbullwinkle
8-
ms.author: mbullwin
95
ms.date: 07/11/2019
106

117
---

0 commit comments

Comments
 (0)