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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ Under the **Outputs** section on the ribbon, select **CosmosDB** as the output f
250
250
251
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).
252
252
253
-
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.
254
254
255
255
### Azure SQL Database
256
256
@@ -267,9 +267,9 @@ For more information about Azure SQL Database output for a Stream Analytics job,
267
267
268
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.
269
269
270
-
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.
271
271
272
-
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).
273
273
274
274
### Azure Data Explorer
275
275
@@ -306,7 +306,7 @@ After you add and set up any steps in the diagram view, you can test their behav
306
306
307
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" :::
308
308
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.
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.
310
310
311
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" :::
312
312
@@ -384,4 +384,4 @@ Learn how to use the no-code editor to address common scenarios by using predefi
384
384
-[Materialize data to Azure Cosmos DB](no-code-materialize-cosmos-db.md)
385
385
-[Transform and store data to SQL database](no-code-transform-filter-ingest-sql.md)
386
386
-[Filter and store data to Azure Data Explorer](no-code-filter-ingest-data-explorer.md)
387
-
-[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