Skip to content

Commit 831444e

Browse files
authored
Merge pull request #214432 from xujxu/update-asa-doc-to-add-more-information
update no-code editor doc
2 parents b4abfe6 + 3d29a92 commit 831444e

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed
58 KB
Loading

articles/stream-analytics/no-code-stream-processing.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ ms.date: 10/12/2022
1313

1414
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:
1515

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)
1923

2024
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.
2125

@@ -139,7 +143,7 @@ The **Manage fields** transformation allows you to add, remove, or rename fields
139143

140144
:::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" :::
141145

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).
143147

144148
:::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" :::
145149

@@ -246,7 +250,7 @@ Under the **Outputs** section on the ribbon, select **CosmosDB** as the output f
246250

247251
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).
248252

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.
250254

251255
### Azure SQL Database
252256

@@ -263,9 +267,9 @@ For more information about Azure SQL Database output for a Stream Analytics job,
263267

264268
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.
265269

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.
267271

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).
269273

270274
### Azure Data Explorer
271275

@@ -302,7 +306,7 @@ After you add and set up any steps in the diagram view, you can test their behav
302306

303307
:::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" :::
304308

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.
306310

307311
:::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" :::
308312

@@ -380,4 +384,4 @@ Learn how to use the no-code editor to address common scenarios by using predefi
380384
- [Materialize data to Azure Cosmos DB](no-code-materialize-cosmos-db.md)
381385
- [Transform and store data to SQL database](no-code-transform-filter-ingest-sql.md)
382386
- [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

Comments
 (0)