Skip to content

Commit 8b29e55

Browse files
Merge pull request #216995 from alexlzx/branch1027
Update vscode quickstart and add a doc for building job
2 parents eeffea6 + 88ecc20 commit 8b29e55

29 files changed

+310
-124
lines changed

articles/stream-analytics/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
items:
2828
- name: Azure portal
2929
href: create-cluster.md
30+
- name: Build application
31+
items:
32+
- name: Clickstream analysis
33+
href: quick-start-build-application.md
3034
- name: Tutorials
3135
items:
3236
- name: Capture Event Hubs data in Parquet format

articles/stream-analytics/feature-comparison.md

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,50 @@
11
---
2-
title: Azure Stream Analytics feature comparison
2+
title: Choose a developer tool for building Stream Analytic jobs
33
description: This article compares the features supported for Azure Stream Analytics cloud and IoT Edge jobs in the Azure portal, Visual Studio, and Visual Studio Code.
4-
author: an-emma
5-
ms.author: raan
4+
author: alexlzx
5+
ms.author: zhenxilin
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 06/27/2019
8+
ms.date: 11/09/2022
99
---
1010

11-
# Azure Stream Analytics feature comparison
11+
# Choose developer tool for building Stream Analytic jobs
1212

13-
With Azure Stream Analytics, you can create streaming solutions in the cloud and at the IoT Edge using [Azure portal](stream-analytics-quick-create-portal.md), [Visual Studio](stream-analytics-quick-create-vs.md), and [Visual Studio Code](quick-create-visual-studio-code.md). The tables in this article show which features are supported by each platform for both job types.
13+
Beside building your Stream Analytic jobs in the Azure portal, you can use the [Azure Stream Analytics Tools extension for Visual Studio Code](quick-create-visual-studio-code.md) to write, debug and run your streaming query locally for better development experience.
14+
15+
This table shows what features are supported between Azure portal and Visual Studio Code.
1416

1517
> [!NOTE]
16-
> Visual Studio and Visual Studio Code tools don't support jobs in the China East, China North, Germany Central, and Germany NorthEast regions.
18+
> Visual Studio Code tools don't support jobs in the China East, China North, Germany Central, and Germany NorthEast regions.
1719
1820
## Cloud job features
1921

22+
|Feature |Portal |Visual Studio Code |
23+
|---------|---------|---------|
24+
|Cross platform |Mac</br>Linux</br>Windows |Mac</br>Linux</br>Windows |
25+
|Script authoring |Yes |Yes |
26+
|Script Intellisense |Syntax highlighting |Syntax highlighting</br>Code completion</br>Error marker |
27+
|Define all types of inputs, outputs, and job configurations |Yes |Yes |
28+
|Source control |No |Yes |
29+
|CI/CD support |Partial |Yes |
30+
|Share inputs and outputs across multiple queries |No |Yes |
31+
|Query testing with a sample file |Yes |Yes |
32+
|Live data local testing |No |Yes |
33+
|List jobs and view job entities |Yes |Yes |
34+
|Export a job to a local project |No |Yes |
35+
|Submit, start, and stop jobs |Yes |Yes |
36+
|View job metrics and diagram |Yes |Yes |
37+
|View job runtime errors |Yes |Yes |
38+
|Resource logs |Yes |Yes |
39+
|Custom message properties |Yes |Yes |
40+
|C# custom code function and Deserializer|Read-only mode|Yes|
41+
|JavaScript UDF and UDA |Yes |Windows only |
42+
|Azure Machine Learning |Yes |Yes |
43+
|Compatibility level |1.0</br>1.1</br>1.2 (default) |1.0</br>1.1</br>1.2 (default) |
44+
|Built-in ML-based Anomaly Detection functions |Yes |Yes |
45+
|Built-in GeoSpatial functions |Yes |Yes |
2046

47+
<!--
2148
|Feature |Portal |Visual Studio |Visual Studio Code |
2249
|---------|---------|---------|---------|
2350
|Cross platform |Mac</br>Linux</br>Windows |Windows |Mac</br>Linux</br>Windows |
@@ -42,9 +69,9 @@ With Azure Stream Analytics, you can create streaming solutions in the cloud and
4269
|Compatibility level |1.0</br>1.1</br>1.2 (default) |1.0</br>1.1</br>1.2 (default) |1.0</br>1.1</br>1.2 (default) |
4370
|Built-in ML-based Anomaly Detection functions |Yes |Yes |Yes |
4471
|Built-in GeoSpatial functions |Yes |Yes |Yes |
72+
-->
4573

46-
47-
74+
<!--
4875
## IoT Edge job features
4976
5077
|Feature |Portal |Visual Studio |Visual Studio Code |
@@ -59,7 +86,7 @@ With Azure Stream Analytics, you can create streaming solutions in the cloud and
5986
|List jobs and view job entities |Yes |Yes |No |
6087
|View job metrics and diagram |Yes |Partial |No |
6188
|View job runtime errors |Yes |Partial |No |
62-
|CI/CD support |No |No |No |
89+
|CI/CD support |No |No |No | -->
6390

6491

6592
## Next steps
24.4 KB
Loading
43 KB
Loading
28.8 KB
Loading
25.8 KB
Loading
10.5 KB
Loading
57.6 KB
Loading
68.8 KB
Loading
28.4 KB
Loading

0 commit comments

Comments
 (0)