Skip to content

Commit 337040b

Browse files
committed
Improving language
1 parent 3529f71 commit 337040b

1 file changed

Lines changed: 32 additions & 30 deletions

File tree

support/azure/azure-monitor/app-insights/troubleshoot-work-item-integration.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,79 +9,81 @@ ms.custom: sap:Application Insights portal experiences
99

1010
[Work item integration](/azure/azure-monitor/app/work-item-integration) in Application Insights might not work as expected. This article offers general recommendations and specific troubleshooting steps.
1111

12-
## Create work item option missing in transaction details
12+
## The "Create work item" option doesn't appear in transaction details
1313

14-
**Cause:** Integration not enabled or resource not linked to Azure DevOps/GitHub.
14+
**Cause:** Work item integration isn't enabled or the resource isn't linked to Azure DevOps or GitHub.
1515

16-
**Check:** In Application Insights, go to **Work Items** and confirm integration settings.
16+
**Check:** In Application Insights, go to **Work Items** and confirm that integration settings are configured.
1717

18-
**Fix:** Enable integration and ensure you start from **Create a work item** or a workbook template.
18+
**Fix:** Enable integration and start from the **Create a work item** flow or use a workbook template.
1919

2020
## On-premises Azure DevOps URL rejected
2121

22-
**Cause:** URL validation fails due to unsupported format.
22+
**Cause:** The URL format doesn't meet validation requirements.
2323

24-
**Check:** Ensure the URL uses HTTPS and matches the regex (regular expressions) in the workbook parameter.
24+
**Check:** Ensure the URL uses HTTPS and matches the validation rule in the workbook parameter.
2525

2626
**Fix:** Update the workbook's repository URL parameter and validation rule.
2727

2828
> [!NOTE]
29-
> Self-hosted DevOps must be publicly accessible.
29+
> If using a self-hosted Azure DevOps instance, make sure it is accessible from the Azure portal.
3030
31-
## Authorization prompt missing or linking fails
31+
## Authorization prompt doesn't appear or linking fails
3232

33-
**Cause:** Popup blockers or stale tokens.
33+
**Cause:** Popup blockers or cached tokens may prevent the prompt from appearing.
3434

35-
**Check:** Disable popup blockers, allow third-party cookies, and clear browser cache.
35+
**Check:** Disable popup blockers, allow third-party cookies, and clear your browser cache.
3636

37-
**Fix:** Retry linking. If using OAuth, confirm required scopes are granted.
37+
**Fix:** Retry linking. If using OAuth, confirm that the required scopes are granted.
3838

3939
## Work item creation fails with permission errors
4040

41-
**Cause:** Insufficient permissions in Azure DevOps or GitHub.
41+
**Cause:** Your account doesn't have sufficient permissions in Azure DevOps or GitHub.
4242

4343
**Check:** Verify account roles:
4444

4545
* Azure DevOps: Needs *Contribute* permission.
4646
* GitHub: Needs *Write* access.
4747

48-
**Fix:** If using PAT (Personal Access Token), ensure it includes **Work Items** (read/write) scope.
48+
**Fix:** If using a Personal Access Token (PAT), ensure it includes **Work Items (read/write)** scope.
4949

5050
## Template fails to load or save
5151

52-
**Cause:** Region or RBAC issues.
52+
**Cause:** Region limitations or missing permissions can prevent templates from loading or saving.
5353

54-
**Check:** Confirm region supports *Microsoft.Insights/workbooks* and resource provider is registered.
54+
**Check:** Confirm that the region supports the *Microsoft.Insights/workbooks* resource type and that the resource provider is registered in your subscription.
5555

56-
**Fix:** Assign *Microsoft.Insights/workbooks/write* role or try saving in a supported region.
56+
**Fix:** Assign the *Microsoft.Insights/workbooks/write* role or try saving the template in a supported region.
5757

58-
## Contextual data missing from created work items
58+
## Contextual data is missing from created work items
5959

60-
**Cause:** KQL query returns unexpected schema.
60+
**Cause:** The Kusto Query Language (KQL) query does not return the expected schema.
6161

62-
**Check:** Run the query in **Logs** and validate output fields.
62+
**Check:** Run the query in **Logs** and validate the output fields.
6363

64-
**Fix:** Update bindings or query to match expected schema.
64+
**Fix:** Update the query or bindings to match the expected schema.
6565

66-
## Template not visible to other users
66+
## Template isn't visible to other users
6767

68-
**Cause:** Workbook saved as private or RBAC restrictions.
68+
**Cause:** The template is saved as private or RBAC permissions are insufficient.
6969

70-
**Check:** Ensure template is in a shared resource group and not saved as *My Reports*.
70+
**Check:** Ensure the template is stored in a shared resource group and not saved as *My Reports*.
7171

72-
**Fix:** Grant at least *Reader* access to the resource.
72+
**Fix:** Grant other users at least *Reader* access to the resource.
7373

74-
## Template deletion doesn't remove existing links
74+
## Deleting a template doesn't remove existing links
7575

76-
**Cause:** Cached configuration persists.
76+
**Cause:** Cached configuration persists after deletion.
7777

78-
**Fix:** Refresh the **Work Items** pane or clear browser cache. For persistent links, manually unlink in resource settings.
78+
**Check:** Refresh the **Work Items** pane in Application Insights or clear your browser cache.
7979

80-
## GitHub issue or DevOps item opens in wrong repository/project
80+
**Fix:** If links persist, manually unlink them in the resource settings.
8181

82-
**Cause:** Incorrect default parameter or multiple templates.
82+
## GitHub issue or Azure DevOps item opens in the wrong repository or project
8383

84-
**Check:** Open the workbook and confirm repository/organization URL.
84+
**Cause:** Incorrect default parameters or multiple templates override settings.
85+
86+
**Check:** Open the workbook and confirm the default repository or organization URL parameter.
8587

8688
**Fix:** Update defaults or remove conflicting templates.
8789

0 commit comments

Comments
 (0)