Skip to content

Commit 5438f96

Browse files
authored
Update job-config-json.md
Address the Correctness issues as flagged by Acrolinx
1 parent 7b8e25c commit 5438f96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/stream-analytics/job-config-json.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ The following fields are supported in the *JobConfig.json* file used to [create
3535
|Name|Type|Required|Value|
3636
|----|----|--------|-----|
3737
|DataLocale|string|No|The data locale of the stream analytics job. Value should be the name of a supported. Defaults to 'en-US' if none specified.|
38-
|OutputErrorPolicy|string|No|Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). - Stop or Drop|
39-
|EventsLateArrivalMaxDelayInSeconds|integer|No|The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.|
38+
|OutputErrorPolicy|string|No|Indicates the policy to apply to events that arrive at the output and can't be written to the external storage due to being malformed (missing column values, column values of wrong type or size). - Stop or Drop|
39+
|EventsLateArrivalMaxDelayInSeconds|integer|No|The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify indefinite time. If the property is absent, it's interpreted to have a value of -1.|
4040
|EventsOutOfOrderMaxDelayInSeconds|integer|No|The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.|
4141
|EventsOutOfOrderPolicy|string|No|Indicates the policy to apply to events that arrive out of order in the input event stream. - Adjust or Drop|
4242
|StreamingUnits|integer|Yes|Specifies the number of streaming units that the streaming job uses.|
@@ -45,12 +45,12 @@ The following fields are supported in the *JobConfig.json* file used to [create
4545
|GlobalStorage.AccountName|string|No|Global storage account is used for storing content related to your stream analytics job, such as SQL reference data snapshots.|
4646
|GlobalStorage.AccountKey|string|No|Corresponding key for global storage account.|
4747
|DataSourceCredentialDomain|string|No|Reserved Property for credential local storage.|
48-
|ScriptType|string|Yes|Reserved property to indicated the type of this source file. Acceptable value is “JobConfig” for JobConfig.json.|
48+
|ScriptType|string|Yes|Reserved property indicates the type of this source file. Acceptable value is “JobConfig” for JobConfig.json.|
4949
|Tags|JSON key-value pairs|No|Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. Tag names are case-insensitive and tag values are case-sensitive.|
5050

5151
## Next steps
5252

5353
* [Create an Azure Stream Analytics job in Visual Studio Code](quick-create-visual-studio-code.md)
5454
* [Test Stream Analytics queries locally with sample data using Visual Studio Code](visual-studio-code-local-run.md)
5555
* [Test Stream Analytics queries locally against live stream input by using Visual Studio Code](visual-studio-code-local-run-live-input.md)
56-
* [Deploy an Azure Stream Analytics job using CI/CD npm package](./cicd-overview.md)
56+
* [Deploy an Azure Stream Analytics job using CI/CD npm package](./cicd-overview.md)

0 commit comments

Comments
 (0)