Skip to content

Commit a587f45

Browse files
committed
update
1 parent 878f8cd commit a587f45

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

articles/azure-resource-manager/templates/deployment-tutorial-linked-template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ New-AzResourceGroupDeployment `
118118
-projectName $projectName `
119119
-linkedTemplateUri $linkedTemplateUri `
120120
-verbose
121-
122-
Write-Host "Press [ENTER] to continue ..."
123121
```
124122

125123
# [Azure CLI](#tab/azure-cli)

articles/azure-resource-manager/templates/deployment-tutorial-pipeline.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ In the [previous tutorial](./deployment-tutorial-linked-template.md), you deploy
1212

1313
Azure DevOps provides developer services to support teams to plan work, collaborate on code development, and build and deploy applications. Developers can work in the cloud using Azure DevOps Services. Azure DevOps provides an integrated set of features that you can access through your web browser or IDE client. Azure Pipeline is one of these features. Azure Pipelines is a fully featured continuous integration (CI) and continuous delivery (CD) service. It works with your preferred Git provider and can deploy to most major cloud services. Then you can automate the build, testing, and deployment of your code to Microsoft Azure, Google Cloud Platform, or Amazon Web Services.
1414

15-
If you are already familiar with GitHub and DevOps, you can skip to [Create a pipeline](#create-a-pipeline).
16-
1715
> [!NOTE]
1816
> Pick a project name. When you go through the tutorial, replace any of the **AzureRmPipeline** with your project name.
1917
> This project name is used to generate resource names. One of the resource is a storage account. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. The name must be unique. In the template, the storage account name is the project name with "store" appended, and the project name must be between 3 and 11 characters. So the project name must meet the storage account name requirements and has less than 11 characters.

0 commit comments

Comments
 (0)