I'm trying to copy data from Salesforce service cloud to azure blob storage. It's a simple pipeline with only one copy activity. Datasets, Linked services, IR's are configured and test connection to Salesforce is successful. Preview data is also retrieving the expected data from the Salesforce Object.
But while running my pipeline with the copy activity which copies the data from Salesforce to Blob, the pipeline is failing with the error LOGIN_DURING_RESTRICTED_DOMAIN: cannot log in from current domain. It's bit surprising to see this error only when executing the pipeline and no where else. Please suggest if I'm missing anything here.