Skip to content

Commit 2391425

Browse files
committed
Tweak in-topic nav
1 parent c18df7b commit 2391425

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/jenkins/tutorial-jenkins-deploy-web-app-azure-app-service.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ In this tutorial, you'll complete these tasks:
2626
> [!div class="checklist"]
2727
> * Install Jenkins plug-ins so you can work with GitHub,
2828
> deploy to Azure App Service, and other related tasks.
29-
> * Create an Azure service principal for authentication
30-
> without using your own credentials.
3129
> * Fork the GitHub sample repo so you have a copy for the sample app.
3230
> * Connect Jenkins to GitHub.
31+
> * Create an Azure service principal for authentication
32+
> without using your own credentials.
33+
> * Set up your Azure service principal in Jenkins.
3334
> * Create a Jenkins pipeline that builds and deploys the sample app
3435
> app each time you push an update to the sample app in GitHub.
3536
> * Create a build and deployment script for your Jenkins pipeline.
@@ -84,7 +85,7 @@ or [Azure Cloud Shell](/azure/cloud-shell/overview)
8485
select **Manage Jenkins** so that you return to
8586
the Jenkins management page for future steps.
8687

87-
## Fork sample repo
88+
## Fork sample GitHub repo
8889

8990
1. [Sign in to GitHub repo for the Spring Boot sample app](https://github.com/spring-guides/gs-spring-boot).
9091

0 commit comments

Comments
 (0)