Skip to content

Commit 2df291b

Browse files
authored
Merge pull request #8265 from MicrosoftDocs/main
Auto push to live 2025-02-20 02:00:03
2 parents 9663ac3 + 7aaa940 commit 2df291b

File tree

13 files changed

+85
-13
lines changed

13 files changed

+85
-13
lines changed

support/azure/azure-monitor/app-insights/telemetry/java-standalone-troubleshoot.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Azure Monitor Application Insights for Java
33
description: This article presents troubleshooting information for the Java agent for Azure Monitor Application Insights.
44
ms.topic: conceptual
5-
ms.date: 01/15/2025
5+
ms.date: 02/20/2025
66
editor: v-jsitser
77
ms.reviewer: aaronmax, jeanbisutti, trstalna, toddfous, heya, v-leedennis
88
ms.service: azure-monitor
@@ -258,14 +258,15 @@ You can also try the [monitoring solutions for Java native](/azure/azure-monitor
258258

259259
Application logic can result in an operation ID being reused by multiple telemetry items, as shown in [this example](/azure/azure-monitor/app/distributed-trace-data#example). The duplication might also come from incoming requests. To identify this, do the following operations:
260260

261-
* Enable the capture of the `traceparent` header in the **applicationinsigths.json** file as follows:
261+
* Enable the capture of the `traceparent` and `request-id` headers in the **applicationinsigths.json** file as follows:
262262

263263
```json
264264
{
265265
"preview": {
266266
"captureHttpServerHeaders": {
267267
"requestHeaders": [
268-
"traceparent"
268+
"traceparent",
269+
"request-id"
269270
]
270271
}
271272
}

support/developer/visualstudio/ide/troubleshooting-docker-errors.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Docker client errors on Windows
33
description: Troubleshoot problems you encounter when using Visual Studio to create and deploy web apps to Docker on Windows by using Visual Studio.
44
ms.devlang: dotnet
55
ms.custom: sap:Integrated Development Environment (IDE)\Other, linux-related-content
6-
ms.date: 10/12/2022
6+
ms.date: 02/20/2025
77
author: HaiyingYu
88
ms.author: haiyingyu
99
ms.reviewer: ghogen
@@ -26,6 +26,10 @@ File sharing only needs to be managed if you're using Hyper-V with Docker. If yo
2626
> [!TIP]
2727
> Visual Studio prompts you when **Shared Drives** aren't configured.
2828
29+
## Problems with paths on Windows containers
30+
31+
When you use file paths that are specific to Linux on a Windows container, you might encounter various file input or output (I/O) errors. If so, check the value of the environment variable `VSCT_WslDaemon`. If the variable is set, Visual Studio attempts to use Windows Subsystem for Linux (WSL) paths to refer to the Windows files for creating volumes. This is necessary for Docker in WSL, but doesn't work with Docker Desktop on Windows. This environment variable should always be unset if you use Windows containers.
32+
2933
## Unable to start debugging
3034

3135
One reason for this issue could be related to having stale debugging components in your user profile folder. Execute the following commands to remove these folders so that the latest debugging components are downloaded on the next debug session.

support/mem/configmgr/client-installation/client-agent-installation-error-80041002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Client agent installation fails with error 80041002
33
description: Describes an issue in which the Configuration Manager client installation fails on a management point that has Cumulative Update 3 for Configuration Manager 2012 SP1 installed.
44
ms.date: 02/11/2025
5-
ms.reviewer: kaushika, buzb
5+
ms.reviewer: kaushika, buzb, GRaposo
66
ms.custom: sap:Client Installation, Registration and Assignment\Client Installation
77
---
88
# Installation of the Configuration Manager client agent fails with error code 80041002

support/mem/configmgr/client-management/clients-not-receive-policy-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ConfigMgr clients don't receive policy data
33
description: Fixes an issue that occurs if a recovery that's made from a central administration site doesn't reset session IDs in SQL Server.
44
ms.date: 02/11/2025
5-
ms.reviewer: kaushika
5+
ms.reviewer: kaushika, GRaposo
66
ms.custom: sap:Client Operations\Client Policy
77
---
88
# Configuration Manager clients don't receive policy data after you recover a primary site from a CAS

support/mem/configmgr/setup-migrate-backup-recovery/service-connection-tool-not-download-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Error downloading the ConfigMgr.AdminUIContent.cab file
33
description: An AdminUIContentDownload error occurs when you download updates for Configuration Manager by using service connection point online mode or ServiceConnectionTool.exe.
44
ms.date: 02/11/2025
5-
ms.reviewer: kaushika
5+
ms.reviewer: kaushika, GRaposo
66
ms.custom: sap:Configuration Manager Setup, High Availability, Migration and Recovery\Updates and Servicing
77
---
88
# Error when downloading ConfigMgr.AdminUIContent.cab by using SMS_DMP_DOWNLOADER or ServiceConnectionTool.exe

support/mem/configmgr/setup-migrate-backup-recovery/site-upgrade-blocked-in-database-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Site upgrade gets stuck at database update
33
description: Describes an issue that Configuration Manager upgrade gets stuck at the Upgrade ConfigMgr Database step due to many Software Center requests.
44
ms.date: 02/11/2025
55
ms.custom: sap:Configuration Manager Database\Database Errors
6-
ms.reviewer: kaushika
6+
ms.reviewer: kaushika, GRaposo
77
---
88
# Configuration Manager upgrade gets stuck at Upgrade ConfigMgr Database
99

support/mem/configmgr/update-management/state-messaging-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: State messaging in Configuration Manager
33
description: Describes the state messaging system in Configuration Manager.
44
ms.date: 02/11/2025
5-
ms.reviewer: kaushika, nacmasdpod, jarrettr
5+
ms.reviewer: kaushika, nacmasdpod, jarrettr, andad
66
ms.custom: sap:Client Operations\State or Status Messages
77
---
88
# Description of state messaging in Configuration Manager

support/mem/configmgr/update-management/track-software-update-deployment-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Track the software update deployment process
33
description: Describes how to track the deployment of software updates in System Center 2012 Configuration Manager by using log files.
44
ms.date: 02/11/2025
5-
ms.reviewer: kaushika
5+
ms.reviewer: kaushika, andad
66
ms.custom: sap:Software Update Management (SUM)\Software Update Groups or Deployments
77
---
88
# Track the software update deployment process in Configuration Manager

support/mem/configmgr/update-management/troubleshoot-issues-with-wsus-client-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot issues with Windows Server Update Services (WSUS) client agents
33
description: Diagnose and resolve issues with the WSUS client agents.
44
ms.date: 02/11/2025
5-
ms.reviewer: kaushika
5+
ms.reviewer: kaushika, andad
66
ms.custom: sap:Client Operations\Client Health
77
---
88
# Troubleshoot issues with WSUS client agents

support/mem/configmgr/update-management/troubleshoot-software-update-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot software update deployments
33
description: Describes how to troubleshoot software update deployments that don't run successfully. For example, updates fail to download and there are unexpected reboots during update installation.
44
ms.date: 02/11/2025
5-
ms.reviewer: kaushika
5+
ms.reviewer: kaushika, andad
66
ms.custom: sap:Software Update Management (SUM)\Software Update Groups or Deployments
77
---
88
# Troubleshoot software update deployments in Configuration Manager

0 commit comments

Comments
 (0)