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
You can use the CI/CD npm package to configure and run automated tests for your Stream Analytics project.
100
100
@@ -228,13 +228,31 @@ If test cases are executed, you can find a **testResultSummary.json** file gener
228
228
229
229
## Deploy to Azure
230
230
231
-
To deploy your Stream Analytics project using ARM templates, check out these docs:
231
+
To deploy your Stream Analytics project using ARM templates, follow these steps:
232
+
1. Connect to your Azure account:
232
233
233
-
*[Deploy with a Resource Manager template file and Azure PowerShell](https://aka.ms/armdeploytemplate).
234
-
*[Use an object as a parameter in a Resource Manager template](https://learn.microsoft.com/azure/azure-resource-manager/templates/parameters#objects-as-parameters).
For more details about deploying resources with ARM templates, see [Deploy with a Resource Manager template file and Azure PowerShell](https://aka.ms/armdeploytemplate).
236
254
237
255
## Next steps
238
256
239
257
* [Continuous integration and Continuous deployment for Azure Stream Analytics](cicd-overview.md)
240
-
*[Set up CI/CD pipeline for Stream Analytics job using Azure Pipelines](set-up-cicd-pipeline.md)
258
+
* [Set up CI/CD pipeline for Stream Analytics job using Azure Pipelines](set-up-cicd-pipeline.md)
Copy file name to clipboardExpand all lines: articles/stream-analytics/optimize-query-using-job-diagram-simulator.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,16 @@ In this tutorial, you learn to improve query performance based on edit suggestio
63
63
64
64
:::image type="content" source="./media/job-diagram-simulator/job-diagram-simulator-adjust-su.png" alt-text="Screenshot of the VSCode using SU adjuster." lightbox= "./media/job-diagram-simulator/job-diagram-simulator-adjust-su.png" :::
65
65
66
+
## Processor-level diagram
66
67
68
+
Once you have adjusted the streaming units to simulate the topology of your job, you can expand any of the streaming nodes to observe how your data is being processed at the processor level.
69
+
70
+
:::image type="content" source="./media/job-diagram-simulator/processor-level-simulator.gif" alt-text="A screenshot in gif format showing the processor level diagram of the simulator." lightbox= "./media/job-diagram-simulator/processor-level-simulator.gif" :::
71
+
72
+
The processor-level diagram allows you to:
73
+
* observe how the input partitions are allocated and being processed at each streaming node.
74
+
* find out what the **Time shift** is for each computing processor.
75
+
* provide information on whether the Input and Output processors are aligned in parallel.
0 commit comments