Skip to content

Commit bf248c8

Browse files
committed
CI/CD doc fixes
1 parent 16644a0 commit bf248c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Below is a sample overview of the CI/CD lifecycle in an Azure data factory that'
5555

5656
![Build your own template](media/continuous-integration-deployment/custom-deployment-build-your-own-template.png)
5757

58-
1. Select **Load file**, and then select the generated Resource Manager template.
58+
1. Select **Load file**, and then select the generated Resource Manager template (look for the **arm_template.json** file exported in step 1)
5959

6060
![Edit template](media/continuous-integration-deployment/custom-deployment-edit-template.png)
6161

@@ -325,7 +325,9 @@ If you're in GIT mode, you can override the default properties in your Resource
325325
* You use automated CI/CD and you want to change some properties during Resource Manager deployment, but the properties aren't parameterized by default.
326326
* Your factory is so large that the default Resource Manager template is invalid because it has more than the maximum allowed parameters (256).
327327

328-
Under these conditions, to override the default parameterization template, create a file named arm-template-parameters-definition.json in the folder specified as the root folder for the data factory git integration. You must use that exact file name. Data Factory reads this file from whichever branch you're currently on in the Azure Data Factory portal, not just from the collaboration branch. You can create or edit the file from a private branch, where you can test your changes by selecting **Export ARM Template** in the UI. You can then merge the file into the collaboration branch. If no file is found, the default template is used.
328+
Under these conditions, to override the default parameterization template, create a file named **arm-template-parameters-definition.json** in the folder specified as the root folder for the data factory git integration. You must use that exact file name. Data Factory reads this file from whichever branch you're currently on in the Azure Data Factory portal, not just from the collaboration branch. You can create or edit the file from a private branch, where you can test your changes by selecting **Export ARM Template** in the UI. You can then merge the file into the collaboration branch. If no file is found, the default template is used.
329+
330+
Please note that the use of a custom parameterization template is not intended to deploy more than 256 parameters in your ARM template but instead it will help you to choose what properties you want to parameterize and decrease the number of parameterized properties.
329331

330332
### Syntax of a custom parameters file
331333

@@ -511,7 +513,7 @@ Following is the current default parameterization template. If you need to add o
511513
"database": "=",
512514
"serviceEndpoint": "=",
513515
"batchUri": "=",
514-
"poolName": "=",
516+
"poolName": "=",
515517
"databaseName": "=",
516518
"systemNumber": "=",
517519
"server": "=",

0 commit comments

Comments
 (0)