Skip to content

Commit 4aced44

Browse files
committed
Merge remote-tracking branch 'upstream/main' into AB#7807-SFTP-issues-in-OpenSSH
2 parents 3516bc6 + 4ad4322 commit 4aced44

9 files changed

Lines changed: 304 additions & 35 deletions

File tree

support/azure/azure-monitor/app-insights/troubleshoot-application-map-issues.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
22
title: Troubleshoot Application Map Issues
33
description: Provides general recommendations and specific suggestions for Application map issues.
4+
author: JarrettRenshaw
5+
ms.author: jarrettr
6+
manager: dcscontentpm
7+
ms.topic: troubleshooting
48
ms.date: 10/14/2025
59
ms.service: azure-monitor
610
ms.custom: sap:Application Insights portal experiences
7-
ms.reviewer: aaronmax, v-weizhu, jarrettr
11+
ms.reviewer: aaronmax, v-weizhu, jarrettr, v-ryanberg, v-gsitser
812
---
913
# Troubleshoot Application map issues
1014

@@ -77,5 +81,6 @@ If **Intelligent view** doesn't load, set the configured time frame to six days
7781

7882
If **Intelligent view** takes longer to load than expected, don't select the **Update map components** option. Enable **Intelligent view** only for a single Application Insights resource.
7983

80-
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
84+
[!INCLUDE [Azure Help Support](~/includes/azure-help-support.md)]
8185

86+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
---
2+
title: Troubleshoot Work Item Integration Issues in Application Insights
3+
description: Provides general recommendations and specific suggestions for issues that affect work item integration in Application Insights.
4+
author: JarrettRenshaw
5+
ms.author: jarrettr
6+
manager: dcscontentpm
7+
ms.topic: troubleshooting
8+
ms.date: 10/28/2025
9+
ms.service: azure-monitor
10+
ms.custom: sap:Application Insights portal experiences
11+
ms.reviewer: v-ryanberg, v-gsitser
12+
---
13+
# Troubleshoot work item integration issues in Application Insights
14+
15+
[Work item integration](/azure/azure-monitor/app/work-item-integration) in Application Insights enables you to create and link work items directly from telemetry data. If this feature isn't working as expected, the following guidance helps you to diagnose and resolve common issues.
16+
17+
## The "Create work item" option doesn't appear in transaction details
18+
19+
If you don't see the option to create a work item, it's likely that integration wasn't enabled or the resource isn't linked to Azure DevOps or GitHub.
20+
21+
**What to do:**
22+
23+
1. In Application Insights, navigate to **Work Items**, and verify that integration settings are configured.
24+
1. Start the process from the **Create a work item** flow, or use a workbook template.
25+
26+
## On-premises Azure DevOps URL rejected
27+
28+
This issue occurs if the URL format doesn't meet validation requirements.
29+
30+
**What to do:**
31+
32+
* Make sure that the URL uses the HTTPS protocol and matches the validation rule in the workbook parameter.
33+
* If you're using a self-hosted Azure DevOps instance, make sure that it's accessible from the Azure portal.
34+
35+
## Authorization prompt doesn't appear or linking fails
36+
37+
If you don't see the authorization prompt, or if linking fails, the cause might be a pop-up blocker or cached tokens.
38+
39+
**What to do:**
40+
41+
* Disable pop-up blockers and allow third-party cookies in your browser.
42+
* Clear your browser cache, and then try again to link.
43+
* If you're using OAuth, verify that the required scopes are granted.
44+
45+
## Work item creation fails and returns permission errors
46+
47+
Permission errors usually indicate that your account doesn't have sufficient rights in Azure DevOps or GitHub.
48+
49+
**What to do:**
50+
51+
* For Azure DevOps, ensure you have *Contribute* permissions.
52+
* For GitHub, confirm you have *Write* access to the repository.
53+
* If you're using a Personal Access Token (PAT), make sure it includes the *Work Items (read/write)* scope.
54+
55+
## Template doesn't load or save
56+
57+
This issue typically occurs because of region limitations or missing permissions.
58+
59+
**What to do:**
60+
61+
* Verify that the region supports the *Microsoft.Insights/workbooks* resource type.
62+
* Check that the resource provider is registered in your subscription.
63+
* Assign the *Microsoft.Insights/workbooks/write* role, or try saving the template in a supported region.
64+
65+
## Contextual data is missing from created work items
66+
67+
If the work item doesn't include expected data, the Kusto Query Language (KQL) query might not return the correct schema.
68+
69+
**What to do:**
70+
71+
* Run the query in **Logs** to verify the output fields.
72+
* Update the query or bindings to match the expected schema.
73+
74+
## Template isn't visible to other users
75+
76+
This issue usually occurs if the template is saved as private, or if role-based access control (RBAC) permissions are insufficient.
77+
78+
**What to do:**
79+
80+
* Make sure that the template is stored in a shared resource group and not saved as *My Reports*.
81+
* Grant other users at least *Reader* access to the resource.
82+
83+
## Deleting a template doesn't remove existing links
84+
85+
Removing a workbook doesn't automatically clear cached configuration.
86+
87+
**What to do:**
88+
89+
* Refresh the **Work Items** pane in Application Insights or clear your browser cache.
90+
* If links persist, manually unlink them in the resource settings.
91+
92+
## GitHub issue or Azure DevOps item opens in the wrong repository or project
93+
94+
This issue occurs if the default repository or organization URL is incorrect or multiple templates override settings.
95+
96+
**What to do:**
97+
98+
* Open the workbook, and verify the default repository or organization URL parameter.
99+
* Remove or update conflicting templates.
100+
101+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
102+
103+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]

