I have created a pipeline for copying data from one PostgreSQL table to another Postgresql table.
I have two linked services - one for PostgreSQL which is source and one for Azure Database for Postgresql which is sink.
I have two ADF - cicd123 is my Dev ADF and cicd1234 is my UAT ADF.
I want to transfer my pipeline from Dev ADF to UAT ADF for which I have used an Azure Devops pipeline.
I want to parameterize my linked service both for PostgreSQL and Azure Database for Postgresql.
I have tried to use JSON to make it dynamic but its not working.