Skip to content

Commit 0c584d9

Browse files
authored
Merge branch 'MicrosoftDocs:main' into Branch-CI6185
2 parents e8646b9 + 2634468 commit 0c584d9

File tree

55 files changed

+390
-764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+390
-764
lines changed

.github/workflows/manage_stale_branches.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ permissions:
55
pull-requests: read
66

77
on:
8+
schedule:
9+
- cron: "0 9 1,28 * *"
810
workflow_dispatch:
911

1012

.openpublishing.redirection.developer.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6382,6 +6382,42 @@
63826382
{
63836383
"source_path": "support/sql/database-engine/linked-servers/set-up-troubleshoot-linked-server.md",
63846384
"redirect_url": "/previous-versions/troubleshoot/sql/linked-servers/set-up-troubleshoot-linked-server"
6385+
},
6386+
{
6387+
"source_path": "support/windows/win32/user32-kernel32-not-initialize.md",
6388+
"redirect_url": "/previous-versions/troubleshoot/windows/win32/user-32-kernel-32-not-initialize"
6389+
},
6390+
{
6391+
"source_path": "support/windows/win32/application-using-message-filters-unresponsive-win10.md",
6392+
"redirect_url": "/previous-versions/troubleshoot/windows/win32/application-using-message-filters-unresponsive-windows-10"
6393+
},
6394+
{
6395+
"source_path": "support/windows/win32/print-app-xps-document-writer.md",
6396+
"redirect_url": "/previous-versions/troubleshoot/windows/win32/print-application-xps-document-writer"
6397+
},
6398+
{
6399+
"source_path": "support/windows/win32/mix-gdi-and-gdi-plus-drawing.md",
6400+
"redirect_url": "/previous-versions/troubleshoot/windows/win32/interoperability-gdi-gdi-plus"
6401+
},
6402+
{
6403+
"source_path": "support/windows/win32/shell-functions-multithreaded-apartment.md",
6404+
"redirect_url": "/previous-versions/troubleshoot/windows/win32/shell-functions-multithreaded-apartment"
6405+
},
6406+
{
6407+
"source_path": "support/windows/win32/geticmprofile-might-leak-one-or-more-handles-on-windows10.md",
6408+
"redirect_url": "/previous-versions/troubleshoot/windows/win32/geticmprofile-might-leak-one-more-handles-windows-10"
6409+
},
6410+
{
6411+
"source_path": "support/windows/win32/east-asian-first-character-not-recognized.md",
6412+
"redirect_url": "/previous-versions/troubleshoot/windows/win32/east-asian-first-character-not-recognized"
6413+
},
6414+
{
6415+
"source_path": "support/sql/database-engine/database-file-operations/virtual-host-driver-lead-data-consistency.md",
6416+
"redirect_url": "/troubleshoot/sql/welcome-sql-server"
6417+
},
6418+
{
6419+
"source_path": "support/windows/win32/navigation-bar-not-update-navigating-shell-namespace-extension-folders.md",
6420+
"redirect_url": "/troubleshoot/windows/win32/welcome-windowsdeveloper"
63856421
}
63866422
]
63876423
}

support/azure/azure-kubernetes/security/troubleshoot-seccomp-profiles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.reviewer: mayasingh, josebl, qasimsarfraz, v-weizhu
55
ms.service: azure-kubernetes-service
66
ms.topic: troubleshooting-general #Don't change.
77
ms.date: 06/06/2025
8+
ms.custom: sap:security and identity
89
#customer intent: As a DevOps Engineer, I want to set up an effective Seccomp profile so that I can run my workloads successfully while making them as secure as possible.
910
---
1011
# Troubleshoot seccomp profile configuration in Azure Kubernetes Service

support/azure/azure-storage/blobs/alerts/storage-explorer-troubleshooting.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ author: jinglouMSFT
66
ms.author: jinglou
77
ms.service: azure-storage
88
ms.custom: sap:Alerts, Metrics, Logging and Monitoring, linux-related-content
9-
ms.date: 12/23/2024
10-
ms.reviewer: cralvord,richardgao
9+
ms.date: 06/13/2025
10+
ms.reviewer: cralvord, richardgao
1111
---
1212

1313
# Azure Storage Explorer troubleshooting guide
@@ -478,6 +478,9 @@ If you accidentally attached by using an invalid shared access signature URL and
478478

479479
Storage Explorer comes packaged with all dependencies it needs to run on Windows.
480480

481+
> [!NOTE]
482+
> Some components need command line access. If it's restricted, Storage Explorer might not work as expected. If you encounter issues, contact your system administrator.
483+
481484
## [macOS](#tab/macOS)
482485

483486
Storage Explorer comes packaged with all dependencies it needs to run on macOS.
@@ -498,7 +501,7 @@ snap connect storage-explorer:password-manager-service :password-manager-service
498501

499502
You can also download the application as a *.tar.gz* file, but you have to install dependencies manually.
500503

501-
Storage Explorer requires the [.NET 6 runtime](/dotnet/core/install/linux) to be installed on your system. The ASP.NET runtime isn't required.
504+
Storage Explorer requires the [.NET 8 runtime](/dotnet/core/install/linux) to be installed on your system. The ASP.NET runtime isn't required.
502505

