Skip to content

Commit cd210d6

Browse files
authored
Merge pull request #121254 from aj-enns/patch-1
Update add-template-to-azure-pipelines.md
2 parents 66c4fcd + 5430c13 commit cd210d6

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)