Skip to content

Commit a9a64a4

Browse files
committed
Merge branch 'jenkins' of https://github.com/ecfan/azure-docs-pr into jenkins
2 parents 69a5e0f + 917c687 commit a9a64a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ In this tutorial, you'll complete these tasks:
3232
> * Create an Azure service principal so Jenkins
3333
> can access Azure without using your credentials.
3434
> * Add your service principal to Jenkins.
35-
> * Create a Jenkins pipeline for building and deploying
35+
> * Create the Jenkins pipeline that builds and deploys
3636
> the sample app each time you update the app in GitHub.
37-
> * Create a build and deployment script that your Jenkins pipeline can use.
37+
> * Create build and deployment files for your Jenkins pipeline.
3838
> * Point your Jenkins pipeline at the build and deployment script.
3939
> * Deploy your sample app to Azure by running a manual build.
4040
> * Push an app update in GitHub, which triggers Jenkins to build and redeploy to Azure.
@@ -163,7 +163,7 @@ to Azure resources. To create this service principal, run the Azure CLI command
163163
either from your local command line or Azure Cloud Shell, for example:
164164

165165
```azurecli-interactive
166-
az ad sp create-for-rbac --name "yourServicePrincipalName" --password yourSecurePassword
166+
az ad sp create-for-rbac --name "yourAzureServicePrincipalName" --password yourSecurePassword
167167
```
168168

169169
Make sure you use quotation marks around the service principal name.
@@ -224,7 +224,7 @@ choose **Verify Service Principal**. When you're done, choose **OK**.
224224

225225
Next, create the Jenkins pipeline that builds and deploys your app.
226226

227-
## Create pipeline
227+
## Create Jenkins pipeline
228228

229229
In Jenkins, create the pipeline job for building and deploying your app.
230230

@@ -262,7 +262,7 @@ can deploy to Azure without using your own credentials.
262262
263263
Next, create build and deployment scripts for Jenkins.
264264
265-
## Create scripts
265+
## Create build and deployment files
266266
267267
Now create the files that Jenkins uses for building and deploying your app.
268268

0 commit comments

Comments
 (0)