Skip to content

Commit 25e1bde

Browse files
Merge pull request #3565 from jeffreybulanadi/fix-doubled-words-telemetry-docs
Remove doubled words in telemetry documentation
2 parents ecf8ca8 + 9008226 commit 25e1bde

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

dev-itpro/administration/telemetry-database-locks-trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Database Lock Timeout Trace Telemetry | Microsoft Docs
3-
description: Learn about the database lock timeout Trace Telemetry telemetry in Business Central
3+
description: Learn about the database lock timeout telemetry in Business Central
44
author: jswymer
55
ms.topic: how-to
66
ms.devlang: al

dev-itpro/administration/telemetry-environment-lifecycle-trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ Occurs when the operation to move the environment to a different Entra tenant st
10971097

10981098
|Dimension|Description or value|
10991099
|---------|-----|
1100-
|message|**Environment move to {destinationAadTenantId} AAD tenant operation operation started: {sourceEnvironmentName}** <br /><br /> `{sourceEnvironmentName}` indicates the name of the environment to be moved.<br /><br /> `{destinationAadTenantId}` indicates the destination Entra tenant.|
1100+
|message|**Environment move to {destinationAadTenantId} AAD tenant operation started: {sourceEnvironmentName}** <br /><br /> `{sourceEnvironmentName}` indicates the name of the environment to be moved.<br /><br /> `{destinationAadTenantId}` indicates the destination Entra tenant.|
11011101

11021102
### Custom dimensions
11031103

dev-itpro/administration/telemetry-financial-report-lifecycle-trace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ traces
610610

611611
## Financial report definition imported: {Report Definition Code}
612612

613-
Occurs when a user imports a financial report report definition.
613+
Occurs when a user imports a financial report definition.
614614

615615
### General dimensions
616616

@@ -649,7 +649,7 @@ traces
649649

650650
## Financial report definition exported: {Report Definition Code}
651651

652-
Occurs when a user exports a financial report report definition.
652+
Occurs when a user exports a financial report definition.
653653

654654
### General dimensions
655655

@@ -688,7 +688,7 @@ traces
688688

689689
## Financial report definition modified: {Report Definition Code}
690690

691-
Occurs when a user modifies a financial report report definition.
691+
Occurs when a user modifies a financial report definition.
692692

693693
### General dimensions
694694

@@ -727,7 +727,7 @@ traces
727727

728728
## Financial report definition deleted: {Report Definition Code}
729729

730-
Occurs when a user deletes a financial report report definition.
730+
Occurs when a user deletes a financial report definition.
731731

732732
### General dimensions
733733

dev-itpro/administration/telemetry-job-queue-lifecycle-trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ In the table below, you can read more about the scenarios and get sample KQL cod
357357
| Condition | Area | Relevant for | Description | Event Id(s) | KQL sample code (*CTRL+click* to open in new page) |
358358
| --------- | -----| ------------ | ----------- | --------------- | ------------ |
359359
| Job queue errors | Errors | VAR | Get alerted on job queue entries fail. | AL0000E26 | [JobQueueFailures.kql](https://github.com/microsoft/BCTech/blob/master/samples/AppInsights/Alerts/AlertingKQLSamples/JobQueueFailures.kql) |
360-
| Job queue stopped due to errors errors | Errors | VAR | Get alerted on job queue entries that are stopped due to recurring errors (because they have failed for all retry attempts). | AL0000JRG | [JobQueueFailures.kql](https://github.com/microsoft/BCTech/blob/master/samples/AppInsights/Alerts/AlertingKQLSamples/JobQueueFailures.kql) |
360+
| Job queue stopped due to errors | Errors | VAR | Get alerted on job queue entries that are stopped due to recurring errors (because they have failed for all retry attempts). | AL0000JRG | [JobQueueFailures.kql](https://github.com/microsoft/BCTech/blob/master/samples/AppInsights/Alerts/AlertingKQLSamples/JobQueueFailures.kql) |
361361
| Job queue not running | Errors | VAR | Get alerted if no job queue entries have been started in a given time period. | AL0000E26 | [NoJobQueueRuns.kql](https://github.com/microsoft/BCTech/blob/master/samples/AppInsights/Alerts/AlertingKQLSamples/NoJobQueueRuns.kql) |
362362

363363

0 commit comments

Comments
 (0)