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/quick-create-visual-studio-code.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,13 +217,13 @@ Script compilation checks syntax and generates the Azure Resource Manager templa
217
217
218
218
After compilation, you can see results in the **Output** window. You can find the two generated Azure Resource Manager templates in the **Deploy** subfolder in your project folder. These two files are used for automatic deployment.
219
219
220
-
:::image type="content" source="./media/quick-create-visual-studio-code/quick-create-visual-studio-code/deployment-templates.png" alt-text="Screenshot showing the generated deployment templates in the project folder.":::
220
+
:::image type="content" source="./media/quick-create-visual-studio-code/deployment-templates.png" alt-text="Screenshot showing the generated deployment templates in the project folder.":::
221
221
222
222
## Submit a Stream Analytics job to Azure
223
223
224
224
1. In the script editor window of your query script, select **Submit to Azure**.
225
225
226
-
:::image type="content" source="./media/quick-create-visual-studio-code/quick-create-visual-studio-code/quick-create-visual-studio-code/submit-job.png" alt-text="Screenshot showing the submit job button to submit the Stream Analytics job to Azure.":::
226
+
:::image type="content" source="./media/quick-create-visual-studio-code/submit-job.png" alt-text="Screenshot showing the submit job button to submit the Stream Analytics job to Azure.":::
227
227
2. Select your subscription from the pop-up list.
228
228
3. Choose **Select a job**. Then choose **Create New Job**.
229
229
4. Enter your job name, **myASAjob**. Then follow the instructions to choose the resource group and location.
@@ -235,7 +235,7 @@ After compilation, you can see results in the **Output** window. You can find th
235
235
1. Open **Stream Analytics Explorer** in Visual Studio Code and find your job, **myASAJob**.
236
236
2. Select **Start** from the **Cloud view** page (OR) right-click the job name in Stream Analytics explorer, and select **Start** from the context menu.
237
237
238
-
:::image type="content" source="./media/quick-create-visual-studio-code/quick-create-visual-studio-code/quick-create-visual-studio-code/start-asa-job-vs-code.png" alt-text="Screenshot showing the Start job button in the Cloud view page.":::
238
+
:::image type="content" source="./media/quick-create-visual-studio-code/start-asa-job-vs-code.png" alt-text="Screenshot showing the Start job button in the Cloud view page.":::
239
239
4. Note that the job status has changed to **Running**. Right-click the job name and select **Open Job View in Portal** to see the input and output event metrics. This action might take a few minutes.
240
240
5. To view the results, open the blob storage in the Visual Studio Code extension or in the Azure portal.
0 commit comments