ADF debug options when the pipeline has dataflow activity
These two options will appear only when the pipeline has the dataflow activity. 1- use dataflow debug session 2- use activity runtime The difference between these two options is how the IR is used when running the debug/activity runtime sessions. Use dataflow debug session: This option allows you to debug a data flow in a…
Azure Data factory linked service – system managed service identity error
Error: Cannot connect to SQL Database:’’, Database: ”, User: ”. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access. Login failed for user ‘<token-identified principal>’., SqlErrorNumber=18456,Class=14,State=1, Activity ID: As per the error message, Data factory managed identity doesn’t have access to the azure SQL…