Skip to content

Commit b92b1f7

Browse files
Merge pull request #228819 from halkazwini/nw-nsg-portal2
tweak
2 parents 1f7e785 + 402a7f7 commit b92b1f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/network-watcher/network-watcher-nsg-flow-logging-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: 'Tutorial: Log network traffic flow to and from a virtual machine - Azure portal'
3-
description: Learn how to log network traffic flow to and from a virtual machine using Network Watcher's NSG flow logs capability.
3+
description: Learn how to log network traffic flow to and from a virtual machine (VM) using Network Watcher NSG flow logs capability.
44
services: network-watcher
55
author: halkazwini
66
ms.service: network-watcher
77
ms.topic: tutorial
88
ms.date: 02/27/2023
99
ms.author: halkazwini
1010
ms.custom: template-tutorial, mvc, engagement-fy23
11-
# Customer intent: I need to log the network traffic to and from a VM so I can analyze it for anomalies.
11+
# Customer intent: I need to log the network traffic to and from a virtual machine (VM) so I can analyze it for anomalies.
1212
---
1313

1414
# Tutorial: Log network traffic to and from a virtual machine using the Azure portal
@@ -20,14 +20,14 @@ ms.custom: template-tutorial, mvc, engagement-fy23
2020
> - [REST API](network-watcher-nsg-flow-logging-rest.md)
2121
> - [Azure Resource Manager](network-watcher-nsg-flow-logging-azure-resource-manager.md)
2222
23-
This tutorial helps you use Azure Network Watcher NSG flow log capability to log a virtual machine's network traffic that flows through the [network security group (NSG)](../virtual-network/network-security-groups-overview.md) associated to its network interface.
23+
This tutorial helps you use Azure Network Watcher [NSG flow logs](network-watcher-nsg-flow-logging-overview.md) capability to log a virtual machine's network traffic that flows through the [network security group (NSG)](../virtual-network/network-security-groups-overview.md) associated to its network interface.
2424

2525
You learn how to:
2626

2727
> [!div class="checklist"]
2828
> * Create a virtual network and a Bastion host
2929
> * Create a virtual machine with a network security group associated to its network interface
30-
> * Register the Microsoft.Insights provider
30+
> * Register Microsoft.insights provider
3131
> * Enable flow logging for a network security group using Network Watcher NSG flow logs
3232
> * Download logged data
3333
> * View logged data
@@ -270,7 +270,7 @@ The comma-separated information for **flowTuples** is as follows:
270270
| ------------ | -------------------- | ---------- |
271271
| 1677455097 | Time stamp | The time stamp of when the flow occurred in UNIX EPOCH format. In the previous example, the date converts to February 26, 2023 11:44:57 PM UTC/GMT. |
272272
| 10.0.0.4 | Source IP address | The source IP address that the flow originated from. 10.0.0.4 is the private IP address of the VM you previously created.
273-
| 13.107.21.200 | Destination IP address | The destination IP address that the flow was destined to. 13.107.21.200 is IP address of `www.bing.com`. Since the traffic was destined outside Azure, the rule named **DefaultRule_AllowInternetOutBound** processed the flow. |
273+
| 13.107.21.200 | Destination IP address | The destination IP address that the flow was destined to. 13.107.21.200 is the IP address of `www.bing.com`. Since the traffic is destined outside Azure, the security rule **DefaultRule_AllowInternetOutBound** processed the flow. |
274274
| 49982 | Source port | The source port that the flow originated from. |
275275
| 443 | Destination port | The destination port that the flow was destined to. |
276276
| T | Protocol | The protocol of the flow. T: TCP. |

0 commit comments

Comments
 (0)