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
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.
24
24
25
25
You learn how to:
26
26
27
27
> [!div class="checklist"]
28
28
> * Create a virtual network and a Bastion host
29
29
> * 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
31
31
> * Enable flow logging for a network security group using Network Watcher NSG flow logs
32
32
> * Download logged data
33
33
> * View logged data
@@ -270,7 +270,7 @@ The comma-separated information for **flowTuples** is as follows:
| 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. |
272
272
| 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. |
274
274
| 49982 | Source port | The source port that the flow originated from. |
275
275
| 443 | Destination port | The destination port that the flow was destined to. |
276
276
| T | Protocol | The protocol of the flow. T: TCP. |
0 commit comments