Skip to content

Commit 017e8f6

Browse files
committed
fixed broken link
1 parent efabc07 commit 017e8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/stream-analytics/quick-create-visual-studio-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ Script compilation checks syntax and generates the Azure Resource Manager templa
217217

218218
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.
219219

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.":::
221221

222222
## Submit a Stream Analytics job to Azure
223223

224224
1. In the script editor window of your query script, select **Submit to Azure**.
225225

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.":::
227227
2. Select your subscription from the pop-up list.
228228
3. Choose **Select a job**. Then choose **Create New Job**.
229229
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
235235
1. Open **Stream Analytics Explorer** in Visual Studio Code and find your job, **myASAJob**.
236236
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.
237237

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.":::
239239
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.
240240
5. To view the results, open the blob storage in the Visual Studio Code extension or in the Azure portal.
241241

0 commit comments

Comments
 (0)