Skip to content

Commit c0fc064

Browse files
committed
updates based on review
1 parent 6b94cbe commit c0fc064

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/service-fabric/service-fabric-tutorial-deploy-app-with-cicd-vsts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In **Tasks**, enter "Azure Pipelines" as the **Agent pool** and **windows-2022**
101101

102102
Under **Triggers**, enable continuous integration by checking **Enable continuous integration**. Within **Branch filters**, the **Branch specification** defaults to **master**. Select **Save and queue** to manually start a build.
103103

104-
![Select triggers][save-and-queue2]
104+
![Select triggers][save-and-queue-2]
105105

106106
Builds also trigger upon push or check-in. To check your build progress, switch to the **Builds** tab. Once you verify that the build executes successfully, define a release pipeline that deploys your application to a cluster.
107107

@@ -188,11 +188,11 @@ Advance to the next tutorial:
188188
[push-git-repo]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/publish-app-profile.png
189189
[publish-code]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/PublishCode.png
190190
[new-pipeline]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/new-pipeline.png
191-
[classic-editor]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/ClassicEditor.png
191+
[classic-editor]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/classic-editor.png
192192
[select-repo]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/select-repo.png
193193
[select-build-template]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/select-build-template.png
194194
[save-and-queue]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/save-and-queue.png
195-
[save-and-queue2]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/save-and-queue2.png
195+
[save-and-queue-2]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/save-and-queue-2.png
196196
[select-release-template]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/select-release-template.png
197197
[set-continuous-integration]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/SetContinuousIntegration.png
198198
[add-cluster-connection]: ./media/service-fabric-tutorial-deploy-app-with-cicd-vsts/add-cluster-connection.png

0 commit comments

Comments
 (0)