Json Configuration - Scope Target File
Been setting up multiple pipelines for Azure Data Factory (ADF) resources, defined by a series of Json files and would like to to use the Json Configuration Variables for configuring these. In ADF you typically have a series of linked services json files, specifying e.g. connection strings, credentials, input type etc - all with the same hierarchy - E.g. the connection string would be specified as 'properties:typeProperties:connectionString' in all the linked service files - hence the problem, since all json files are applied with the same OD variables.
I proprose an extension to the existing Json Configuration Variables feature, where you can specify which file to scope the OD variable for - e.g. to scope the variable to the file lsblobstorageaccount.json:
'lsblobstorageaccount.json) -> configuration:typeConfiguration:connectionString'
