Skip to content

Commit 2c71987

Browse files
committed
Merge branch 'patch-1' of https://github.com/gyutanp/azure-docs into 2024-06-24-merge-public-prs
2 parents c680fc0 + 9da2186 commit 2c71987

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)