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 already got help from this
"You can override the parameters in parameter file by explictly calling it out next to the parameter file.
Example :
parameters: repo/ARM/azuredeploy.resourcegroup.parameters.json rgName=${{env.RESOURCEGROUP_NAME}}
This will override the rgName."
But the problem I got for now is I have Key, Values as this in ARMTemplateParametersForFactory.json
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I already got help from this
"You can override the parameters in parameter file by explictly calling it out next to the parameter file.
Example :
parameters: repo/ARM/azuredeploy.resourcegroup.parameters.json rgName=${{env.RESOURCEGROUP_NAME}}
This will override the rgName."
But the problem I got for now is I have Key, Values as this in ARMTemplateParametersForFactory.json
I already override factoryName as this in GitHub Actions
parameters: ./ARM/ARMTemplateParametersForFactory.json
factoryName=adf-prod-pep
mpep-sta_properties_fqdns=[stadevpep.dfs.core.windows.net]
The error said:
Validating template...
Warning: ERROR: Failed to parse string as JSON:
[stadevpep.dfs.core.windows.net]
Error detail: Expecting value: line 1 column 2 (char 1)
Warning: Template validation failed.
Creating deployment...
Error: ERROR: Failed to parse string as JSON:
[stadevpep.dfs.core.windows.net]
Error detail: Expecting value: line 1 column 2 (char 1)
How should I override the Array value in this case
Beta Was this translation helpful? Give feedback.
All reactions