Skip to content

Commit 61600ea

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#105765
1 parent e0791d0 commit 61600ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/add-template-to-azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can use Azure Resource Group Deployment task or Azure CLI task to deploy a B
4545

4646
### Use Azure Resource Manager Template Deployment task
4747

48-
Replace your starter pipeline with the following YAML. It creates a resource group and deploys a Bicep file by using an [Azure Resource Manager Template Deployment task](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/azure-resource-manager-template-deployment-v3).
48+
Replace your starter pipeline with the following YAML. It creates a resource group and deploys a Bicep file by using an [Azure Resource Manager Template Deployment task](/azure/devops/pipelines/tasks/reference/azure-resource-manager-template-deployment-v3).
4949

5050
```yml
5151
trigger:

0 commit comments

Comments
 (0)