Hello all. I was working with json variables replacement and came across interesting problem. We have multiple services (a lot of them), each have appsettings.json and each has connectionString in there . The problem I am having is how am I supposed to define different connectionString for each service when it’s in one process. The only solution that comes to mind is rename it to be connectionStringServiceA, connectionStringServiceB. What would be the best thing to do here? Can I scope different variables per step maybe?
Thanks
Never mind, found it the moment I hit send. Wish there was a delete button. For other people who might struggle, when defining variables scope actually has step in it so you can specify different variables for different steps. Job well done guys and the case can be closed.