Skip to content

Commit 0c297ff

Browse files
authored
public repo edits
1 parent b041007 commit 0c297ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/continuous-integration-deployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Continuous integration and delivery in Azure Data Factory
33
description: Learn how to use continuous integration and delivery to move Data Factory pipelines from one environment (development, test, production) to another.
44
services: data-factory
@@ -163,17 +163,17 @@ There are two ways to handle secrets:
163163

164164
The parameters file needs to be in the publish branch as well.
165165

166-
- Add an [Azure Key Vault task](https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-key-vault) before the Azure Resource Manager Deployment task described in the previous section:
166+
1. Add an [Azure Key Vault task](https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-key-vault) before the Azure Resource Manager Deployment task described in the previous section:
167167

168168
1. On the **Tasks** tab, create a new task. Search for **Azure Key Vault** and add it.
169169

170170
1. In the Key Vault task, select the subscription in which you created the key vault. Provide credentials if necessary, and then select the key vault.
171171

172172
![Add a Key Vault task](media/continuous-integration-deployment/continuous-integration-image8.png)
173173

174-
#### Grant permissions to the Azure Pipelines agent
174+
#### Grant permissions to the Azure Pipelines agent
175175

176-
The Azure Key Vault task might fail with an Access Denied error if the correct permissions aren't set. Download the logs for the release, and locate the .ps1 file that contains the command to give permissions to the Azure Pipelines agent. You can run the command directly. Or you can copy the principal ID from the file and add the access policy manually in the Azure portal. `Get` and `List` are the minimum permissions required.
176+
The Azure Key Vault task might fail with an Access Denied error if the correct permissions aren't set. Download the logs for the release, and locate the .ps1 file that contains the command to give permissions to the Azure Pipelines agent. You can run the command directly. Or you can copy the principal ID from the file and add the access policy manually in the Azure portal. `Get` and `List` are the minimum permissions required.
177177

178178
### Update active triggers
179179

0 commit comments

Comments
 (0)