Skip to content

Commit fa738f9

Browse files
authored
Merge pull request #7999 from MicrosoftDocs/main
Auto push to live 2025-01-08 02:00:02
2 parents 09bdacd + cbd197a commit fa738f9

31 files changed

Lines changed: 123 additions & 52 deletions

File tree

.openpublishing.redirection.developer.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5794,6 +5794,42 @@
57945794
"source_path": "support/developer/webapps/iis/site-behavior-performance/page-cannot-displayed-when-you-connect-ssl.md",
57955795
"redirect_url": "/troubleshoot/developer/webapps/iis/iis-welcome",
57965796
"redirect_document_id": false
5797+
},
5798+
{
5799+
"source_path": "support/developer/webapps/iis/general/instances-httpsys-not-cache.md",
5800+
"redirect_url": "/troubleshoot/developer/webapps/iis/www-modules-features/instances-httpsys-not-cache"
5801+
},
5802+
{
5803+
"source_path": "support/developer/webapps/iis/health-diagnostic-performance/troubleshoot-502-2-bad-gateway-error-in-cgi-apps.md",
5804+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/troubleshoot-502-2-bad-gateway-error-in-cgi-apps"
5805+
},
5806+
{
5807+
"source_path": "support/developer/webapps/iis/health-diagnostic-performance/troubleshoot-http-400-errors-in-iis.md",
5808+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/troubleshoot-http-400-errors-in-iis"
5809+
},
5810+
{
5811+
"source_path": "support/developer/webapps/iis/site-behavior-performance/exception-integrated-pipeline-mode.md",
5812+
"redirect_url": "/troubleshoot/developer/webapps/iis/development/exception-integrated-pipeline-mode"
5813+
},
5814+
{
5815+
"source_path": "support/developer/webapps/iis/www-administration-management/http-error-500-when-you-visit-web-site.md",
5816+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/http-error-500-when-you-visit-web-site"
5817+
},
5818+
{
5819+
"source_path": "support/developer/webapps/iis/www-authentication-authorization/401-error-preauthentication-header.md",
5820+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/401-error-preauthentication-header"
5821+
},
5822+
{
5823+
"source_path": "support/developer/webapps/iis/www-authentication-authorization/information-associated-iis-site-is-not-deleted.md",
5824+
"redirect_url": "/troubleshoot/developer/webapps/iis/www-administration-management/information-associated-iis-site-is-not-deleted"
5825+
},
5826+
{
5827+
"source_path": "support/developer/webapps/iis/www-administration-management/http-status-code.md",
5828+
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-status-code"
5829+
},
5830+
{
5831+
"source_path": "support/developer/webapps/iis/health-diagnostic-performance/http-403-14-forbidden-webpage.md",
5832+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/http-403-14-forbidden-webpage"
57975833
}
57985834
]
57995835
}

support/azure/app-service/capture-memory-dumps-app-service.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ In the following sections, we discuss each of these debugging features in more d
100100

