Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2c0ba6

Browse files
committedMar 15, 2021
fix typo, alt-text issue and pic suffix
1 parent e37ed62 commit e2c0ba6

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
 
Binary file not shown.
Loading
Binary file not shown.
Loading

‎articles/stream-analytics/set-up-cicd-pipeline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ In this section, you learn how to create a build pipeline. You can reference thi
5252

5353
:::image type="content" source="media/set-up-cicd-pipeline/npm-config.png" alt-text="Enter configurations for npm task":::
5454

55-
Use following steps if you need to use hosted-linux agent:
55+
Use following steps if you need to use hosted-Linux agent:
5656
1. Select your **Agent Specification**
5757

58-
:::image type="content" source="media/set-up-cicd-pipeline/select-agent.png" alt-text="Select agent task":::
58+
:::image type="content" source="media/set-up-cicd-pipeline/select-linux-agent.png" alt-text="Screenshot of selecting agent specification.":::
5959

6060
2. On the **Tasks** page, select the plus sign next to **Agent job 1**. Enter *command line* in the task search and select **Command line**.
6161

62-
:::image type="content" source="media/set-up-cicd-pipeline/search-cmd.png" alt-text="Select cmd task":::
62+
:::image type="content" source="media/set-up-cicd-pipeline/cmd-search.png" alt-text="Screenshot of searching commandline task. ":::
6363

6464
3. Give the task a **Display name**. enter the following command in **Script**. Leave the remaining default options.
6565

6666
```bash
6767
sudo npm install -g azure-streamanalytics-cicd --unsafe-perm=true --allow-root
6868
```
69-
:::image type="content" source="media/set-up-cicd-pipeline/cmd-script.png" alt-text="Enter script for cmd task":::
69+
:::image type="content" source="media/set-up-cicd-pipeline/cmd-scripts.png" alt-text="Screenshot of entering script for cmd task.":::
7070

7171
## Add a Build task
7272

0 commit comments

Comments
 (0)
Please sign in to comment.