You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/continuous-integration-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ Deployment can fail if you try to update active triggers. To update active trigg
181
181
182
182
1. On the **Tasks** tab of the release, add an **Azure PowerShell** task.
183
183
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.
185
185
186
186
1. Select **Inline Script** as the script type, and then provide your code. The following code stops the triggers:
187
187
@@ -415,7 +415,7 @@ Here's an explanation of how the preceding template is constructed, broken down
415
415
416
416
#### IntegrationRuntimes
417
417
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).
419
419
420
420
#### Triggers
421
421
@@ -659,7 +659,7 @@ If you've configured Git, the linked templates are generated and saved alongside
659
659
660
660
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.
661
661
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/).
663
663
664
664
Remember to add the Data Factory scripts in your CI/CD pipeline before and after the deployment task.
0 commit comments