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 article provides answers to some of the frequently asked questions asked about Azure Network Watcher.
@@ -23,7 +23,7 @@ sections:
23
23
- question: |
24
24
What tools does Network Watcher provide?
25
25
answer: |
26
-
Network Watcher provides three major sets of capabilities
26
+
Network Watcher provides three major sets of capabilities:
27
27
* Monitoring
28
28
* [Topology view](./view-network-topology.md) shows you the resources in your virtual network and the relationships between them.
29
29
* [Connection monitor](./connection-monitor-overview.md) allows you to monitor connectivity and latency between endpoints inside and outside Azure.
@@ -116,25 +116,30 @@ sections:
116
116
- name: Network Watcher Agent
117
117
questions:
118
118
- question: |
119
-
Why do I need to install the Network Watcher agent?
119
+
Why do I need to install the Network Watcher Agent?
120
120
answer: |
121
-
The Network Watcher agent is required for any Network Watcher feature that generates or intercepts traffic from a virtual machine.
121
+
The Network Watcher Agent is required for any Network Watcher feature that generates or intercepts traffic from a virtual machine.
122
122
123
123
- question: |
124
-
Which features require the Network Watcher agent?
124
+
Which features require the Network Watcher Agent?
125
125
answer: |
126
126
The Packet capture, Connection troubleshoot and Connection monitor features require the Network Watcher extension to be present.
127
127
128
128
- question: |
129
-
What is the latest version of the Network Watcher agent?
129
+
What is the latest version of the Network Watcher Agent?
130
130
answer: |
131
-
[!INCLUDE [Network Watcher agent version](../../includes/virtual-machines-extensions-network-watcher-agent-version.md)]. For more information, see [Update Azure Network Watcher extension to the latest version](../virtual-machines/extensions/network-watcher-update.md?toc=%2Fazure%2Fnetwork-watcher%2Ftoc.json).
131
+
[!INCLUDE [Network Watcher Agent version](../../includes/virtual-machines-extensions-network-watcher-agent-version.md)]. For more information, see [Update Azure Network Watcher extension to the latest version](../virtual-machines/extensions/network-watcher-update.md?toc=/azure/network-watcher/toc.json&bc=/azure/network-watcher/breadcrumb/toc.json).
132
132
133
133
- question: |
134
-
What ports does the Network Watcher agent use?
134
+
What ports does the Network Watcher Agent use?
135
135
answer: |
136
-
- **Linux**: the Network Watcher agent uses available ports starting from port 50000 and above until it reaches port 65535.
137
-
- **Windows**: the Network Watcher agent uses the ports that the operating system responds with when queried for available ports.
136
+
- **Linux**: the Network Watcher Agent uses available ports starting from `port 50000` until it reaches `port 65535`.
137
+
- **Windows**: the Network Watcher Agent uses the ports that the operating system responds with when queried for available ports.
138
+
139
+
- question: |
140
+
What IP addresses does the Network Watcher Agent communicate with?
141
+
answer: |
142
+
The Network Watcher Agent requires outbound TCP connectivity to `169.254.169.254` over `port 80` and `168.63.129.16` over `port 8037`. The agent uses these IP addresses to communicate with the Azure platform.
138
143
139
144
- name: Connection monitor
140
145
questions:
@@ -193,7 +198,7 @@ sections:
193
198
- question: |
194
199
Can I log ICMP traffic using flow logs?
195
200
answer: |
196
-
No. NSG flow logs and VNet flow logs don't support ICMP protocol.
201
+
No, NSG flow logs and VNet flow logs don't support ICMP protocol.
197
202
198
203
- question: |
199
204
Can I delete a network security group that has flow logging enabled?
@@ -203,7 +208,7 @@ sections:
203
208
- question: |
204
209
Can I move a network security group that has flow logging enabled to a different resource group or subscription?
205
210
answer: |
206
-
Yes, but you you must delete the associated flow log resource. After you migrate the network security group, you can re-create the flow logs to enable flow logging on it.
211
+
Yes, but you must delete the associated flow log resource. After you migrate the network security group, you can re-create the flow logs to enable flow logging on it.
207
212
208
213
- question: |
209
214
Can I use a storage account in a different subscription than the network security group or virtual network that the flow log is enabled for?
0 commit comments