title | description | ms.subservice | author | ms.author | ms.reviewer | ms.topic | ms.date | ms.custom |
---|---|---|---|---|---|---|---|---|
Manual promotion of Resource Manager templates |
Learn how to manually promote a Resource Manager template to multiple environments with continuous integration and delivery in Azure Data Factory. |
ci-cd |
nabhishek |
abnarain |
jburchel |
conceptual |
05/15/2024 |
[!INCLUDEappliesto-adf-xxx-md]
Use the steps below to promote a Resource Manager template to each environment for continuous integration and delivery in Azure Data Factory.
-
Go to Manage hub in your data factory, and select ARM template in the "Source control" section. Under ARM template section, select Export ARM template to export the Resource Manager template for your data factory in the development environment.
:::image type="content" source="media/continuous-integration-delivery/continuous-integration-image-1.png" alt-text="Export a Resource Manager template":::
-
In your test and production data factories, select Import ARM Template. This action takes you to the Azure portal, where you can import the exported template. Select Build your own template in the editor to open the Resource Manager template editor.
:::image type="content" source="media/continuous-integration-delivery/custom-deployment-build-your-own-template.png" alt-text="Build your own template":::
-
Select Load file, and then select the generated Resource Manager template. This is the ARMTemplateForFactory.json file located in the .zip file exported in step 1.
:::image type="content" source="media/continuous-integration-delivery/custom-deployment-edit-template.png" alt-text="Edit template":::
-
In the Custom deployment section, enter the target subscription, region, and other details required for the deployment. When you're done, select Review + create to deploy the Resource Manager template.
:::image type="content" source="media/continuous-integration-delivery/continuous-integration-image5.png" alt-text="Settings section":::