How to parametrize in the arm-template-parameters-definition.json the referenceName for Linked Service Reference in the Datasets part.
I would like to parametrize in the arm-template-parameters-definition.json the "referenceName" for linked service in the datasets part of the file. You can have a look at the below image the part I want to change in order the production environment to take the correct changes:
As you can see i tried to add the referenceName with the equal symbol "=" but it did not let me change the value for prod environment. I also tried the minus symbol "-" but it didn't work either. How it should be parametrized in order to have the ability to change the value for the prod environment in the pipeline?
Thank you