Skip to content

Commit 7fc488d

Browse files
committed
update
1 parent bbe0dcf commit 7fc488d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Loading

articles/azure-resource-manager/resource-manager-tutorial-use-azure-pipelines.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This tutorial covers the following tasks:
3636
> * Create a DevOps project
3737
> * Create a pipeline
3838
> * Verify the deployment
39-
> * Update and reploy
39+
> * Update and redeploy
4040
> * Clean up resources
4141
4242
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
@@ -163,6 +163,13 @@ Create a service connection that is used to deploy projects to Azure.
163163
164164
## Create a pipeline
165165
166+
Until now, you have completed the following tasks. If you skip the previous sections because you are famliar with GitHub and DevOps, you must complete the tasks before you continue.
167+
168+
- Create a GitHub repository, and save [this template](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-storage-account-create/azuredeploy.json) to the **CreateAzureStorage** folder in the repository.
169+
- Create a DevOps project, and create an Azure Resource Manager service connection.
170+
171+
To create a pipline with a step to deploy a template:
172+
166173
1. Select **Pipelines** from the left menu.
167174
1. Select **New pipeline**.
168175
1. From the **Connect** tab, select **GitHub**. If asked, enter your GitHub credentials, and then follow the instructions. If you see the following screen, select **Only select repositories**, and verify your repository is in the list before you select **Approve & Install**.

0 commit comments

Comments
 (0)