Skip to content

Commit aa15261

Browse files
Merge pull request #270753 from halkazwini/nw-faq
Added a Q&A about the ip addresses that the agent communicate with
2 parents 0497ca4 + 45bc868 commit aa15261

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

articles/network-watcher/frequently-asked-questions.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: faq
9-
ms.date: 03/12/2024
9+
ms.date: 03/31/2024
1010
title: "Network Watcher frequently asked questions (FAQ)"
1111
summary: |
1212
This article provides answers to some of the frequently asked questions asked about Azure Network Watcher.
@@ -23,7 +23,7 @@ sections:
2323
- question: |
2424
What tools does Network Watcher provide?
2525
answer: |
26-
Network Watcher provides three major sets of capabilities
26+
Network Watcher provides three major sets of capabilities:
2727
* Monitoring
2828
* [Topology view](./view-network-topology.md) shows you the resources in your virtual network and the relationships between them.
2929
* [Connection monitor](./connection-monitor-overview.md) allows you to monitor connectivity and latency between endpoints inside and outside Azure.
@@ -116,25 +116,30 @@ sections:
116116
- name: Network Watcher Agent
117117
questions:
118118
- question: |
119-
Why do I need to install the Network Watcher agent?
119+
Why do I need to install the Network Watcher Agent?
120120
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.
122122
123123
- question: |
124-
Which features require the Network Watcher agent?
124+
Which features require the Network Watcher Agent?
125125
answer: |
126126
The Packet capture, Connection troubleshoot and Connection monitor features require the Network Watcher extension to be present.
127127
128128
- question: |
129-
What is the latest version of the Network Watcher agent?
129+
What is the latest version of the Network Watcher Agent?
130130
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).
132132
133133
- question: |
134-
What ports does the Network Watcher agent use?
134+
What ports does the Network Watcher Agent use?
135135
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.
138143
139144
- name: Connection monitor
140145
questions:
@@ -193,7 +198,7 @@ sections:
193198
- question: |
194199
Can I log ICMP traffic using flow logs?
195200
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.
197202
198203
- question: |
199204
Can I delete a network security group that has flow logging enabled?
@@ -203,7 +208,7 @@ sections:
203208
- question: |
204209
Can I move a network security group that has flow logging enabled to a different resource group or subscription?
205210
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.
207212
208213
- question: |
209214
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

Comments
 (0)