Skip to content

Commit c27367d

Browse files
authored
Fix link to ARM template deployment documentation
Updated link to the ARM template deployment documentation to use a relative path.
1 parent 641aa05 commit c27367d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/data-factory/copy-clone-data-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here are some of the circumstances in which you might find it useful to copy or
3636
1. If you are in Live mode:
3737
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.
3838
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)
4040

4141
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.
4242

0 commit comments

Comments
 (0)