Duplicate Override ARM Template Parameters while doing deployment

sachin gupta 376 Reputation points
2022-05-02T01:41:10.663+00:00

Hello Everyone,

I am testing the Azure data factory deployment using ARM Templates, where I am deploying the all the ADF Instances (Data factory pipeline, linked services, data sets, data flow, Trigger etc.) from Development to UAT and Production, but before deploying to UAT and production. I included below activity in Azure DevOps pipeline-

1) Stopping the ADF Trigger using 'Azure PowerShell' in built task of azure Devops release pipeline. In this task I am using the Inline script to stop trigger before deployment to UAT/PROD environment.
2) ARM Template deployment = using ARM Template I configured following value in it.

Template -> the ARM template of the pipeline ARMTemplateForFactory.json
Template Parameters -> the ARM \TemplateParametrsForFactory.json
Override template Parameter-> When I tried to enter the Values for UAT/Prod environment. some parameter are showing double.

Q-1. PFA, the details about each step and the logs. Please guide me why trigger not taking proper format. what could be the reason behind this? How should I correct this so that it can take trigger parameters only once.

Q-2. Also Please let me know Do I need Azure function app key for UAT/Prod environment to enter that value while override template parameter? Can someone please take a look and guide me what I am missing here?

Thanks198030-dep-screenshots.pdf

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,527 questions
{count} votes

2 answers

Sort by: Most helpful
  1. sachin gupta 376 Reputation points
    2022-05-04T01:09:24.36+00:00

    @MartinJaffer-MSFT thank you for your response. I was able to resolve problem mentioned in step 1 by changing the name of the triggers without spaces.
    I need help with step 2 if you can help me to understand

    Appreciate your help.

    0 comments No comments

  2. MartinJaffer-MSFT 26,021 Reputation points
    2022-05-04T16:53:17.877+00:00

    Thank you for sharing the resolution on part 1 @sachin gupta .

    Short answer, yes. If your Function App is part of your pipeline/dataset, I don't see why it would be treated any differently than other linked service credential. I feel I am missing something of the question. I didn't see any hints otherwise in the screenshots.

    If you have different keys for dev / uat/ prod, then you would definitely need to include that.

    Since you have a Key Vault, you could put the Function App key in there, and let it be taken care of by the change of key vaults. Then you would not need to enter the Function App key in parameters.