Skip to content

Commit 938638e

Browse files
committed
fixed screenshot alt text
1 parent 868c7a3 commit 938638e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/stream-analytics/visual-studio-code-local-run-live-input.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,32 @@ Testing your Stream Analytics query locally against live stream input is a cruci
2121
## Define a live stream input
2222

2323
1. Right-click the **Inputs** folder in your Stream Analytics project and select **ASA: Add Input**.
24-
![Add input from the Inputs folder](./media/quick-create-visual-studio-code/add-input-from-inputs-folder.png)
24+
![Screenshot of VSCode adding input via drop-down menu](./media/quick-create-visual-studio-code/add-input-from-inputs-folder.png)
2525
OR press **Ctrl+Shift+P** to open the command palette and enter **ASA: Add Input**. Then choose the query script for processing the input stream.
26-
![Add Stream Analytics input in Visual Studio Code](./media/quick-create-visual-studio-code/add-input.png)
26+
![Screenshot of VSCode adding input via command palette](./media/quick-create-visual-studio-code/add-input.png)
2727

2828
2. Choose a live input source type from the drop-down list, **Select from your Azure Subscriptions** and enter a name for the input source.
29-
![Configure Event Hub input](./media/quick-create-visual-studio-code/add-input-select-subscription.png)
29+
![Screenshot of VSCode showing series of steps for Event Hub input configuration](./media/quick-create-visual-studio-code/add-input-select-subscription.png)
3030

31-
5. You see a new JSON file created under the **Input** folder. Open the file and **Select from your subscriptions** to help you configure your Event Hubs input.
32-
![Configure input in Visual Studio Code](./media/quick-create-visual-studio-code/configure-input.png)
31+
3. You see a new JSON file created under the **Input** folder. Open the file and **Select from your subscriptions** to help you configure your Event Hubs input.
32+
![Screenshot of VSCode showing the input json files](./media/quick-create-visual-studio-code/configure-input.png)
3333

34-
6. Select **Preview data** to validate if the live input is successfully configured.
35-
![Preview live input](./media/quick-create-visual-studio-code/preview-live-input.png)
34+
4. Select **Preview data** to validate if the live input is successfully configured.
35+
![Screenshot of VSCode previewing live input data](./media/quick-create-visual-studio-code/preview-live-input.png)
3636

3737
## Run query locally
3838

3939
Open your query file, select **Run locally** or the **Play** button on the menu bar to open a **Local run option** window for configuring local run mode.
4040

41-
![Select "Run locally" in the query editor](./media/vscode-local-run-live-input/run-locally.png)
41+
![Screenshot of selecting "Run locally" in the query editor](./media/vscode-local-run-live-input/run-locally.png)
4242

4343
Choose **Use Live Input and Local Output** to run job locally against live input stream and produce output results to a local folder. Then select **Run** to start running job locally.
4444

45-
![Use live input and local output](./media/vscode-local-run-live-input/run-live-input-and-local-output.png)
45+
![Screenshot of VSCode select play mode](./media/vscode-local-run-live-input/run-live-input-and-local-output.png)
4646

4747
You can see a **Local test** window is opened and refreshed every 3 seconds. The output results are stored as JSON format in **LocalRunOutputs** folder.
4848

49-
![Local testing window](./media/vscode-local-run-live-input/local-testing-window.png)
49+
![Screenshot of VSCode showing local test window](./media/vscode-local-run-live-input/local-testing-window.png)
5050

5151

5252
## Specify input partitions for local testing
@@ -57,7 +57,7 @@ To avoid ingesting all data from Event Hubs, you can specify specific partitions
5757
2. Under **Select the input partitions** section and choose **Custom**.
5858
3. Enter the specific partition numbers that you want to ingest data from for your local testing.
5959

60-
![Specify event hub partitions](./media/vscode-local-run-live-input/specify-partitions.png)
60+
![Screenshot of VSCode specifying event hub partitions](./media/vscode-local-run-live-input/specify-partitions.png)
6161

6262
By specifying the partitions, you can focus on testing your query logic without worrying about a large volume of data. This feature allows for more efficient and targeted testing of your Stream Analytics job.
6363

@@ -68,15 +68,15 @@ Once you have completed testing your query locally, you can submit your Stream A
6868
2. In the submit options window, you can **update an existing job in Azure** or **create a new job** for the upload.
6969
3. Provide the necessary details, including your subscription, resource group, and region for the deployment.
7070

71-
![Submit job to Azure](./media/vscode-local-run-live-input/submit-to-azure.png)
71+
![Screenshot of VSCode submitting job to Azure](./media/vscode-local-run-live-input/submit-to-azure.png)
7272

7373
Once the submission process is complete, you can view your cloud job in a new window. From there, you can monitor its performance and manage its configurations as needed. You can also open the job in your browser by clicking on the link provided in the OUTPUT panel.
7474

75-
![Cloud view job](./media/vscode-local-run-live-input/cloud-view-job.png)
75+
![Screenshot of VSCode showing cloud view job](./media/vscode-local-run-live-input/cloud-view-job.png)
7676

7777
## Next steps
7878

79-
* [Overview of local Stream Analytics runs in Visual Studio Code with ASA Tools](visual-studio-code-local-run-all.md)
80-
* [Test Stream Analytics queries locally with sample data using Visual Studio Code](visual-studio-code-local-run.md)
81-
* [Explore Azure Stream Analytics jobs with Visual Studio Code (preview)](visual-studio-code-explore-jobs.md)
82-
* [Set up CI/CD pipelines and unit testing by using the npm package](./cicd-overview.md)
79+
* [Export and manage Stream Analytics jobs using Visual Studio Code extension](visual-studio-code-explore-jobs.md)
80+
* [Overview of running Stream Analytics jobs locally](visual-studio-code-local-run-all.md)
81+
* [Test Stream Analytics queries locally with sample data](visual-studio-code-local-run.md)
82+
* [Set up CI/CD pipelines using the ASA npm package](./cicd-overview.md)

0 commit comments

Comments
 (0)