Skip to content

Commit 05f89ac

Browse files
authored
Merge pull request #226614 from paulth1/insights-articles-batch-1
[AQ] edit pass: insights-articles-batch-1
2 parents 2355e40 + e14968c commit 05f89ac

File tree

7 files changed

+257
-180
lines changed

7 files changed

+257
-180
lines changed
Lines changed: 54 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Networking Analytics solution in Azure Monitor | Microsoft Docs
3-
description: You can use the Azure Networking Analytics solution in Azure Monitor to review Azure network security group logs and Azure Application Gateway logs.
2+
title: Azure networking analytics solution in Azure Monitor | Microsoft Docs
3+
description: You can use the Azure networking analytics solution in Azure Monitor to review Azure network security group logs and Azure Application Gateway logs.
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
@@ -15,60 +15,57 @@ ms.reviewer: shijain
1515
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
1616

1717
Azure Monitor offers the following solutions for monitoring your networks:
18-
* Network Performance Monitor (NPM) to
19-
* Monitor the health of your network
20-
* Azure Application Gateway analytics to review
21-
* Azure Application Gateway logs
22-
* Azure Application Gateway metrics
23-
* Solutions to monitor and audit network activity on your cloud network
24-
* [Traffic Analytics](../../networking/network-monitoring-overview.md#traffic-analytics)
18+
* Network Performance Monitor to:
19+
* Monitor the health of your network.
20+
* Azure Application Gateway analytics to review:
21+
* Application Gateway logs.
22+
* Application Gateway metrics.
23+
* Solutions to monitor and audit network activity on your cloud network:
24+
* [Traffic analytics](../../networking/network-monitoring-overview.md#traffic-analytics).
2525

26-
## Network Performance Monitor (NPM)
26+
## Network Performance Monitor
2727

28-
The [Network Performance Monitor](../../networking/network-monitoring-overview.md) management solution is a network monitoring solution that monitors the health, availability and reachability of networks. It is used to monitor connectivity between:
28+
The [Network Performance Monitor](../../networking/network-monitoring-overview.md) management solution is a network monitoring solution that monitors the health, availability, and reachability of networks. It's used to monitor connectivity between:
2929

30-
* Public cloud and on-premises
31-
* Data centers and user locations (branch offices)
32-
* Subnets hosting various tiers of a multi-tiered application.
30+
* Public cloud and on-premises.
31+
* Datacenters and user locations like branch offices.
32+
* Subnets that host various tiers of a multi-tiered application.
3333

3434
For more information, see [Network Performance Monitor](../../networking/network-monitoring-overview.md).
3535

36-
37-
## Azure Application Gateway analytics
36+
## Application Gateway analytics
3837

3938
1. Enable diagnostics to direct the diagnostics to a Log Analytics workspace in Azure Monitor.
40-
2. Consume the detailed summary for your resource using the workbook template for Application Gateway.
41-
42-
If diagnostic logs are not enabled for Application Gateway, only the default metric data would be populated within the workbook.
39+
1. Consume the detailed summary for your resource by using the workbook template for Application Gateway.
4340

41+
If diagnostic logs aren't enabled for Application Gateway, only the default metric data would be populated within the workbook.
4442

4543
## Review Azure networking data collection details
46-
The Azure Application Gateway analytics and the Network Security Group analytics management solutions collect diagnostics logs directly from Azure Application Gateways and Network Security Groups. It is not necessary to write the logs to Azure Blob storage and no agent is required for data collection.
44+
The Application Gateway analytics and the network security group analytics management solutions collect diagnostics logs directly from Application Gateway and network security groups. It isn't necessary to write the logs to Azure Blob Storage, and no agent is required for data collection.
4745

48-
The following table shows data collection methods and other details about how data is collected for Azure Application Gateway analytics and the Network Security Group analytics.
46+
The following table shows data collection methods and other details about how data is collected for Application Gateway analytics and the network security group analytics.
4947

5048
| Platform | Direct agent | Systems Center Operations Manager agent | Azure | Operations Manager required? | Operations Manager agent data sent via management group | Collection frequency |
5149
| --- | --- | --- | --- | --- | --- | --- |
52-
| Azure | | |• | | |when logged |
53-
50+
| Azure | | |• | | |When logged |
5451

55-
### Enable Azure Application Gateway diagnostics in the portal
52+
### Enable Application Gateway diagnostics in the portal
5653

57-
1. In the Azure portal, navigate to the Application Gateway resource to monitor.
58-
2. Select *Diagnostics Settings* to open the following page.
54+
1. In the Azure portal, go to the Application Gateway resource to monitor.
55+
1. Select **Diagnostic settings** to open the following page.
5956

60-
![Screenshot of the Diagnostics Settings config for Application Gateway resource.](media/azure-networking-analytics/diagnostic-settings-1.png)
57+
![Screenshot that shows the Diagnostic settings config for an Application Gateway resource.](media/azure-networking-analytics/diagnostic-settings-1.png)
6158

62-
[![Screenshot of the page for configuring Diagnostics settings.](media/azure-networking-analytics/diagnostic-settings-2.png)](media/azure-networking-analytics/application-gateway-diagnostics-2.png#lightbox)
59+
[![Screenshot that shows the page for configuring diagnostic settings.](media/azure-networking-analytics/diagnostic-settings-2.png)](media/azure-networking-analytics/application-gateway-diagnostics-2.png#lightbox)
6360

64-
5. Click the checkbox for *Send to Log Analytics*.
65-
6. Select an existing Log Analytics workspace, or create a workspace.
66-
7. Click the checkbox under **Log** for each of the log types to collect.
67-
8. Click *Save* to enable the logging of diagnostics to Azure Monitor.
61+
1. Select the **Send to Log Analytics workspace** checkbox.
62+
1. Select an existing Log Analytics workspace or create a workspace.
63+
1. Select the checkbox under **log** for each of the log types to collect.
64+
1. Select **Save** to enable the logging of diagnostics to Azure Monitor.
6865

69-
#### Enable Azure network diagnostics using PowerShell
66+
#### Enable Azure network diagnostics by using PowerShell
7067

71-
The following PowerShell script provides an example of how to enable resource logging for application gateways.
68+
The following PowerShell script provides an example of how to enable resource logging for application gateways:
7269

7370
```powershell
7471
$workspaceId = "/subscriptions/d2e37fee-1234-40b2-5678-0b2199de3b50/resourcegroups/oi-default-east-us/providers/microsoft.operationalinsights/workspaces/rollingbaskets"
@@ -78,51 +75,50 @@ $gateway = Get-AzApplicationGateway -Name 'ContosoGateway'
7875
Set-AzDiagnosticSetting -ResourceId $gateway.ResourceId -WorkspaceId $workspaceId -Enabled $true
7976
```
8077

81-
#### Accessing Azure Application Gateway analytics via Azure Monitor Network insights
78+
#### Access Application Gateway analytics via Azure Monitor Network Insights
8279

83-
Application insights can be accessed via the insights tab within your Application Gateway resource.
80+
Application insights can be accessed via the **Insights** tab in your Application Gateway resource.
8481

85-
![Screenshot of Application Gateway insights](media/azure-networking-analytics/azure-appgw-insights.png)
82+
![Screenshot that shows Application Gateway insights.](media/azure-networking-analytics/azure-appgw-insights.png)
8683

87-
The "view detailed metrics" tab will open up the pre-populated workbook summarizing the data from your Application Gateway.
84+
The **View detailed metrics** tab opens the pre-populated workbook that summarizes the data from your Application Gateway resource.
8885

89-
[![Screenshot of Application Gateway workbook](media/azure-networking-analytics/azure-appgw-workbook.png)](media/azure-networking-analytics/application-gateway-workbook.png#lightbox)
86+
[![Screenshot that shows an Application Gateway workbook.](media/azure-networking-analytics/azure-appgw-workbook.png)](media/azure-networking-analytics/application-gateway-workbook.png#lightbox)
9087

91-
### New capabilities with Azure Monitor Network Insights workbook
88+
### New capabilities with an Azure Monitor Network Insights workbook
9289

9390
> [!NOTE]
94-
> There are no additional costs associated with Azure Monitor Insights workbook. Log Analytics workspace will continue to be billed as per usage.
91+
> No other costs are associated with an Azure Monitor Network Insights workbook. The Log Analytics workspace will continue to be billed per usage.
9592
96-
The Network Insights workbook allows you to take advantage of the latest capabilities of Azure Monitor and Log Analytics including:
93+
The Network Insights workbook allows you to take advantage of the latest capabilities of Azure Monitor and Log Analytics, including:
9794

9895
* Centralized console for monitoring and troubleshooting with both [metric](../../network-watcher/network-insights-overview.md#resource-health-and-metrics) and log data.
96+
* Flexible canvas to support creation of custom-rich [visualizations](../visualize/workbooks-overview.md#visualizations).
97+
* Ability to consume and [share workbook templates](../visualize/workbooks-templates.md) with a wider community.
9998

100-
* Flexible canvas to support creation of custom rich [visualizations](../visualize/workbooks-overview.md#visualizations).
101-
102-
* Ability to consume and [share workbook templates](../visualize/workbooks-templates.md) with wider community.
103-
104-
To find more information about the capabilities of the new workbook solution check out [Workbooks-overview](../visualize/workbooks-overview.md)
99+
For more information about the capabilities of the new workbook solution, see [Workbooks overview](../visualize/workbooks-overview.md).
105100

106-
## Migrating from Azure Gateway analytics solution to Azure Monitor workbooks
101+
## Migrate from the Azure Gateway analytics solution to Azure Monitor workbooks
107102

108103
> [!NOTE]
109-
> Azure Monitor Network Insights workbook is the recommended solution for accessing metric and log analytics for your Application Gateway resources.
104+
> We recommend the Azure Monitor Network Insights workbook solution for accessing metric and log analytics for your Application Gateway resources.
110105
111-
1. Ensure [diagnostics settings are enabled](#enable-azure-application-gateway-diagnostics-in-the-portal) to store logs into a Log Analytics workspace. If it is already configured, Azure Monitor Network Insights workbook will be able to consume data from the same location and no more changes are required.
106+
1. Ensure that [diagnostics settings are enabled](#enable-application-gateway-diagnostics-in-the-portal) to store logs in a Log Analytics workspace. If it's already configured, the Azure Monitor Network Insights workbook will be able to consume data from the same location. No more changes are required.
112107

113-
> [!NOTE]
114-
> All past data is already available within the workbook from the point diagnostic settings were originally enabled. There is no data transfer required.
115-
116-
2. Access the [default insights workbook](#accessing-azure-application-gateway-analytics-via-azure-monitor-network-insights) for your Application Gateway resource. All existing insights supported by the Application Gateway analytics solution will be already present in the workbook. You can extend this by adding custom [visualizations](../visualize/workbooks-overview.md#visualizations) based on metric and log data.
108+
> [!NOTE]
109+
> All past data is already available within the workbook from the point when diagnostic settings were originally enabled. No data transfer is required.
117110
118-
3. After you are able to see all your metric and log insights, to clean up the Azure Gateway analytics solution from your workspace, you can delete the solution from the solution resource page.
111+
1. Access the [default insights workbook](#access-application-gateway-analytics-via-azure-monitor-network-insights) for your Application Gateway resource. All existing insights supported by the Application Gateway analytics solution will be already present in the workbook. You can add custom [visualizations](../visualize/workbooks-overview.md#visualizations) based on metric and log data.
119112

120-
[![Screenshot of the delete option for Azure Application Gateway analytics solution.](media/azure-networking-analytics/azure-appgw-analytics-delete.png)](media/azure-networking-analytics/application-gateway-analytics-delete.png#lightbox)
113+
1. After you see all your metric and log insights, to clean up the Azure Gateway analytics solution from your workspace, delete the solution from the **Solution Resources** pane.
121114

115+
[![Screenshot that shows the delete option for the Application Gateway analytics solution.](media/azure-networking-analytics/azure-appgw-analytics-delete.png)](media/azure-networking-analytics/application-gateway-analytics-delete.png#lightbox)
122116

123117
## Troubleshooting
118+
119+
Follow the steps here to troubleshoot Azure Diagnostics.
120+
124121
[!INCLUDE [log-analytics-troubleshoot-azure-diagnostics](../../../includes/log-analytics-troubleshoot-azure-diagnostics.md)]
125122

126123
## Next steps
127-
* Use [Log queries in Azure Monitor](../logs/log-query-overview.md) to view detailed Azure diagnostics data.
128-
124+
Use [log queries in Azure Monitor](../logs/log-query-overview.md) to view detailed Azure Diagnostics data.

0 commit comments

Comments
 (0)