Skip to content

Commit a4fa8d8

Browse files
committed
update
1 parent f868801 commit a4fa8d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ The following fields are supported in the *JobConfig.json* file used to [create
4343
|CompatibilityLevel|string|No|Controls certain runtime behaviors of the streaming job. - Acceptable values are "1.0", "1.1", "1.2"|
4444
|UseSystemAssignedIdentity|boolean|No|Set true to enable this job to communicate with other Azure services as itself using a Managed Azure Active Directory Identity.|
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.|
46-
|GlobalStorage.AccountKey|string|No|-|
47-
|DataSourceCredentialDomain|string|No|-|
48-
|ScriptType|string|Yes|-|
46+
|GlobalStorage.AccountKey|string|No|Corresponding key for global storage account.|
47+
|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.|
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

53-
* [Create an Azure Stream Analytics job in Visual Studio Code](quick-create-vs-code)
54-
* [Test Stream Analytics queries locally with sample data using Visual Studio Code](visual-studio-code-local-run)
55-
* [Test Stream Analytics queries locally against live stream input by using Visual Studio Code](visual-studio-code-local-run-live-input)
56-
*[Deploy an Azure Stream Analytics job using CI/CD npm package](setup-cicd-vs-code)
53+
* [Create an Azure Stream Analytics job in Visual Studio Code](quick-create-vs-code.md)
54+
* [Test Stream Analytics queries locally with sample data using Visual Studio Code](visual-studio-code-local-run.md)
55+
* [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](setup-cicd-vs-code.md)

0 commit comments

Comments
 (0)