Skip to content

Commit ba752c8

Browse files
committed
update
1 parent 87c0cdf commit ba752c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ steps:
115115
az deployment group create --resource-group $(resourceGroupName) --template-file $(templateFile)
116116
```
117117
118-
For the descriptions of the task inputs, see [Azure CLI task](/azure/devops/pipelines/tasks/deploy/azure-cli). When using the [Azure CLI task](/azure/devops/pipelines/tasks/reference/azure-cli-v2) on air-gapped cloud, you must set the `useGlobalConfig` property of the task to `true`. The default value is `false`.
118+
For the descriptions of the task inputs, see [Azure CLI task](/azure/devops/pipelines/tasks/reference/azure-cli-v2). When using the task on air-gapped cloud, you must set the `useGlobalConfig` property of the task to `true`. The default value is `false`.
119119

120120
Select **Save**. The build pipeline automatically runs. Go back to the summary for your build pipeline, and watch the status.
121121

0 commit comments

Comments
 (0)