Skip to content

Commit 8bb33d2

Browse files
committed
continuous-integration-deployment
1 parent b419d49 commit 8bb33d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Deployment can fail if you try to update active triggers. To update active trigg
181181

182182
1. On the **Tasks** tab of the release, add an **Azure PowerShell** task.
183183

184-
1. Select **Azure Resource Manager** as the connection type, and select your subscription.
184+
1. Select **Azure Resource Manager** as the connection type, and then select your subscription.
185185

186186
1. Select **Inline Script** as the script type, and then provide your code. The following code stops the triggers:
187187

@@ -415,7 +415,7 @@ Here's an explanation of how the preceding template is constructed, broken down
415415

416416
#### IntegrationRuntimes
417417

418-
* All properties under the path `typeProperties` are parameterized with their respective default values. For example, there are two properties under **IntegrationRuntimes** type properties: `computeProperties` and `ssisProperties`. Both property types are created with their respective default values and types (Object).
418+
* All properties under the path `typeProperties` are parameterized with their respective default values. For example, there are two properties under `IntegrationRuntimes` type properties: `computeProperties` and `ssisProperties`. Both property types are created with their respective default values and types (Object).
419419

420420
#### Triggers
421421

@@ -659,7 +659,7 @@ If you've configured Git, the linked templates are generated and saved alongside
659659

660660
The linked Resource Manager templates usually consist of a master template and a set of child templates that are linked to the master. The parent template is called ArmTemplate_master.json, and child templates are named with the pattern ArmTemplate_0.json, ArmTemplate_1.json, and so on.
661661

662-
To use linked templates instead of the full Resource Manager template, update your CI/CD task to point to ArmTemplate_master.json instead of ArmTemplateForFactory.json (the full Resource Manager template). Resource Manager also requires that you upload the linked templates into a storage account so Azure can access them during deployment. For more info, see [Deploying linked Resource Manager Templates with VSTS](https://blogs.msdn.microsoft.com/najib/2018/04/22/deploying-linked-arm-templates-with-vsts/).
662+
To use linked templates instead of the full Resource Manager template, update your CI/CD task to point to ArmTemplate_master.json instead of ArmTemplateForFactory.json (the full Resource Manager template). Resource Manager also requires that you upload the linked templates into a storage account so Azure can access them during deployment. For more info, see [Deploying linked Resource Manager templates with VSTS](https://blogs.msdn.microsoft.com/najib/2018/04/22/deploying-linked-arm-templates-with-vsts/).
663663

664664
Remember to add the Data Factory scripts in your CI/CD pipeline before and after the deployment task.
665665

0 commit comments

Comments
 (0)