503506
> [!NOTE]
504507
> Older versions of Storage Explorer might require a different version of .NET or .NET Core. To determine the required version, refer to the release notes or in-app error messages.
@@ -676,7 +679,7 @@ AzCopy logs can be found easily via two different methods:
676679
For some issues, you need to provide logs of the network calls made by Storage Explorer. On Windows, you can get network logs by using Fiddler.
677680

678681
> [!NOTE]
679-
> Fiddler traces might contain passwords you entered or sent in your browser during the gathering of the trace. Make sure to read the instructions on how to sanitize a Fiddler trace. Don't upload Fiddler traces to GitHub. You'll be told where you can securely send your Fiddler trace.
682+
> Fiddler traces might contain passwords you entered or sent in your browser during the gathering of the trace. Make sure to read the instructions on how to sanitize a Fiddler trace. Don't upload Fiddler traces to GitHub. Wait for instructions on how to securely send your Fiddler trace.
680683
681684
#### Part 1: Install and configure Fiddler
682685

support/azure/cosmos-db/account-admin/data-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshoot scenarios when the Azure Cosmos DB Data Explorer can't
44
author: seesharprun
55
ms.author: sidandrews
66
ms.reviewer: ouryba, v-sidong
7-
ms.date: 02/14/2024
7+
ms.date: 06/11/2025
88
ms.custom: sap:Account Administration
99
---
1010

support/azure/cosmos-db/account-admin/private-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: seesharprun
55
editor: v-jsitser
66
ms.author: sidandrews
77
ms.reviewer: ouryba, v-jayaramanp
8-
ms.date: 01/18/2024
8+
ms.date: 06/11/2025
99
ms.custom: sap:Account Administration, devx-track-arm-template
1010
---
1111

support/azure/cosmos-db/tools-connectors/emulator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ editor: v-jsitser
66
ms.author: sidandrews
77
ms.reviewer: ouryba, v-jayaramanp
88
ms.topic: troubleshooting
9-
ms.date: 01/18/2024
9+
ms.date: 06/11/2025
1010
ms.custom: sap:Tools and Connectors
1111
---
1212

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Bug Check 0x0000001A - IRQL_NOT_LESS_OR_EQUAL
3+
description: Provides solutions to an issue where an Azure virtual machine (VM) experiences the IRQL_NOT_LESS_OR_EQUAL bug check (0x0000001A).
4+
ms.date: 06/13/2025
5+
ms.reviewer: cwhitley, v-weizhu
6+
ms.service: azure-virtual-machines
7+
ms.collection: windows
8+
ms.custom: sap:My VM is not booting
9+
---
10+
11+
# VM startup is stuck on bug check 0x0000001A - IRQL_NOT_LESS_OR_EQUAL
12+
13+
**Applies to:** :heavy_check_mark: Windows VMs
14+
15+
This article helps you resolve an issue where a Microsoft Azure virtual machine (VM) experiences the **IRQL_NOT_LESS_OR_EQUAL** bug check with the stop code 0x0000001A.
16+
17+
## Symptoms
18+
19+
When you use [Boot diagnostics](./boot-diagnostics.md) to view the screenshot of a VM, the Windows operating system (OS) displays the **IRQL_NOT_LESS_OR_EQUAL** bug check (0x0000001A).
20+
21+
:::image type="content" source="media/interrupt-request-line-not-less-equal/interrupt-request-line-not-less-equal-bug-check-screen.png" alt-text="Screenshot of Windows operating system bug check IRQL_NOT_LESS_OR_EQUAL (0x0000001A).":::
22+
23+
## Cause
24+
25+
This bug check indicates that Windows or a kernel-mode driver tries to access paged memory at an invalid address while operating at a raised interrupt request level (IRQL).
26+
27+
This issue often occurs when the OS of a VM doesn't support more than 64 virtual CPUs (vCPUs), but the VM is configured with a higher vCPU count. For instance, Windows Server 2012 R2 supports a maximum of 64 vCPUs. If a VM running such an OS is provisioned with more than 64 vCPUs, the VM might fail to start and trigger the IRQL_NOT_LESS_OR_EQUAL bug check.
28+
29+
## Resolution
30+
31+
To resolve this issue, use one of the following methods:
32+
33+
- Reduce the number of vCPUs assigned to the VM to 64 or fewer.
34+
- Rebuild the VM using an OS that supports more than 64 vCPUs, such as Windows Server 2016 or later.
35+
36+
If your VM is already running a supported OS version or is configured with 64 or fewer vCPUs, further investigation is required to determine the specific cause of this issue.
37+
38+
## Collect a memory dump for troubleshooting
39+
40+
To assist with further diagnosis, [collect an OS memory dump file](./collect-os-memory-dump-file.md) and then [create a support request](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview?DMC=troubleshoot) so that Azure support can investigate and help resolve the issue.
41+
42+
43+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
Loading

support/azure/virtual-machines/windows/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@
336336
href: applying-group-policy-shortcuts-policy.md
337337
- name: Azure VM startup hangs at "Applying Software Installation policy"
338338
href: applying-software-installation-policy.md
339+
- name: Azure VM startup hangs at "IRQL_NOT_LESS_OR_EQUAL"
340+
href: interrupt-request-line-not-less-equal.md
339341
- name: Troubleshoot Windows VM OS with missing boot manager
340342
href: os-bootmgr-missing.md
341343
- name: OS isn't found

0 commit comments

Comments
 (0)