Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.79 KB

continuous-integration-delivery-manual-promotion.md

File metadata and controls

45 lines (31 loc) · 2.79 KB
title description ms.service 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.
data-factory
ci-cd
nabhishek
abnarain
jburchel
conceptual
05/15/2024

Manually promote a Resource Manager template to each environment

[!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.

Steps to manually promote a template

  1. 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":::

  2. 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":::

  3. 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":::

  4. 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":::

Related content