File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/azure-resource-manager/bicep Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ You can use an Azure Resource Group deployment task or an Azure CLI task to depl
81
81
- task : AzureResourceManagerTemplateDeployment@3
82
82
inputs :
83
83
deploymentScope : ' Resource Group'
84
- azureSubscription : ' ${{ parameters.azureServiceConnection }}'
85
84
action : ' Create Or Update Resource Group'
86
85
resourceGroupName : ' $(resourceGroupName)'
87
86
location : ' $(location)'
@@ -91,6 +90,7 @@ You can use an Azure Resource Group deployment task or an Azure CLI task to depl
91
90
overrideParameters : ' -storageAccountType Standard_LRS'
92
91
deploymentMode : ' Incremental'
93
92
deploymentName : ' DeployPipelineTemplate'
93
+ connectedServiceName : ' ${{ parameters.azureServiceConnection }}'
94
94
` ` `
95
95
96
96
1. Update the values of ` azureServiceConnection` and `location`.
You can’t perform that action at this time.
0 commit comments