Skip to content

Commit 03b00ff

Browse files
committed
removed reference to learning path
1 parent c329739 commit 03b00ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/azure/create-azure-resource-manager-template-vs-code/includes/2-explore-template-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ New-AzResourceGroupDeployment `
135135

136136
Use linked templates to deploy complex solutions. You can break a template into many templates and deploy these templates through a main template. When you deploy the main template, it triggers the linked template's deployment. You can store and secure the linked template by using a SAS token.
137137

138-
A CI/CD pipeline automates the creation and deployment of development projects, which includes ARM template projects. The two most common pipelines used for template deployment are [Azure Pipelines](/training/paths/deploy-applications-with-azure-devops/?azure-portal=true) or [GitHub Actions](/training/paths/github-actions/?azure-portal=true).
138+
A CI/CD pipeline automates the creation and deployment of development projects, which includes ARM template projects. The two most common pipelines used for template deployment are Azure Pipelines or [GitHub Actions](/training/paths/github-actions/?azure-portal=true).
139139

140140
More information on these two types of deployment is covered in other modules.
141141

0 commit comments

Comments
 (0)