Skip to content

Commit 3166500

Browse files
committed
fix
1 parent bf248c8 commit 3166500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ If you're in GIT mode, you can override the default properties in your Resource
327327

328328
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.
329329

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.
330+
Please note that the use of a custom parameterization template will not help 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.
331331

332332
### Syntax of a custom parameters file
333333

0 commit comments

Comments
 (0)