support/azure/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ items:
8282
href: app-insights/troubleshoot-application-map-issues.md
8383
- name: Troubleshoot Live Metrics issues
8484
href: app-insights/troubleshoot-live-metrics.md
85+
- name: Troubleshoot work item integration
86+
href: app-insights/troubleshoot-work-item-integration.md
8587
- name: Availability Tests
8688
items:
8789
- name: Availability monitoring common issues FAQ

support/azure/virtual-machines/linux/troubleshoot-ssh-connection.md

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ az vm user update --resource-group myResourceGroup --name myVM \
185185
--username myUsername --password myPassword
186186
```
187187

188-
If using SSH key authentication, you can reset the SSH key for a given user. The following example uses **az vm access set-linux-user** to update the SSH key stored in `~/.ssh/id_rsa.pub` for the user named `myUsername`, on the VM named `myVM` in `myResourceGroup`. Use your own values as follows:
188+
If using SSH key authentication, you can reset the SSH key for a given user. The following example uses **az vm user update** to update the SSH key stored in `~/.ssh/id_rsa.pub` for the user named `myUsername`, on the VM named `myVM` in `myResourceGroup`. Use your own values as follows:
189189

190190
```azurecli
191191
az vm user update --resource-group myResourceGroup --name myVM \
192-
--username myUsername --ssh-key-value ~/.ssh/id_rsa.pub
192+
--username myUsername --ssh-key-value "$(cat ~/.ssh/id_rsa.pub)"
193193
```
194194

195195
## Use the VMAccess extension
@@ -202,7 +202,7 @@ Create a file named `settings.json` with the following content:
202202

203203
```json
204204
{
205-
"reset_ssh":True
205+
"reset_ssh": true
206206
}
207207
```
208208

@@ -213,9 +213,9 @@ az vm extension set --resource-group philmea --vm-name Ubuntu \
213213
--name VMAccessForLinux --publisher Microsoft.OSTCExtensions --version 1.2 --settings settings.json
214214
```
215215

216-
### Reset SSH credentials for a user
216+
### Reset SSH credentials for a user.
217217

