Share via

while publishing from master the Global parameters does not appear in the ARMTemplateParametersForFactory.json

S B R Vamsi Manda 36 Reputation points
2022-07-21T17:07:43.26+00:00

while publishing from master the Global parameters does not appear in the ARMTemplateParametersForFactory.json
I have checked in the option "Include Global Parameters in ARM template"

but still I have this issue and my arm-template-parameters-definition.json has the below as well

"Microsoft.DataFactory/factories": {
"properties": {
"globalParameters": {
"*": {
"value": "="
}
}
},

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

Answer accepted by question author

AnnuKumari-MSFT 34,571 Reputation points Microsoft Employee Moderator
2022-07-22T06:43:59.227+00:00

Hi @S B R Vamsi Manda ,

Welcome to Microsoft Q&A platform and thankyou for posting your query.

Looking at the query, it seems you are having issue with the Global parameter which is not reflecting in your ARM template even after enabling the Include Global Parameters in ARM template option in ADF workspace. Please let me know if my understanding is incorrect.

Probably you are trying to view the Default parameterization template in the below option .

223683-image.png

You need to check either the exported ARM template or the GIT repo.

223665-image.png

223597-image.png

I tried to create a GP and included it in the ARM template, it' properly reflecting in the ARM .json file in GIT repo in my case.

223609-image.png

223587-image.png

Hope this will help. Please let us know if any further queries.


  • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you.
    Original posters help the community find answers faster by identifying the correct answer. Here is how
  • Want a reminder to come back and check responses? Here is how to subscribe to a notification
  • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.