Skip to content

Commit 5430c13

Browse files
authored
Update add-template-to-azure-pipelines.md
Updating the parameters so it compiles and follows the proper yaml structure
1 parent 7d70ca4 commit 5430c13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ You can use Azure Resource Group Deployment task or Azure CLI task to deploy a B
6363
name: Deploy Bicep files
6464

6565
parameters:
66-
azureServiceConnection: '<your-connection-name>'
66+
- name: azureServiceConnection
67+
type: string
68+
default: '<your-connection-name>'
6769

6870
variables:
6971
vmImageName: 'ubuntu-latest'

0 commit comments

Comments
 (0)