I am trying to configure variables (Tokens) inside one of our Stored Procedures which is part of DACPAC project. I have attempted to do this in the same way you would with a config file. I.e
Create a duplicate file with the ext token. Replace the item to be replaced with TOKEN_NAME. In RM Create a variable for the component. However this does not seem to work for DACPAC solutions and the variable does not get replaced.
Is this possible to do with DACPAC projects? If not what approach can I take to add configurable items in stored procedures?
If this is possible where am I going wrong?