Skip to content

Commit c6eaa84

Browse files
Merge remote-tracking branch 'upstream/main' into nap-tsg-update
2 parents 10595cc + 857c98d commit c6eaa84

11 files changed

Lines changed: 32 additions & 128 deletions

File tree

support/azure/.openpublishing.redirection.azure.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6491,6 +6491,10 @@
64916491
{
64926492
"source_path": "virtual-machines/windows/run-win-server-2003.md",
64936493
"redirect_url": "/troubleshoot/azure/virtual-machines/windows/ms-azure-windows-eos"
6494+
},
6495+
{
6496+
"source_path": "virtual-machines/windows/vm-stops-at-please-wait-for-group-policy-client.md",
6497+
"redirect_url": "/troubleshoot/virtual-machines/windows/please-wait-for-the-group-policy-client"
64946498
}
64956499
]
64966500
}

support/azure/azure-storage/files/file-sync/file-sync-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Based on the issue you're experiencing, review the appropriate troubleshooting d
2828
If you're unsure where to start, see [General troubleshooting first steps](#general-troubleshooting-first-steps).
2929

3030
> [!TIP]
31-
> You can use Microsoft Copilot in Azure to help diagnose and fix your Azure File Sync environment. For more information, see [Manage and troubleshoot storage accounts using Microsoft Copilot in Azure](/azure/copilot/improve-storage-accounts#troubleshoot-and-resolve-azure-file-sync-issues).
31+
> You can use Azure Copilot to help diagnose and fix your Azure File Sync environment. For more information, see [Manage and troubleshoot storage accounts using Azure Copilot](/azure/copilot/improve-storage-accounts#troubleshoot-and-resolve-azure-file-sync-issues).
3232
3333
## General troubleshooting first steps
3434

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,6 @@ items:
434434
href: os-not-found.md
435435
- name: Troubleshoot Windows VM OS boot failure
436436
href: os-bucket-boot-failure.md
437-
- name: VM stops at "Please wait for the Group Policy Client" screen
438-
href: vm-stops-at-please-wait-for-group-policy-client.md
439437
- name: VM stops at "Checking file system" screen
440438
href: troubleshoot-check-disk-boot-error.md
441439
- name: Azure VM cannot RDP - driver IRQL not less or equal

support/azure/virtual-machines/windows/vm-stops-at-please-wait-for-group-policy-client.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

support/developer/visualstudio/installation/visual-studio-unsupported-operating-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: sap:Installation\Setup, maintenance, or uninstall
77
---
88
# Workarounds and operating system requirements for Visual Studio
99

10-
_Applies to:_   Visual Studio
10+
_Applies to:_   Visual Studio 2026 and later versions
1111

1212
## Summary
1313

support/developer/webapps/iis/was-service-svchost-process-operation/understanding-identities.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understanding identities in IIS
33
description: This article provides background information about identities in Internet Information Services.
44
ms.date: 04/17/2025
55
ms.custom: sap:WAS Service and Svchost Process Operation\Application pool identity
6-
ms.reviewer: prchanda, jarrettr
6+
ms.reviewer: prchanda, jarrettr, v-shaywood
77
---
88
# Understanding identities in IIS
99

@@ -92,6 +92,8 @@ To understand application pool identities, you have to understand what an identi
9292
setspn -a HTTP/MyWebAppZone.com Server1$
9393
```
9494
95+
This scenario results in duplicate SPNs for the same service (in this case HTTP), where each server account has its own SPN. Avoid this type of configuration.
96+
9597
To overcome this disadvantage, you can run the application under a custom Windows (domain) identity, and then set the SPN to only that specific domain account in the domain controller.
9698
9799
Registering an SPN to a domain account:

support/sql/releases/linux/release-history-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following table lists the release history for [!INCLUDE [sql-server-2017](..
1616

1717
- [Release history for SQL Server 2019 on Linux](release-history-2019.md?view=sql-server-ver15&preserve-view=true).
1818
- [Release history for SQL Server 2022 on Linux](release-history-2022.md?view=sql-server-ver16&preserve-view=true).
19-
- [Release history for SQL Server 2025 Preview on Linux](release-history-2025.md?view=sql-server-ver17&preserve-view=true).
19+
- [Release history for SQL Server 2025 on Linux](release-history-2025.md?view=sql-server-ver17&preserve-view=true).
2020

2121
> [!NOTE]
2222
> Any missing GDRs apply to the Windows version only.

support/sql/releases/linux/release-history-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following table lists the release history for [!INCLUDE [sql-server-2019](..
1616

1717
- [Release history for SQL Server 2017 on Linux](release-history-2017.md?view=sql-server-ver14&preserve-view=true).
1818
- [Release history for SQL Server 2022 on Linux](release-history-2022.md?view=sql-server-ver16&preserve-view=true).
19-
- [Release history for SQL Server 2025 Preview on Linux](release-history-2025.md?view=sql-server-ver17&preserve-view=true).
19+
- [Release history for SQL Server 2025 on Linux](release-history-2025.md?view=sql-server-ver17&preserve-view=true).
2020

2121
> [!NOTE]
2222
> Any missing GDRs apply to the Windows version only.

support/sql/releases/linux/release-history-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following table lists the release history for [!INCLUDE [sql-server-2022](..
1616

1717
- [Release history for SQL Server 2017 on Linux](release-history-2017.md?view=sql-server-ver14&preserve-view=true).
1818
- [Release history for SQL Server 2019 on Linux](release-history-2019.md?view=sql-server-ver15&preserve-view=true).
19-
- [Release history for SQL Server 2025 Preview on Linux](release-history-2025.md?view=sql-server-ver17&preserve-view=true).
19+
- [Release history for SQL Server 2025 on Linux](release-history-2025.md?view=sql-server-ver17&preserve-view=true).
2020

2121
> [!NOTE]
2222
> Any missing GDRs apply to the Windows version only.

0 commit comments

Comments
 (0)