Skip to content

Commit 9da2186

Browse files
authored
add comments about considering to add docs when it happens to except the max size limit of ARM template
1 parent c7def8f commit 9da2186

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/data-factory/continuous-integration-delivery-automate-azure-pipelines.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ The following is a guide for setting up an Azure Pipelines release that automate
5959

6060
e. Select the ellipsis button (****) next to the **Template** box. Browse for the Azure Resource Manager template that is generated in your publish branch of the configured git repository. Look for the file `ARMTemplateForFactory.json` in the <FactoryName> folder of the adf_publish branch.
6161

62+
# MS CSS got many support cases that except the maximum size limitation of ARM template
63+
# so please consider too add some docs here
64+
https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery-linked-templates#using-linked-templates
65+
https://learn.microsoft.com/en-us/archive/blogs/najib/deploying-linked-arm-templates-with-vsts
66+
6267
f. Select **…** next to the **Template parameters** box to choose the parameters file. Look for the file `ARMTemplateParametersForFactory.json` in the >FactoryName< folder of the adf_publish branch.
6368

6469
g. Select **…** next to the **Override template parameters** box, and enter the desired parameter values for the target data factory. For credentials that come from Azure Key Vault, enter the secret's name between double quotation marks. For example, if the secret's name is cred1, enter **"$(cred1)"** for this value.

0 commit comments

Comments
 (0)