Skip to content

Commit 878965e

Browse files
committed
fixed blocking issues
1 parent 08f9976 commit 878965e

File tree

3 files changed

+3
-3
lines changed

3 files 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
@@ -41,7 +41,7 @@ Here are the prerequisites for the quickstart:
4141
:::image type="content" source="./media/quick-create-visual-studio-code/azure-sign-in.png" alt-text="Screenshot showing showing how to sign in to Azure.":::
4242
2. You may need to select a subscription as showing in the following image:
4343

44-
:::image type="content" source="./media/quick-create-visual-studio-code/select-subscription.png" alt-text="Screenshot showing showing the selection of an Azure subscription.":::
44+
:::image type="content" source="./media/quick-create-visual-studio-code/select-subscription.png" alt-text="Screenshot showing the selection of an Azure subscription.":::
4545
3. Keep Visual Studio Code open.
4646

4747
> [!NOTE]
@@ -210,10 +210,10 @@ Script compilation checks syntax and generates the Azure Resource Manager templa
210210

211211
- Select the script from the workspace and then compile from the command palette.
212212

213-
:::image type="content" source="./media/quick-create-visual-studio-code/compile-script1.png" lightbox="./media/quick-create-visual-studio-code/compile-script1.png" alt-text="Screenshot showing the compilation of script option from the command palette.":::
213+
:::image type="content" source="./media/quick-create-visual-studio-code/compile-script-1.png" lightbox="./media/quick-create-visual-studio-code/compile-script-1.png" alt-text="Screenshot showing the compilation of script option from the command palette.":::
214214
- Right-click the script and select **ASA: Compile Script**.
215215

216-
:::image type="content" source="./media/quick-create-visual-studio-code/compile-script2.png" lightbox="./media/quick-create-visual-studio-code/compile-script2.png" alt-text="Screenshot showing the compilation of script option from the Stream Analytics explorer in VS Code.":::
216+
:::image type="content" source="./media/quick-create-visual-studio-code/compile-script-2.png" lightbox="./media/quick-create-visual-studio-code/compile-script-2.png" alt-text="Screenshot showing the compilation of script option from the Stream Analytics explorer in VS Code.":::
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

0 commit comments

Comments
 (0)