You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `[YourAccountName]` with your GitHub account name, and replace `[YourGitHubRepositoryName]` with your repository name you created in the previous procedure.
75
75
76
-
The _CreateWebApp_ folder is the folder where the template is stored. The `pwd`command shows the folder path. The path is where you save the template to in the following procedure.
76
+
The _create_web_app_ folder is the folder where the template is stored. The `pwd`command shows the folder path. The path is where you save the template to in the following procedure.
77
77
78
78
### Download a Quickstart template
79
79
80
-
Instead of creating the templates, you can download the templates and save them to the _CreateWebApp_ folder.
80
+
Instead of creating the templates, you can download the templates and save them to the _create_web_app_ folder.
81
81
82
82
* The main template: https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/get-started-deployment/linked-template/azuredeploy.json
83
83
* The linked template: https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/get-started-deployment/linked-template/linkedStorageAccount.json
@@ -89,7 +89,7 @@ Both the folder name and the file names are used as they are in the pipeline. If
89
89
The _azuredeploy.json_ has been added to the local repository. Next, you upload the template to the remote repository.
90
90
91
91
1. Open *Git Shell* or *Git Bash*, if it is not opened.
92
-
1. Change directory to the _CreateWebApp_ folder in your local repository.
92
+
1. Change directory to the _create_web_app_ folder in your local repository.
93
93
1. Verify the _azuredeploy.json_ file is in the folder.
94
94
1. Run the following command:
95
95
@@ -101,7 +101,7 @@ The _azuredeploy.json_ has been added to the local repository. Next, you upload
101
101
102
102
You might get a warning about LF. You can ignore the warning. **main** is the main branch. You typically create a branch for each update. To simplify the tutorial, you use the main branch directly.
103
103
104
-
1. Browse to your GitHub repository from a browser. The URL is `https://github.com/[YourAccountName]/[YourGitHubRepository]`. You shall see the _CreateWebApp_ folder and the two files inside the folder.
104
+
1. Browse to your GitHub repository from a browser. The URL is `https://github.com/[YourAccountName]/[YourGitHubRepository]`. You shall see the _create_web_app_ folder and the two files inside the folder.
105
105
1. Select _azuredeploy.json_ to open the template.
106
106
1. Select the **Raw** button. The URL begins with `https://raw.githubusercontent.com`.
107
107
1. Make a copy of the URL. You need to provide this value when you configure the pipeline later in the tutorial.
@@ -145,7 +145,7 @@ Create a service connection that is used to deploy projects to Azure.
145
145
146
146
Until now, you have completed the following tasks. If you skip the previous sections because you are familiar with GitHub and DevOps, you must complete the tasks before you continue.
147
147
148
-
* Create a GitHub repository, and save the templates to the _CreateWebApp_ folder in the repository.
148
+
* Create a GitHub repository, and save the templates to the _create_web_app_ folder in the repository.
149
149
* Create a DevOps project, and create an Azure Resource Manager service connection.
150
150
151
151
To create a pipeline with a step to deploy a template:
0 commit comments