You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/copy-clone-data-factory.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Here are some of the circumstances in which you might find it useful to copy or
36
36
1. If you are in Live mode:
37
37
1. Data Factory UI lets you export the entire payload of your data factory into a Resource Manager template file and a parameter file. They can be accessed from the **ARM template \ Export Resource Manager template** button in the portal.
38
38
1. You might make appropriate changes to the parameter file and swap in new values for the new factory
39
-
1. Next, you can deploy it via standard Resource Manager template deployment methods. For detailed steps, see [Deploy resources with ARM templates](https://learn.microsoft.com/azure/azure-resource-manager/templates/deploy-portal)
39
+
1. Next, you can deploy it via standard Resource Manager template deployment methods. For detailed steps, see [Deploy resources with ARM templates](/azure/azure-resource-manager/templates/deploy-portal)
40
40
41
41
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 Integration Runtime between different factories, you can use the pattern published [here](create-shared-self-hosted-integration-runtime-powershell.md) on sharing SelfHosted IR.
0 commit comments