Hi,
I want to use the same Integration Runtime in Azure Synapse as I am currently using in existing Data Factory pipelines. I managed to grant permission to Synapse by using the "Enter Manually" option and pasting the Managed Identty Object ID for my Synapse workspace, but there are no options to load a shared IR in Synapse Studio. I also tried to copy the code from an other shared IR to the code field in Synapse studio, but then I get the following error:
"
Failed to save IR. Error: Failed to save integration runtime. DurableTask.Core.Exceptions.TaskFailedException : {"code":"DataFactoryPropertyUpdateNotSupported","message":"Updating property type is not supported.","target":null,"details":null,"error":null} at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at DurableTask.Core.TaskOrchestrationContext.d__17.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at DurableTask.Core.TaskOrchestrationContext.d__161.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at DurableTask.Core.TaskOrchestrationContext.d__15
1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Analytics.ProvisioningWorkerSvc.Workflows.DataFactory.Orchestration.CreateOrUpdateDataFactoryResourceOrchestration.d__4.MoveNext() in S:\src\services\provisioning\Microsoft.Analytics.ProvisioningWorkerSvc\Workflows\DataFactory\Orchestration\CreateOrUpdateDataFactoryResourceOrchestration.cs:line 89
"
Any help is appriciated!