Skip to content

Commit 62aa042

Browse files
authored
Merge pull request #16 from Microsoft/feature/doc-review
doc: update to getting started
2 parents fbbf752 + 5099e7e commit 62aa042

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/getting_started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ Let's set up the release deployment pipeline now.
152152
Follow the same steps for **Prod Environment** and select **Hosted Ubuntu 1604** for agent pool and save the pipeline.
153153
![release retraining agent](./images/release-deploymentprodagent.png)
154154

155-
1. We now need to add artifact that will trigger this pipeline. We will add two artifacts:
155+
1. We would now link the variable group we created earlier to this release pipeline. To do so click on the **Variables** tab, then click on **Variable** groups and then select **Link variable group** and select the variable group that we created in previous step and click **Link** followed by **Save** button.
156+
![release retraining artifact](./images/release-link-vg.png)
157+
158+
1. We now need to add artifact that will trigger this pipeline. We will add two artifacts:
156159
- Build pipeline output as artifact since that contains our configuration and code files that we require in this pipeline.
157160
- ACR artifact to trigger this pipeline everytime there is a new image that gets published to Azure container registry (ACR) as part of retraining pipeline.
158161

0 commit comments

Comments
 (0)