You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/stream-analytics/job-config-json.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,14 @@ The following fields are supported in the *JobConfig.json* file used to [create
43
43
|CompatibilityLevel|string|No|Controls certain runtime behaviors of the streaming job. - Acceptable values are "1.0", "1.1", "1.2"|
44
44
|UseSystemAssignedIdentity|boolean|No|Set true to enable this job to communicate with other Azure services as itself using a Managed Azure Active Directory Identity.|
45
45
|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.|
49
49
|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.|
50
50
51
51
## Next steps
52
52
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