Skip to content

Commit 1f7e785

Browse files
Merge pull request #228613 from SwathiDhanwada-MSFT/patch-69
(AzureCXP) fixes MicrosoftDocs/azure-docs#105765
2 parents da4e400 + 61600ea commit 1f7e785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ You need a [Bicep file](./quickstart-create-bicep-use-visual-studio-code.md) tha
4343

4444
You can use Azure Resource Group Deployment task or Azure CLI task to deploy a Bicep file.
4545

46-
### Use Azure Resource Group Deployment task
46+
### 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 Group Deployment task](/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment):
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:
@@ -78,13 +78,13 @@ steps:
7878
deploymentName: 'DeployPipelineTemplate'
7979
```
8080
81-
For the descriptions of the task inputs, see [Azure Resource Group Deployment task](/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment).
81+
For the descriptions of the task inputs, see [Azure Resource Manager Template Deployment task](/azure/devops/pipelines/tasks/reference/azure-resource-manager-template-deployment-v3).
8282
8383
Select **Save**. The build pipeline automatically runs. Go back to the summary for your build pipeline, and watch the status.
8484
8585
### Use Azure CLI task
8686
87-
Replace your starter pipeline with the following YAML. It creates a resource group and deploys a Bicep file by using an [Azure CLI task](/azure/devops/pipelines/tasks/deploy/azure-cli):
87+
Replace your starter pipeline with the following YAML. It creates a resource group and deploys a Bicep file by using an [Azure CLI task](/azure/devops/pipelines/tasks/reference/azure-cli-v2):
8888
8989
```yml
9090
trigger:

0 commit comments

Comments
 (0)