Skip to content

Commit f9dab4f

Browse files
authored
Merge pull request #101159 from MicahMcKittrick-MSFT/patch-326
MicrosoftDocs/azure-docs#32846
2 parents be46522 + b34ecf9 commit f9dab4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/virtual-machines/extensions/agent-windows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ $vm | Update-AzVM
6666
```
6767

6868
### Prerequisites
69-
The Windows VM Agent needs at least Windows Server 2008 R2 (64-bits) to run, with the .Net Framework 4.0. See [Minimum version support for virtual machine agents in Azure](https://support.microsoft.com/en-us/help/4049215/extensions-and-virtual-machine-agent-minimum-version-support)
69+
- The Windows VM Agent needs at least Windows Server 2008 R2 (64-bits) to run, with the .Net Framework 4.0. See [Minimum version support for virtual machine agents in Azure](https://support.microsoft.com/en-us/help/4049215/extensions-and-virtual-machine-agent-minimum-version-support)
70+
71+
- Ensure your VM has access to IP address 168.63.129.16. For more information see [What is IP address 168.63.129.16](https://docs.microsoft.com/azure/virtual-network/what-is-ip-address-168-63-129-16).
7072

7173
## Detect the VM Agent
7274

0 commit comments

Comments
 (0)