Skip to content

Commit ab6dcef

Browse files
committed
Fix grammar
1 parent d3a3de2 commit ab6dcef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/reliability/reliability-stream-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: spelluru
66
ms.topic: reliability-article
77
ms.custom: subject-reliability
88
ms.service: azure-stream-analytics
9-
ms.date: 12/05/2025
9+
ms.date: 01/05/2026
1010
ai-usage: ai-assisted
1111

1212
#Customer intent: As an engineer responsible for business continuity, I want to understand the details of how Azure Stream Analytics works from a reliability perspective and plan disaster recovery strategies in alignment with the exact processes that Azure services follow during different kinds of situations.
@@ -68,7 +68,7 @@ Stream Analytics is designed for high reliability, with multiple layers of resil
6868

6969
[!INCLUDE [Transient fault description](includes/reliability-transient-fault-description-include.md)]
7070

71-
Stream Analytics automatically handles many transient faults for both ingesting data from inputs and writing data to outputs through built-in retry mechanisms. When a worker node running your job restarts, or if the job is moved between worker nodes, the job uses checkpoints to automaticall replays any processing work it needs to do to catch up.
71+
Stream Analytics automatically handles many transient faults for both ingesting data from inputs and writing data to outputs through built-in retry mechanisms. When a worker node running your job restarts, or if the job is moved between worker nodes, the job uses checkpoints to automatically replay any processing work it needs to do to catch up.
7272

7373
It's a good practice to configure [output error policies](../stream-analytics/stream-analytics-output-error-policy.md). However, these policies only apply to data conversion errors, and they don't influence the behavior for handling transient faults.
7474

0 commit comments

Comments
 (0)