You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to override global params during my ADF deployment in the ADO pipeline but it looks, that for some reason, global parameters are not added to ARMTemplateForFactory.json in Parameters section but instead they are added as resources in the json.file.
My ADF instance is integrated with GIT
I've enabled "Include global parameters in the ARM template"
When I add new global parameter and hit "Publish", I can see new commit to the publish branch and global parameter is added to the ARMTemplateForFactory.json:
All the global params are also missing in ARMTemplateParametersForFactory.json file and I thought that by checking "Include global parameters in the ARM template" they will also be added there....
Then I decided to check arm-template-parameters-definition.json in ADF Studio and I think I know what the problem is...
Is it possible that arm-template-parameters-definition.json has something to do with it?
This is how the beginning of the file looks like when editing it in ADF Studio:
Then I started checking some articles that I remember and on of them was showing that below should be added to the arm-template-parameters-definition.json
When I added this, global parameters were correctly added to all arm templates.
My question is, why this was not added when I checked in "Include global parameters in the ARM template" option and I had to add it manually?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to override global params during my ADF deployment in the ADO pipeline but it looks, that for some reason, global parameters are not added to ARMTemplateForFactory.json in Parameters section but instead they are added as resources in the json.file.
My ADF instance is integrated with GIT
I've enabled "Include global parameters in the ARM template"
When I add new global parameter and hit "Publish", I can see new commit to the publish branch and global parameter is added to the ARMTemplateForFactory.json:
While other params are defined as below at the top of ARMTemplateForFactory.json
All the global params are also missing in ARMTemplateParametersForFactory.json file and I thought that by checking "Include global parameters in the ARM template" they will also be added there....
Then I decided to check arm-template-parameters-definition.json in ADF Studio and I think I know what the problem is...
Is it possible that arm-template-parameters-definition.json has something to do with it?
This is how the beginning of the file looks like when editing it in ADF Studio:
Then I started checking some articles that I remember and on of them was showing that below should be added to the arm-template-parameters-definition.json
When I added this, global parameters were correctly added to all arm templates.
My question is, why this was not added when I checked in "Include global parameters in the ARM template" option and I had to add it manually?
The text was updated successfully, but these errors were encountered: