Skip to content

Commit 1efd071

Browse files
authored
Merge pull request #100711 from bwren/whats-new
Whats new in Azure Monitor
2 parents 09c64e4 + f458fd8 commit 1efd071

File tree

2 files changed

+151
-0
lines changed

2 files changed

+151
-0
lines changed

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
href: terminology.md
99
- name: FAQ
1010
href: faq.md
11+
- name: What's new?
12+
href: whats-new.md
1113
- name: Quickstarts
1214
items:
1315
- name: Monitor Azure resource

articles/azure-monitor/whats-new.md

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
---
2+
title: What's new in Azure Monitor documentation
3+
description: Significant updates to Azure Monitor documentation updated each month.
4+
ms.service: azure-monitor
5+
ms.subservice:
6+
ms.topic: overview
7+
author: bwren
8+
ms.author: bwren
9+
ms.date: 02/05/2020
10+
11+
---
12+
13+
# What's new in Azure Monitor documentation?
14+
This article provides lists Azure Monitor articles that are either new or have been significantly updated. It will be refreshed the first week of each month to include article updates from the previous month.
15+
16+
## January 2020
17+
18+
### General
19+
- [What is monitored by Azure Monitor?](monitor-reference.md) - New article.
20+
21+
### Agents
22+
- [Collect log data with Azure Log Analytics agent](platform/log-analytics-agent.md) - Updated network firewall requirements table.
23+
24+
25+
### Alerts
26+
- [Create and manage action groups in the Azure portal](platform/action-groups.md) - Setting removed for v2 functions that is no longer required.
27+
- [Create a metric alert with a Resource Manager template](platform/alerts-metric-create-templates.md) - Added example for the *ignoreDataBefore* parameter. Added constraints about multi-criteria rules.
28+
- [Using Log Analytics Alert REST API](platform/api-alerts.md) - JSON example corrected.
29+
30+
31+
### Application Insights
32+
- [IP addresses used by Application Insights and Log Analytics](app/ip-addresses.md) - Updated the Availability test section with how to add an inbound port rule to allow traffic using Azure Network Security Groups.
33+
- [Troubleshoot problems with Azure Application Insights Profiler](app/profiler-troubleshooting.md) - Updated general troubleshooting.
34+
- [Telemetry sampling in Azure Application Insights](app/sampling.md) - Updated and restructured to improve readability based on customer feedback.
35+
36+
37+
### Data security
38+
- [Azure Monitor customer-managed key configuration](platform/customer-managed-keys.md) - New article.
39+
40+
### Insights and solutions
41+
42+
#### Azure Monitor for Containers
43+
- [Configure Azure Monitor for containers agent data collection](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-agent-config) - Added details for upgrading agent on Azure Red Hat OpenShift, and added additional information to distinguish the methods for upgrading agent.
44+
- [Create performance alerts for Azure Monitor for containers](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-alerts) - Revised information and updated steps for creating an alert on performance data stored in workspace using workspace-context alerts.
45+
- [Kubernetes monitoring with Azure Monitor for containers](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-analyze) - Updated both the overview article and the analyze article regarding support of Windows Kubernetes clusters.
46+
- [Configure Azure Red Hat OpenShift clusters with Azure Monitor for containers](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-azure-redhat-setup) - Added details for upgrading agent on Azure Red Hat OpenShift, and added additional information to distinguish the methods for upgrading agent.
47+
- [Configure Hybrid Kubernetes clusters with Azure Monitor for containers](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-hybrid-setup) - Updated to reflect added support for secure port:10250 with the Kubelet's cAdvisor.
48+
- [How to manage the Azure Monitor for containers agent](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-manage-agent) - Updated details related to behavior and config of metric scraping with Azure Red Hat OpenShift compared to other types of Kubernetes clusters.
49+
- [Configure Azure Monitor for containers Prometheus Integration](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-prometheus-integration) - Updated details related to behavior and config of metric scraping with Azure Red Hat OpenShift compared to other types of Kubernetes clusters.
50+
- [How to update Azure Monitor for containers for metrics](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-update-metrics) - Updated details related to behavior and config of metric scraping with Azure Red Hat OpenShift compared to other types of Kubernetes clusters.
51+
52+
53+
#### Azure Monitor for VMs
54+
- [Azure Monitor for VMs (GA) frequently asked questions](insights/vminsights-ga-release-faq.md) - Added information on upgrading workspace and agents to new version.
55+
56+
#### Office 365
57+
- [Office 365 management solution in Azure](insights/solution-office-365.md) - Added details and FAQ on migrating to Office 365 solution in Azure Sentinel. Removed onboarding section.
58+
59+
60+
61+
### Logs
62+
- [Manage Log Analytics workspaces in Azure Monitor](platform/manage-access.md) - Updates to Not actions.
63+
- [Manage usage and costs for Azure Monitor Logs](platform/manage-cost-storage.md) - Added clarification on calculation of data volume in the Pricing Model section.
64+
- [Use Azure Resource Manager templates to Create and Configure a Log Analytics Workspace](platform/template-workspace-configuration.md) - Updated template with new pricing tiers.
65+
66+
67+
### Platform logs
68+
- [Collect Azure Activity log with diagnostic settings- Azure Monitor](platform/diagnostic-settings-legacy.md) - Additional information on changed properties.
69+
- [Export the Azure Activity Log](platform/activity-log-export.md) - Updated for UI changes.
70+
71+
72+
73+
74+
75+
## December 2019
76+
77+
### Agents
78+
- [Connect Linux computers to Azure Monitor](platform/agent-linux.md) - New article.
79+
80+
### Alerts
81+
- [Create a metric alert with a Resource Manager template](platform/alerts-metric-create-templates.md) - Added example for custom metric.
82+
- [Creating Alerts with Dynamic Thresholds in Azure Monitor](platform/alerts-dynamic-thresholds.md) - Added section on interpreting dynamic threshold charts.
83+
- [Overview of alerting and notification monitoring in Azure](platform/alerts-overview.md) - Updated Resource Graph query.
84+
- [Supported resources for metric alerts in Azure Monitor](platform/alerts-metric-near-real-time.md) - Update to metrics and dimensions supported.
85+
- [Switch from legacy Log Analytics alerts API into new Azure Alerts API](platform/alerts-log-api-switch.md) - Added note on modified alert name.
86+
- [Understand how metric alerts work in Azure Monitor.](platform/alerts-metric-overview.md) - Added supported resource types for monitoring at scale.
87+
88+
### Application Insights
89+
- [Application Insights for Worker Service apps (non-HTTP apps)](app/worker-service.md) - Added default logging level to C# code. Updated package reference version.
90+
- [ApplicationInsights.config reference - Azure](app/configuration-with-applicationinsights-config.md) - Updated sample code.
91+
- [Automate Azure Application Insights with PowerShell](app/powershell.md) - Update to Resource Manager template.
92+
- [Azure Monitor Application Insights NuGet packages](app/nuget.md) - Updated package versions.
93+
- [Create a new Azure Application Insights resource](app/create-new-resource.md) - Note added to globally unique name.
94+
- [Diagnose with Live Metrics Stream - Azure Application Insights](app/live-stream.md) - Updated ASP.NET Core SDK version requirement.
95+
- [Event counters in Application Insights](app/eventcounters.md) - Updated category and table to customMetrics.
96+
- [Explore Java trace logs in Azure Application Insights](app/java-trace-logs.md) - Added configuration for Java agent logging threshold.
97+
- [IP addresses used by Application Insights and Log Analytics](app/ip-addresses.md) - Updated IP addresses for Live Metrics Stream.
98+
- [Monitor Azure app services performance](app/azure-web-apps.md) - Added support for ASP.NET Core 3.0.
99+
- [Monitor Python applications with Azure Monitor (preview)](app/opencensus-python.md) - Added clarification for OpenCensus Python schema mapping to Azure .Monitor schema
100+
- [Release notes for Azure Application Insights](app/release-notes.md) - Added notes for older releases.
101+
- [Telemetry channels in Azure Application Insights](app/telemetry-channels.md) - Updated duration for discarded data during extended period of lost connection.
102+
- [Telemetry sampling in Azure Application Insights](app/sampling.md) - Corrected code snippet for custom TelemetryInitializer.
103+
- [Troubleshoot Application Insights in a Java web project](app/java-troubleshoot.md) - Removed statement about not supporting dependency collection in JDK 9.
104+
105+
### Insights and solutions
106+
- [Azure Monitor for containers Frequently Asked Questions](insights/container-insights-faq.md) - Added question on Image and Name fields.
107+
- [Azure SQL Analytics solution in Azure Monitor](insights/azure-sql.md) - Updated Database waits Managed Instance support.
108+
- [Configure Azure Monitor for containers agent data collection](insights/container-insights-agent-config.md) - Added setting for enrich_container_logs.
109+
- [Configure Hybrid Kubernetes clusters with Azure Monitor for containers](insights/container-insights-hybrid-setup.md) - Added troubleshooting section.
110+
- [Monitor Active Directory replication status with Azure Monitor](insights/ad-replication-status.md) - .NET Framework prerequisite updated.
111+
- [Network Performance Monitor solution in Azure](insights/network-performance-monitor.md) - Added supported regions.
112+
- [Optimize your Active Directory environment with Azure Monitor](insights/ad-assessment.md) - .NET Framework prerequisite updated.
113+
- [Optimize your SQL Server environment with Azure Monitor](insights/sql-assessment.md) - .NET Framework prerequisite updated.
114+
- [Optimize your System Center Operations Manager environment with Azure Log Analytics](insights/scom-assessment.md) - .NET Framework prerequisite updated.
115+
- [Supported connections with IT Service Management Connector in Azure Log Analytics](platform/itsmc-connections.md) - Added New York to prerequisite client ID and client secret.
116+
117+
### Logs
118+
- [Delete and recover Azure Log Analytics workspace](platform/delete-workspace.md) - Added PowerShell method.
119+
- [Designing your Azure Monitor Logs deployment](platform/design-logs-deployment.md) - Ingestion rate for a workspace increased.
120+
121+
### Metrics
122+
- [Azure Monitor platform metrics exportable via Diagnostic Settings](platform/metrics-supported-export-diagnostic-settings.md) - New article.
123+
124+
### Platform logs
125+
Multiple articles updated as part of restructure of content for platform logs based on new feature for configuring activity log using diagnostic settings.
126+
127+
- [Archive Azure resource logs to storage account](platform/resource-logs-collect-storage.md)
128+
- [Azure Activity Log event schema](platform/activity-log-schema.md)
129+
- [Azure Monitor service limits](service-limits.md)
130+
- [Collect and analyze Azure activity logs in Log Analytics workspace](platform/activity-log-collect.md)
131+
- [Collect Azure Activity log with diagnostic settings (preview) - Azure Monitor](platform/diagnostic-settings-legacy.md)
132+
- [Collect Azure Activity logs into a Log Analytics workspace across Azure tenants](platform/activity-log-collect-tenants.md)
133+
- [Collect Azure resource logs in Log Analytics workspace](platform/resource-logs-collect-workspace.md)
134+
- [Create diagnostic setting in Azure using Resource Manager template](platform/diagnostic-settings-template.md)
135+
- [Create diagnostic setting to collect logs and metrics in Azure](platform/diagnostic-settings.md)
136+
- [Export the Azure Activity Log](platform/activity-log-export.md)
137+
- [Overview of Azure platform logs](platform/platform-logs-overview.md)
138+
- [Stream Azure monitoring data to event hub](platform/stream-monitoring-data-event-hubs.md)
139+
- [Stream Azure platform logs to an event hub](platform/resource-logs-stream-event-hubs.md)
140+
141+
### Quickstarts and tutorials
142+
143+
- [Create a metrics chart in Azure Monitor](learn/tutorial-metrics-explorer.md) - New article.
144+
- [Collect resource logs from an Azure Resource and analyze with Azure Monitor](learn/tutorial-resource-logs.md) - New article.
145+
- [Monitor an Azure resource with Azure Monitor](learn/quick-monitor-azure-resource.md) - New article.
146+
147+
## Next steps
148+
149+
- If you'd like to contribute to Azure Monitor documentation, see the [Docs Contributor Guide](https://docs.microsoft.com/contribute/).

0 commit comments

Comments
 (0)