Skip to content

Commit b954b00

Browse files
authored
Merge pull request #101182 from MartinJaffer-MSFT/patch-10
custom parameters definition location in CI/CD
2 parents ab226d1 + 77e5dbc commit b954b00

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
@@ -325,7 +325,7 @@ 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 root folder of the repository. 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.
329329

330330
### Syntax of a custom parameters file
331331

0 commit comments

Comments
 (0)