Skip to content

Commit 402a7f7

Browse files
committed
tweak
1 parent 79caf1e commit 402a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)