218-
If SSHD appears to function correctly, you can reset the credentials for a giver user. To reset the password for a user, create a file named `settings.json`. The following example resets the credentials for `myUsername` to the value specified in `myPassword`. Enter the following lines into your `settings.json` file, using your own values:
218+
If SSHD appears to function correctly, you can reset the credentials for a given user. To reset the password for a user, create a file named `settings.json`. The following example resets the credentials for `myUsername` to the value specified in `myPassword`. Enter the following lines into your `settings.json` file, using your own values:
219219

220220
```json
221221
{
@@ -238,33 +238,6 @@ az vm extension set --resource-group philmea --vm-name Ubuntu \
238238
--name VMAccessForLinux --publisher Microsoft.OSTCExtensions --version 1.2 --settings settings.json
239239
```
240240

241-
### Reset SSH configuration
242-
243-
The SSHD configuration itself may be misconfigured or the service encountered an error. You can reset SSHD to make sure the SSH configuration itself is valid. Resetting SSHD should be the first troubleshooting step you take.
244-
245-
The following example resets SSHD on a VM named `myVM` in the resource group named `myResourceGroup`. Use your own VM and resource group names as follows:
246-
247-
```azurecli
248-
azure vm reset-access --resource-group myResourceGroup --name myVM \
249-
--reset-ssh
250-
```
251-
252-
### Reset SSH credentials for a user
253-
254-
If SSHD appears to function correctly, you can reset the password for a giver user. The following example resets the credentials for `myUsername` to the value specified in `myPassword`, on the VM named `myVM` in `myResourceGroup`. Use your own values as follows:
255-
256-
```azurecli
257-
azure vm reset-access --resource-group myResourceGroup --name myVM \
258-
--user-name myUsername --password myPassword
259-
```
260-
261-
If using SSH key authentication, you can reset the SSH key for a given user. The following example updates the SSH key stored in `~/.ssh/id_rsa.pub` for the user named `myUsername`, on the VM named `myVM` in `myResourceGroup`. Use your own values as follows:
262-
263-
```azurecli
264-
azure vm reset-access --resource-group myResourceGroup --name myVM \
265-
--user-name myUsername --ssh-key-file ~/.ssh/id_rsa.pub
266-
```
267-
268241
## Restart a VM
269242

270243
If you have reset the SSH configuration and user credentials, or encountered an error in doing so, you can try restarting the VM to address underlying compute issues.

support/windows-client/group-policy/create-and-manage-central-store.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ _Original KB number:_   3087759
2020

2121
## Links to download the Administrative Templates files based on the operating system version
2222

23+
- [Administrative Templates (.admx) for Windows 11 2025 Update (25H2)](https://www.microsoft.com/download/details.aspx?id=108394)
2324
- [Administrative Templates (.admx) for Windows 11 2024 Update (24H2)](https://www.microsoft.com/download/details.aspx?id=106254)
2425
- [Administrative Templates (.admx) for Windows 11 2023 Update (23H2)](https://www.microsoft.com/download/details.aspx?id=105667)
2526
- [Administrative Templates (.admx) for Windows 11 2022 Update (22H2) - v3.0](https://www.microsoft.com/download/details.aspx?id=105390)
@@ -29,6 +30,7 @@ _Original KB number:_   3087759
2930

3031
To view ADMX spreadsheets of the new settings that are available in later operating system versions, see the following spreadsheets:
3132

33+
- [Group Policy Settings Reference Spreadsheet for Windows 11 2025 Update (25H2)](https://www.microsoft.com/download/details.aspx?id=108395)
3234
- [Group Policy Settings Reference Spreadsheet for Windows 11 2024 Update (24H2)](https://www.microsoft.com/download/details.aspx?id=106255)
3335
- [Group Policy Settings Reference Spreadsheet for Windows 11 2023 Update (23H2) - v2.0](https://www.microsoft.com/download/details.aspx?id=106067)
3436
- [Group Policy Settings Reference Spreadsheet for Windows 11 2023 Update (23H2)](https://www.microsoft.com/download/details.aspx?id=105668)

0 commit comments

Comments
 (0)