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
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/network-watcher-linux.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ In this article, you learn how to install and uninstall Network Watcher Agent fo
29
29
30
30
# [**Portal**](#tab/portal)
31
31
32
-
- An Azure Linux virtual machine (VM). For more information, see [Supported operating systems](#supported-operating-systems).
32
+
- An Azure Linux virtual machine (VM). For more information, see [Supported Linux distributions and versions](#supported-operating-systems).
33
33
34
34
- 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.
35
35
36
36
- Internet connectivity: Network Watcher Agent requires internet connectivity for some features to properly work. For example, it requires connectivity to your storage account to upload packet captures. For more information, see [Packet capture overview](../../network-watcher/packet-capture-overview.md).
37
37
38
38
# [**PowerShell**](#tab/powershell)
39
39
40
-
- An Azure Linux virtual machine (VM). For more information, see [Supported operating systems](#supported-operating-systems).
40
+
- An Azure Linux virtual machine (VM). For more information, see [Supported Linux distributions and versions](#supported-operating-systems).
41
41
42
42
- 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.
43
43
@@ -51,7 +51,7 @@ In this article, you learn how to install and uninstall Network Watcher Agent fo
51
51
52
52
# [**Azure CLI**](#tab/cli)
53
53
54
-
- An Azure Linux virtual machine (VM). For more information, see [Supported operating systems](#supported-operating-systems).
54
+
- An Azure Linux virtual machine (VM). For more information, see [Supported Linux distributions and versions](#supported-operating-systems).
55
55
56
56
- 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.
57
57
@@ -65,7 +65,7 @@ In this article, you learn how to install and uninstall Network Watcher Agent fo
65
65
66
66
# [**Resource Manager**](#tab/arm)
67
67
68
-
- An Azure Linux virtual machine (VM). For more information, see [Supported operating systems](#supported-operating-systems).
68
+
- An Azure Linux virtual machine (VM). For more information, see [Supported Linux distributions and versions](#supported-operating-systems).
69
69
70
70
- 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.
71
71
@@ -314,15 +314,12 @@ N/A
314
314
315
315
---
316
316
317
-
## Update Network Watcher Agent VM extension
318
-
319
-
To learn how to update the Network Watcher Agent VM extension to the latest version, see [Update Azure Network Watcher extension to the latest version](network-watcher-update.md).
320
-
321
317
## Frequently asked questions (FAQ)
322
318
323
319
To get answers to most frequently asked questions about Network Watcher Agent, see [Network Watcher Agent FAQ](../../network-watcher/frequently-asked-questions.yml#network-watcher-agent).
324
320
325
321
## Related content
326
322
323
+
-[Update Azure Network Watcher extension to the latest version](network-watcher-update.md).
0 commit comments