From c2da61453b3fdb7a33471982d5ad9ebf8682a09c Mon Sep 17 00:00:00 2001 From: Ajay Arora Date: Wed, 27 Feb 2019 15:32:14 -0800 Subject: [PATCH 1/2] Update copy-clone-data-factory.md --- articles/data-factory/copy-clone-data-factory.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/data-factory/copy-clone-data-factory.md b/articles/data-factory/copy-clone-data-factory.md index 32f922a128ece..ee12407fe2137 100644 --- a/articles/data-factory/copy-clone-data-factory.md +++ b/articles/data-factory/copy-clone-data-factory.md @@ -30,6 +30,8 @@ Here are some of the circumstances in which you may find it useful to copy or cl 1. As a prerequisite, you need to create your target data factory from the Azure portal. +1. If you have a SelfHosted IntegrationRuntime in your source factory, you need to precreate it with the same name in the target factory. If you want to share the SelfHosted IRs between different factories, you can use the pattern published [here] (author-visually.md#best-practices-for-git-integration). + 1. If you are in GIT mode, every time you publish from the portal, the factory's Resource Manager template is saved into GIT in the adf_publish branch of the repository. 1. For other scenarios, the Resource Manager template can be downloaded by clicking on the **Export Resource Manager template** button in the portal. From 2d0644518167da312b6b170668e9fc51b90eea09 Mon Sep 17 00:00:00 2001 From: Jak Koke Date: Fri, 1 Mar 2019 17:05:08 -0600 Subject: [PATCH 2/2] fixing link --- articles/data-factory/copy-clone-data-factory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/data-factory/copy-clone-data-factory.md b/articles/data-factory/copy-clone-data-factory.md index ee12407fe2137..bc015f6ba0fbf 100644 --- a/articles/data-factory/copy-clone-data-factory.md +++ b/articles/data-factory/copy-clone-data-factory.md @@ -30,7 +30,7 @@ Here are some of the circumstances in which you may find it useful to copy or cl 1. As a prerequisite, you need to create your target data factory from the Azure portal. -1. If you have a SelfHosted IntegrationRuntime in your source factory, you need to precreate it with the same name in the target factory. If you want to share the SelfHosted IRs between different factories, you can use the pattern published [here] (author-visually.md#best-practices-for-git-integration). +1. If you have a SelfHosted IntegrationRuntime in your source factory, you need to precreate it with the same name in the target factory. If you want to share the SelfHosted IRs between different factories, you can use the pattern published [here](author-visually.md#best-practices-for-git-integration). 1. If you are in GIT mode, every time you publish from the portal, the factory's Resource Manager template is saved into GIT in the adf_publish branch of the repository.