Skip to content

Commit fc34ed8

Browse files
authored
Update troubleshoot.md
1 parent 2e01d40 commit fc34ed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/update-manager/troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ If the extension is already present on the machine but the extension status is n
264264

265265
#### Issue
266266

267-
The property [AllowExtensionOperations](https://learn.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.osprofile.allowextensionoperations?view=azure-dotnet-legacy) is set to false in the machine OSProfile.
267+
The property [AllowExtensionOperations](/dotnet/api/microsoft.azure.management.compute.models.osprofile.allowextensionoperations) is set to false in the machine OSProfile.
268268

269269
#### Resolution
270270
The property should be set to true to allow extensions to work properly.
@@ -286,7 +286,7 @@ Proxy is configured on Windows or Linux machines that may block access to endpoi
286286

287287
#### Resolution
288288

289-
For Windows, see [issues related to proxy](https://learn.microsoft.com/troubleshoot/windows-client/installing-updates-features-roles/windows-update-issues-troubleshooting?toc=%2Fwindows%2Fdeployment%2Ftoc.json&bc=%2Fwindows%2Fdeployment%2Fbreadcrumb%2Ftoc.json#issues-related-to-httpproxy).
289+
For Windows, see [issues related to proxy](/troubleshoot/windows-client/installing-updates-features-roles/windows-update-issues-troubleshooting#issues-related-to-httpproxy).
290290

291291
For Linux, ensure proxy setup doesn't block access to repositories that are required for downloading and installing updates.
292292

@@ -300,7 +300,7 @@ TLS 1.0 and TLS 1.1 are deprecated.
300300

301301
Use TLS 1.2 or higher.
302302

303-
For Windows, see [Protocols in TLS/SSL Schannel SSP](https://learn.microsoft.com/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-).
303+
For Windows, see [Protocols in TLS/SSL Schannel SSP](/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-).
304304

305305
For Linux, execute the following command to see the supported versions of TLS for your distro.
306306
`nmap --script ssl-enum-ciphers -p 443 www.azure.com`

0 commit comments

Comments
 (0)