When triggering my Azure Data Factory V2 pipeline, I receive the following error message:
{
"errorCode": "2109",
"message": "Region detection for linked services with type 'SqlServer' is not supported, please specify location instead.",
"failureType": "UserError",
"target": "Staging"
}
My Azure Data Factory V2 has "westeurope" as its location, and so does the blob storage with the original data.
All linked services in the Data Factory are validated. When I press 'Validate all', my factory also claims to be without mistakes.
What could the source of my error be and how do I fix it?