Setting the SHIR value when deploying for a data flow #378
-
In the Data flow activity in a pipeline it requires an IR. With Secure data using Vnets and self hosted Integration runtimes it needs setting as part of delivery to production. There doesn't appear to be an option to make it a parameter/variable so it requires altering in the deployment. Does anyone have experience with setting this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I will add that jsonpath.com suggest this as correct jsonpath to reach the parameter, this also doesn't work PipelineName,activities[3].typeProperties."ifTrueActivities[0].typeProperties.integrationRuntime.referenceName I forgot to add the error to my original post ##[error]ADFT0010: Wrong path defined in config for object(path): |
Beta Was this translation helpful? Give feedback.
-
Tried PowerShell Objects and followed the path which came back with this as an option for the path value
this also is not working |
Beta Was this translation helpful? Give feedback.
I found a Managed VNEt Azure Integration Runtime would work. I can name them the same so this is no longer required. An oversight on my part that Managed Vnet Azure IR could access Vnet Secured databases.