Skip to content

Commit 23e6836

Browse files
committed
Cr comments
1 parent 3166500 commit 23e6836

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 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 (look for the **arm_template.json** file exported in step 1)
58+
1. Select **Load file**, and then select the generated Resource Manager template. This is the **arm_template.json** file located in the zip file exported in step one.
5959

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

@@ -327,7 +327,8 @@ 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 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.
330+
> [!NOTE]
331+
A custom parameterization template doesn't change the ARM template parameter limit of 256. It lets you choose and decrease the number of parameterized properties
331332

332333
### Syntax of a custom parameters file
333334

0 commit comments

Comments
 (0)