Skip to content

Commit 08cafac

Browse files
committed
Fix typo
VSCode -> VS Code
1 parent 3a6a8d5 commit 08cafac

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 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-
![Screenshot of VSCode extension adding input via drop-down menu.](./media/quick-create-visual-studio-code/add-input-from-inputs-folder.png)
24+
![Screenshot of VS Code extension 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-
![Screenshot of VSCode extension adding input via command palette.](./media/quick-create-visual-studio-code/add-input.png)
26+
![Screenshot of VS Code extension 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-
![Screenshot of VSCode extension showing series of steps for Event Hub input configuration.](./media/quick-create-visual-studio-code/add-input-select-subscription.png)
29+
![Screenshot of VS Code extension showing series of steps for Event Hub input configuration.](./media/quick-create-visual-studio-code/add-input-select-subscription.png)
3030

3131
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 extension showing the input json files.](./media/quick-create-visual-studio-code/configure-input.png)
32+
![Screenshot of VS Code extension showing the input json files.](./media/quick-create-visual-studio-code/configure-input.png)
3333

3434
4. Select **Preview data** to validate if the live input is successfully configured.
35-
![Screenshot of VSCode extension previewing live input data.](./media/quick-create-visual-studio-code/preview-live-input.png)
35+
![Screenshot of VS Code extension 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-
![Screenshot of VSCode extension selecting "Run locally" in the query editor.](./media/vscode-local-run-live-input/run-locally.png)
41+
![Screenshot of VS Code extension 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-
![Screenshot of VSCode extension selecting play mode for local run.](./media/vscode-local-run-live-input/run-live-input-and-local-output.png)
45+
![Screenshot of VS Code extension selecting play mode for local run.](./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-
![Screenshot of VSCode extension showing local test window.](./media/vscode-local-run-live-input/local-testing-window.png)
49+
![Screenshot of VS Code extension 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-
![Screenshot of VSCode extension specifying event hub partitions.](./media/vscode-local-run-live-input/specify-partitions.png)
60+
![Screenshot of VS Code extension 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,11 +68,11 @@ 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-
![Screenshot of VSCode extension submitting job to Azure.](./media/vscode-local-run-live-input/submit-to-azure.png)
71+
![Screenshot of VS Code extension 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-
![Screenshot of VSCode extension showing cloud view job.](./media/vscode-local-run-live-input/cloud-view-job.png)
75+
![Screenshot of VS Code extension showing cloud view job.](./media/vscode-local-run-live-input/cloud-view-job.png)
7676

7777
## Next steps
7878

0 commit comments

Comments
 (0)