Skip to content

Commit b041007

Browse files
authored
public repo edits
1 parent 23e6836 commit b041007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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. This is the **arm_template.json** file located in the zip file exported in step one.
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 1.
5959

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

@@ -328,7 +328,7 @@ If you're in GIT mode, you can override the default properties in your Resource
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

330330
> [!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
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.
332332
333333
### Syntax of a custom parameters file
334334

0 commit comments

Comments
 (0)