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/no-code-stream-processing.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,13 @@ ms.date: 10/12/2022
13
13
14
14
You can process your real-time data streams in Azure Event Hubs by using Azure Stream Analytics. The no-code editor allows you to develop a Stream Analytics job without writing a single line of code. In minutes, you can develop and run a job that tackles many scenarios, including:
15
15
16
-
- Filtering and ingesting to Azure Synapse SQL.
17
-
- Capturing your Event Hubs data in Parquet format in Azure Data Lake Storage Gen2.
18
-
- Materializing data in Azure Cosmos DB.
16
+
-[Filtering and ingesting to Azure Synapse SQL](./filter-ingest-synapse-sql.md)
17
+
-[Capturing your Event Hubs data in Parquet format in Azure Data Lake Storage Gen2](./capture-event-hub-data-parquet.md)
18
+
-[Materializing data in Azure Cosmos DB](./no-code-materialize-cosmos-db.md)
19
+
-[Filter and ingest to Azure Data Lake Storage Gen2](./filter-ingest-data-lake-storage-gen2.md)
20
+
-[Enrich data and ingest to event hub](./no-code-enrich-event-hub-data.md)
21
+
-[Transform and store data to Azure SQL database](./no-code-transform-filter-ingest-sql.md)
22
+
-[Filter and ingest to Azure Data Explorer](./no-code-filter-ingest-data-explorer.md)
19
23
20
24
The experience provides a canvas that allows you to connect to input sources to quickly see your streaming data. Then you can transform it before writing to your destination of choice in Azure.
21
25
@@ -139,7 +143,7 @@ The **Manage fields** transformation allows you to add, remove, or rename fields
139
143
140
144
:::image type="content" source="./media/no-code-stream-processing/manage-field-transformation.png" alt-text="Screenshot that shows selections for managing fields." lightbox="./media/no-code-stream-processing/manage-field-transformation.png" :::
141
145
142
-
You can also add new field with the **Build-in Functions** to aggregate the data from upstream. Currently, the build-in functions we support are some functions in **String Functions**, **Data and Time Functions**, **Mathematical Functions**. To learn more about the definitions of these functions, see [Built-in Functions (Azure Stream Analytics)](/stream-analytics-query/built-in-functions-azure-stream-analytics.md).
146
+
You can also add new field with the **Build-in Functions** to aggregate the data from upstream. Currently, the build-in functions we support are some functions in **String Functions**, **Date and Time Functions**, **Mathematical Functions**. To learn more about the definitions of these functions, see [Built-in Functions (Azure Stream Analytics)](/stream-analytics-query/built-in-functions-azure-stream-analytics.md).
143
147
144
148
:::image type="content" source="./media/no-code-stream-processing/build-in-functions-managed-fields.png" alt-text="Screenshot that shows the build-in functions." lightbox="./media/no-code-stream-processing/build-in-functions-managed-fields.png" :::
145
149
@@ -246,7 +250,7 @@ Under the **Outputs** section on the ribbon, select **CosmosDB** as the output f
246
250
247
251
When you're connecting to Azure Cosmos DB, if you select **Managed Identity** as the authentication mode, then the Contributor role will be granted to the managed identity for the Stream Analytics job. To learn more about managed identities for Azure Cosmos DB, see [Use managed identities to access Azure Cosmos DB from an Azure Stream Analytics job (preview)](cosmos-db-managed-identity.md).
248
252
249
-
Managed identities authentication method is also supported in the Azure Cosmos DB output in no-code editor which has the same benefit as it is in above ADLS Gen2 output.
253
+
Managed identities authentication method is also supported in the Azure Cosmos DB output in no-code editor that has the same benefit as it is in above ADLS Gen2 output.
250
254
251
255
### Azure SQL Database
252
256
@@ -263,9 +267,9 @@ For more information about Azure SQL Database output for a Stream Analytics job,
263
267
264
268
With the real-time data coming through event hub to ASA, no-code editor can transform, enrich the data and then output the data to another event hub as well. You can choose the **Event Hub** output when you configure your Azure Stream Analytics job.
265
269
266
-
To configure Event Hub as output, select **Event Hub** under the Outputs section on the ribbon. Then fill in the needed information to connect your event hub that you want to write data to.
270
+
To configure Event Hubs as output, select **Event Hub** under the Outputs section on the ribbon. Then fill in the needed information to connect your event hub that you want to write data to.
267
271
268
-
For more information about Event Hub output for a Stream Analytics job, see [Event Hubs output from Azure Stream Analytics](./event-hubs-output.md).
272
+
For more information about Event Hubs output for a Stream Analytics job, see [Event Hubs output from Azure Stream Analytics](./event-hubs-output.md).
269
273
270
274
### Azure Data Explorer
271
275
@@ -302,7 +306,7 @@ After you add and set up any steps in the diagram view, you can test their behav
302
306
303
307
:::image type="content" source="./media/no-code-stream-processing/get-static-preview.png" alt-text="Screenshot that shows the button for getting a static preview." lightbox="./media/no-code-stream-processing/get-static-preview.png" :::
304
308
305
-
After you do, the Stream Analytics job evaluates all transformations and outputs to make sure they're configured correctly. Stream Analytics then displays the results in the static data preview, as shown in the following image.
309
+
After you do, the Stream Analytics job evaluates all transformations, and outputs to make sure they're configured correctly. Stream Analytics then displays the results in the static data preview, as shown in the following image.
306
310
307
311
:::image type="content" source="./media/no-code-stream-processing/refresh-static-preview.png" alt-text="Screenshot that shows the Data Preview tab, where you can refresh the static preview." lightbox="./media/no-code-stream-processing/refresh-static-preview.png" :::
308
312
@@ -380,4 +384,4 @@ Learn how to use the no-code editor to address common scenarios by using predefi
380
384
-[Materialize data to Azure Cosmos DB](no-code-materialize-cosmos-db.md)
381
385
-[Transform and store data to SQL database](no-code-transform-filter-ingest-sql.md)
382
386
-[Filter and store data to Azure Data Explorer](no-code-filter-ingest-data-explorer.md)
383
-
-[Enrich data and ingest to Event Hub](no-code-enrich-event-hub-data.md)
387
+
-[Enrich data and ingest to Event Hubs](no-code-enrich-event-hub-data.md)
0 commit comments