Skip to content

Commit 78fa121

Browse files
Merge pull request #251327 from halkazwini/nw-ct3
Update response table and rename file
2 parents 6ca1f44 + 4514179 commit 78fa121

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

articles/network-watcher/.openpublishing.redirection.network-watcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"source_path_from_root": "/articles/network-watcher/network-watcher-monitoring-overview.md",
2020
"redirect_url": "/azure/network-watcher/network-watcher-overview",
2121
"redirect_document_id": true
22+
},
23+
{
24+
"source_path_from_root": "/articles/network-watcher/network-watcher-connectivity-overview.md",
25+
"redirect_url": "/azure/network-watcher/connection-troubleshoot-overview",
26+
"redirect_document_id": true
2227
}
2328
]
2429
}

articles/network-watcher/network-watcher-connectivity-overview.md renamed to articles/network-watcher/connection-troubleshoot-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ The following table shows the properties returned after running connection troub
110110
| SourceSecurityRuleAnalysis.Results[].NetworkSecurityGroupResult.RulesEvaluationResult[].ProtocolMatched | Value indicates if protocol is matched. Boolean values. |
111111
| SourceSecurityRuleAnalysis.Results[].NetworkSecurityGroupResult.RulesEvaluationResult[].SourceMatched | Value indicates if source is matched. Boolean values. |
112112
| SourceSecurityRuleAnalysis.Results[].NetworkSecurityGroupResult.RulesEvaluationResult[].SourcePortMatched | Value indicates if source port is matched. Boolean values. |
113+
| DestinationSecurityRuleAnalysis | Same as SourceSecurityRuleAnalysis format. |
113114
| SourcePortStatus | Determines whether the port at source is reachable or not. Possible Values are: <br>**Unknown** <br>**Reachable** <br>**Unstable** <br>**NoConnection** <br>**Timeout** |
114115
| DestinationPortStatus | Determines whether the port at destination is reachable or not. Possible Values are: <br>**Unknown** <br>**Reachable** <br>**Unstable** <br>**NoConnection** <br>**Timeout** |
115116

@@ -144,7 +145,7 @@ Connection troubleshoot returns fault types about the connection. The following
144145
| NetworkSecurityRule | Traffic is blocked by a network security group rule (security rule is returned). |
145146
| UserDefinedRoute | Traffic is dropped due to a user defined or system route. |
146147

147-
### Next steps
148+
### Next step
148149

149150
To learn how to use connection troubleshoot to test and troubleshoot connections, continue to:
150151
> [!div class="nextstepaction"]

articles/network-watcher/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ landingContent:
6666
- linkListType: concept
6767
links:
6868
- text: Connection troubleshoot overview
69-
url: network-watcher-connectivity-overview.md
69+
url: connection-troubleshoot-overview.md
7070
- text: Connection monitor overview
7171
url: connection-monitor-overview.md
7272
- linkListType: tutorial

articles/network-watcher/network-watcher-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Network Watcher offers seven network diagnostics tools that help troubleshoot an
6969

7070
### Connection troubleshoot
7171

72-
**Connection troubleshoot** enables you to test a connection between a virtual machine, a virtual machine scale set, an application gateway, or a Bastion host and a virtual machine, an FQDN, a URI, or an IPv4 address. The test returns similar information returned when using the [connection monitor](#connection-monitor) capability, but tests the connection at a point in time instead of monitoring it over time, as connection monitor does. For more information, see [Connection troubleshoot overview](network-watcher-connectivity-overview.md) and [Troubleshoot connections with Azure Network Watcher](network-watcher-connectivity-portal.md).
72+
**Connection troubleshoot** enables you to test a connection between a virtual machine, a virtual machine scale set, an application gateway, or a Bastion host and a virtual machine, an FQDN, a URI, or an IPv4 address. The test returns similar information returned when using the [connection monitor](#connection-monitor) capability, but tests the connection at a point in time instead of monitoring it over time, as connection monitor does. For more information, see [Connection troubleshoot overview](connection-troubleshoot-overview.md) and [Troubleshoot connections with Azure Network Watcher](network-watcher-connectivity-portal.md).
7373

7474
### Packet capture
7575

articles/network-watcher/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- name: Next hop
4747
href: network-watcher-next-hop-overview.md
4848
- name: Connection troubleshoot
49-
href: network-watcher-connectivity-overview.md
49+
href: connection-troubleshoot-overview.md
5050
- name: VPN troubleshoot
5151
href: network-watcher-troubleshoot-overview.md
5252
- name: Packet capture

0 commit comments

Comments
 (0)