101101
The [auto-heal](/azure/app-service/overview-diagnostics#auto-healing) (request duration) feature is useful for capturing a memory dump if the response is taking longer than expected to finish. You can see the link to **Auto-Heal** in the **Diagnostic Tools** tile in the previous screenshot. Select that link to go directly to the feature, or select the **Diagnostic Tools** tile to review all the available tools on the **Diagnostic Tools** page. For information about how to configure this feature, see the following articles:
102102

103-
- [App Services auto heal](https://appserviceblog.com/app-services-auto-heal/)
103+
- [Announcing the New Auto Healing Experience in App Service Diagnostics](https://azure.github.io/AppService/2018/09/10/Announcing-the-New-Auto-Healing-Experience-in-App-Service-Diagnostics.html)
104+
105+
- [Announcing Auto Heal for Linux](https://azure.github.io/AppService/2021/04/21/Announcing-Autoheal-for-Azure-App-Service-Linux.html)
104106

105107
- [Collect and automate diagnostic actions with Azure App Services](https://devblogs.microsoft.com/premier-developer/collect-and-automate-diagnostic-actions-with-azure-app-services/)
106108

support/azure/virtual-machines/linux/troubleshoot-linux-rhui-certificate-issues.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msaenzbosupport
55
ms.author: msaenzbo
66
ms.reviewer: divargas-msft, pagienge, navpreetkaur, v-weizhu
77
editor: v-jsitser
8-
ms.date: 10/24/2024
8+
ms.date: 01/08/2025
99
ms.service: azure-virtual-machines
1010
ms.custom: sap:VM Admin - Linux (Guest OS), linux-related-content
1111
---
@@ -405,7 +405,7 @@ The images from the following offers that were created *after* December 2019 are
405405
406406
The following steps apply if the OS version is *RHEL 7.9* and the VM was created by using the `RHEL-SAP-HA` offer image.
407407
408-
1. Remove the releasever file if it exist.
408+
1. Remove the releasever file if it exists.
409409
410410
```bash
411411
sudo rm /etc/yum/vars/releasever
@@ -455,7 +455,7 @@ The following steps apply if the OS version is *earlier than the latest version
455455
sudo echo $(. /etc/os-release && echo $VERSION_ID) > /etc/dnf/vars/releasever
456456
```
457457
458-
3. Verify that the corresponding repositories are available and show no errors. To do this, run the `yum repolist` command:
458+
3. Verify that the corresponding repositories are available and show no errors. To do this, run the `dnf repolist` command:
459459
460460
```bash
461461
sudo dnf repolist all
@@ -465,7 +465,7 @@ The following steps apply if the OS version is *earlier than the latest version
465465
466466
The following steps apply if the OS version is *RHEL 8.10* supported by SAP and the VM was created by using the `RHEL-SAP-APPS` offer image.
467467
468-
1. Remove the releasever file if it exist.
468+
1. Remove the releasever file if it exists.
469469
470470
```bash
471471
sudo rm /etc/yum/vars/releasever
@@ -477,7 +477,7 @@ The following steps apply if the OS version is *RHEL 8.10* supported by SAP and
477477
sudo dnf --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-base-sapapps.config' install rhui-azure-rhel8-base-sap-apps
478478
```
479479
480-
3. Verify that the corresponding repositories are available and show no errors. To do this, run the `yum repolist` command:
480+
3. Verify that the corresponding repositories are available and show no errors. To do this, run the `dnf repolist` command:
481481
482482
```bash
483483
sudo dnf repolist all
@@ -499,7 +499,7 @@ The following steps apply if the OS version is *earlier than the latest version
499499
sudo echo $(. /etc/os-release && echo $VERSION_ID) > /etc/dnf/vars/releasever
500500
```
501501
502-
3. Verify that the corresponding repositories are available and show no errors. To do this, run the `yum repolist` command:
502+
3. Verify that the corresponding repositories are available and show no errors. To do this, run the `dnf repolist` command:
503503
504504
```bash
505505
sudo dnf repolist all
@@ -509,7 +509,7 @@ The following steps apply if the OS version is *earlier than the latest version
509509
510510
The following steps apply if the OS version is *RHEL 8.10* and the VM was created by using the `RHEL-SAP-HA` offer image.
511511
512-
1. Remove the releasever file if it exist.
512+
1. Remove the releasever file if it exists.
513513
514514
```bash
515515
sudo rm /etc/yum/vars/releasever
@@ -521,10 +521,10 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
521521
sudo dnf --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-base-sap-ha.config' install rhui-azure-rhel8-base-sap-ha
522522
```
523523
524-
4. Verify that the corresponding repositories are available and show no errors. To do this, run the `yum repolist` command:
524+
4. Verify that the corresponding repositories are available and show no errors. To do this, run the `dnf repolist` command:
525525
526526
```bash
527-
sudo yum repolist all
527+
sudo dnf repolist all
528528
```
529529
530530
@@ -542,12 +542,38 @@ The following steps apply if the OS version is *RHEL 8.10* and the VM was create
542542
sudo echo $(. /etc/os-release && echo $VERSION_ID) > /etc/dnf/vars/releasever
543543
```
544544
545-
3. Verify that the corresponding repositories are available and show no errors. To do this, run the `yum repolist` command:
545+
3. Verify that the corresponding repositories are available and show no errors. To do this, run the `dnf repolist` command:
546546
547547
```bash
548548
sudo dnf repolist all
549549
```
550+
551+
552+
#### [RHEL 8.10 - RHEL-HA](#tab/rhe810-rhel-base-ha)
550553
554+
1. Remove the releasever file if it exists:
555+
556+
```bash
557+
sudo rm /etc/yum/vars/releasever
558+
```
559+
560+
2. Remove the client `rhui-azure-rhel8-ha` package by running the `dnf remove` command:
561+
562+
```bash
563+
sudo dnf remove rhui-azure-rhel8-ha
564+
```
565+
566+
3. Install the `rhui-azure-rhel8-base-ha` package by running the [dnf](https://dnf.readthedocs.io/en/latest/command_ref.html) installation command:
567+
568+
```bash
569+
sudo dnf --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-base-ha.config' install rhui-azure-rhel8-base-ha
570+
```
571+
572+
4. Verify that the corresponding repositories are available and show no errors. To do this, run the `dnf repolist` command:
573+
574+
```bash
575+
sudo dnf repolist all
576+
```
551577
---
552578
553579
> [!NOTE]

support/developer/webapps/aspnet/development/threadabortexception-occurs-you-use-response-end.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: ThreadAbortException occurs if you use Response.End
33
description: This article provides resolutions for ThreadAbortException error that occurs if you use Response.End, Response.Redirect, or Server.Transfer.
44
ms.date: 12/13/2024
55
ms.custom: sap:General Development
6+
ms.reviewer: zixie
67
---
78
# ThreadAbortException occurs if you use Response.End, Response.Redirect, or Server.Transfer
89

support/developer/webapps/aspnet/development/write-binary-files-browser-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: This article creates a sample page that demonstrates how to use C#
44
ms.date: 12/18/2024
55
ms.custom: sap:General Development
66
ms.topic: how-to
7+
ms.reviewer: zixie
78
---
89
# Use ASP.NET and C# to write binary files to the browser
910

support/developer/webapps/aspnet/site-behavior-performance/request-timed-out-dataadapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Request timed out when using DataAdapter
33
description: This article provides resolutions for Request Timed Out error that occurs when you use the DataAdapter method or run a query that takes more than 90 seconds to process in an ASP.NET Web application.
44
ms.date: 12/18/2024
55
ms.custom: sap:Performance
6-
ms.reviewer: koushikd, mszixie
6+
ms.reviewer: koushikd, zixie
77
---
88
# Request timed out error when you use the DataAdapter method in an ASP.NET application
99

support/developer/webapps/aspnet/site-behavior-performance/system-threading-threadabortexception.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Exception when you use Server.Transfer
33
description: This article provides resolutions for System.Threading.ThreadAbortException error that occurs when you use Server.Transfer in HTTPHandler in an ASP.NET application.
44
ms.date: 12/18/2024
55
ms.custom: sap:Performance
6+
ms.reviewer: zixie
67
---
78
# System.Threading.ThreadAbortException when you use Server.Transfer in HTTPHandler in an ASP.NET application
89

support/developer/webapps/aspnetcore/practice-troubleshoot-linux/1-2-linux-special-directories-users-package-managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: The Linux directories, users, and package managers
33
description: This article describes the Linux special directories, elevated users, and how to use the package managers.
44
ms.date: 12/16/2024
55
ms.custom: sap:General Development Questions, linux-related-content
6-
ms.reviewer: ramakoni, ahmetmb
6+
ms.reviewer: ramakoni, ahmetmb, zixie
77
author: ahmetmithat
88
---
99
# Part 1.2 - Basic operations on Linux

support/developer/webapps/aspnetcore/practice-troubleshoot-linux/3-2-task-managers-top-htop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use top, htop command to monitor processes
33
description: This article describes how to use top and htop command line tools to monitor processes.
44
ms.date: 12/13/2024
55
ms.custom: sap:General Development Questions, linux-related-content
6-
ms.reviewer: ramakoni, ahmetmb
6+
ms.reviewer: ramakoni, ahmetmb, zixie
77
author: ahmetmithat
88
---
99
# Part 3.2 - Linux task managers, top, and htop

support/developer/webapps/aspnetcore/practice-troubleshoot-linux/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of ASP.NET Core on Linux troubleshooting
33
description: This article provides an overview of how to troubleshoot ASP.NET Core applications on Linux and what you should consider before the troubleshooting.
44
ms.date: 12/16/2024
55
ms.custom: sap:General Development Questions, linux-related-content
6-
ms.reviewer: ramakoni, ahmetmb
6+
ms.reviewer: ramakoni, ahmetmb, zixie
77
author: ahmetmithat
88
---
99
# Overview of ASP.NET Core on Linux troubleshooting

0 commit comments

Comments
 (0)