Skip to content

Commit 77e5dbc

Browse files
custom parameters definition location in CI/CD
During git integration setup, user chooses a path/folder to be treated as root. This is not necessarily the same as the root of the repository. The location of custom parameters definition should reflect this nuance. Do you think this became too wordy? ------- cc: @djpmsft GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/46149
1 parent 3e661b0 commit 77e5dbc

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)