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/update-manager/troubleshoot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ If the extension is already present on the machine but the extension status is n
264
264
265
265
#### Issue
266
266
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.
268
268
269
269
#### Resolution
270
270
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
286
286
287
287
#### Resolution
288
288
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).
290
290
291
291
For Linux, ensure proxy setup doesn't block access to repositories that are required for downloading and installing updates.
292
292
@@ -300,7 +300,7 @@ TLS 1.0 and TLS 1.1 are deprecated.
300
300
301
301
Use TLS 1.2 or higher.
302
302
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-).
304
304
305
305
For Linux, execute the following command to see the supported versions of TLS for your distro.
0 commit comments