Skip to content

Commit 48d7ce2

Browse files
Merge pull request #266633 from halkazwini/nw-windows3
Remove Windows Server 2008 R2
2 parents 5401010 + cb51eb9 commit 48d7ce2

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/virtual-machines/extensions/network-watcher-windows.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ ms.subservice: extensions
77
ms.author: halkazwini
88
author: halkazwini
99
ms.collection: windows
10-
ms.date: 06/09/2023
11-
ms.custom: template-concept, engagement-fy23
10+
ms.date: 02/19/2024
1211
---
1312

1413
# Network Watcher Agent virtual machine extension for Windows
@@ -21,11 +20,11 @@ This article details the supported platforms and deployment options for the Netw
2120

2221
### Operating system
2322

24-
The Network Watcher Agent extension for Windows can be configured for Windows Server 2008 R2, 2012, 2012 R2, 2016, 2019 and 2022 releases. Nano Server isn't supported at this time.
23+
The Network Watcher Agent extension for Windows can be configured for Windows Server 2012, 2012 R2, 2016, 2019 and 2022 releases. Currently, Nano Server isn't supported.
2524

2625
### Internet connectivity
2726

28-
Some of the Network Watcher Agent functionality requires that the virtual machine is connected to the Internet. Without the ability to establish outgoing connections, the Network Watcher Agent won't be able to upload packet captures to your storage account. For more details, please see the [Network Watcher documentation](../../network-watcher/index.yml).
27+
Some of the Network Watcher Agent functionality requires that the virtual machine is connected to the Internet. Without the ability to establish outgoing connections, the Network Watcher Agent can't upload packet captures to your storage account. For more information, please see the [Network Watcher documentation](../../network-watcher/index.yml).
2928

3029
## Extension schema
3130

@@ -78,9 +77,7 @@ Set-AzVMExtension `
7877
-TypeHandlerVersion "1.4"
7978
```
8079

81-
## Troubleshooting and support
82-
83-
### Troubleshooting
80+
## Troubleshooting
8481

8582
You can retrieve data about the state of extension deployments from the Azure portal and PowerShell. To see the deployment state of extensions for a given VM, run the following command using the Azure PowerShell module:
8683

@@ -94,6 +91,7 @@ Extension execution output is logged to files found in the following directory:
9491
C:\WindowsAzure\Logs\Plugins\Microsoft.Azure.NetworkWatcher.NetworkWatcherAgentWindows\
9592
```
9693

97-
### Support
94+
## Related content
9895

99-
If you need more help at any point in this article, you can refer to the [Network Watcher documentation](../../network-watcher/index.yml), or contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Alternatively, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support. For information about using Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).
96+
- [Network Watcher documentation](../../network-watcher/index.yml).
97+
- [Microsoft Q&A - Network Watcher](/answers/topics/azure-network-watcher.html).

0 commit comments

Comments
 (0)