Skip to content

Commit 5de78d9

Browse files
authored
Merge pull request #189477 from mumian/0222-file-name
0222 file name
2 parents 8ccb43f + f6d1075 commit 5de78d9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
22
title: CI/CD with Azure Pipelines and Bicep files
33
description: In this quickstart, you learn how to configure continuous integration in Azure Pipelines by using Bicep files. It shows how to use an Azure CLI task to deploy a Bicep file.
4-
author: mumian
54
ms.topic: quickstart
6-
ms.author: jgao
7-
ms.date: 11/16/2021
8-
ms.custom: mode-api, devx-track-azurecli
9-
ms.devlang: azurecli
5+
ms.date: 02/23/2022
106
---
7+
118
# Quickstart: Integrate Bicep with Azure Pipelines
129

1310
This quickstart shows you how to integrate Bicep files with Azure Pipelines for continuous integration and continuous deployment (CI/CD).
@@ -58,7 +55,7 @@ variables:
5855
azureServiceConnection: '<your-connection-name>'
5956
resourceGroupName: 'exampleRG'
6057
location: '<your-resource-group-location>'
61-
templateFile: './main.bicep'
58+
templateFile: 'main.bicep'
6259
pool:
6360
vmImage: $(vmImageName)
6461

0 commit comments

Comments
 (0)